|
@@ -3,7 +3,7 @@
|
|
|
"version": 2,
|
|
"version": 2,
|
|
|
"targets": {
|
|
"targets": {
|
|
|
"UAP,Version=v10.0": {
|
|
"UAP,Version=v10.0": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -23,10 +23,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -437,21 +437,23 @@
|
|
|
"lib/netstandard1.0/_._": {}
|
|
"lib/netstandard1.0/_._": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -463,14 +465,28 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "runtimeTargets": {
|
|
|
|
|
+ "runtimes/win10-arm/native/e_sqlite3.dll": {
|
|
|
|
|
+ "assetType": "native",
|
|
|
|
|
+ "rid": "win10-arm"
|
|
|
|
|
+ },
|
|
|
|
|
+ "runtimes/win10-x64/native/e_sqlite3.dll": {
|
|
|
|
|
+ "assetType": "native",
|
|
|
|
|
+ "rid": "win10-x64"
|
|
|
|
|
+ },
|
|
|
|
|
+ "runtimes/win10-x86/native/e_sqlite3.dll": {
|
|
|
|
|
+ "assetType": "native",
|
|
|
|
|
+ "rid": "win10-x86"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -2369,7 +2385,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"UAP,Version=v10.0/win10-arm": {
|
|
"UAP,Version=v10.0/win10-arm": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -2389,10 +2405,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -3076,21 +3092,23 @@
|
|
|
"runtimes/win8-arm/native/clrcompression.dll": {}
|
|
"runtimes/win8-arm/native/clrcompression.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -3102,14 +3120,17 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "native": {
|
|
|
|
|
+ "runtimes/win10-arm/native/e_sqlite3.dll": {}
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -4849,7 +4870,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"UAP,Version=v10.0/win10-arm-aot": {
|
|
"UAP,Version=v10.0/win10-arm-aot": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -4869,10 +4890,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -5595,21 +5616,23 @@
|
|
|
"runtimes/win8-arm-aot/native/_._": {}
|
|
"runtimes/win8-arm-aot/native/_._": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -5621,14 +5644,17 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "native": {
|
|
|
|
|
+ "runtimes/win10-arm/native/e_sqlite3.dll": {}
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -7368,7 +7394,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"UAP,Version=v10.0/win10-x64": {
|
|
"UAP,Version=v10.0/win10-x64": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -7388,10 +7414,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -8084,21 +8110,23 @@
|
|
|
"runtimes/win/lib/netcore50/System.Private.Uri.dll": {}
|
|
"runtimes/win/lib/netcore50/System.Private.Uri.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -8110,14 +8138,17 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "native": {
|
|
|
|
|
+ "runtimes/win10-x64/native/e_sqlite3.dll": {}
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -9857,7 +9888,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"UAP,Version=v10.0/win10-x64-aot": {
|
|
"UAP,Version=v10.0/win10-x64-aot": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -9877,10 +9908,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -10612,21 +10643,23 @@
|
|
|
"runtimes/aot/lib/netcore50/System.Private.Uri.dll": {}
|
|
"runtimes/aot/lib/netcore50/System.Private.Uri.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -10638,14 +10671,17 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "native": {
|
|
|
|
|
+ "runtimes/win10-x64/native/e_sqlite3.dll": {}
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -12385,7 +12421,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"UAP,Version=v10.0/win10-x86": {
|
|
"UAP,Version=v10.0/win10-x86": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -12405,10 +12441,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -13101,21 +13137,23 @@
|
|
|
"runtimes/win/lib/netcore50/System.Private.Uri.dll": {}
|
|
"runtimes/win/lib/netcore50/System.Private.Uri.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -13127,14 +13165,17 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "native": {
|
|
|
|
|
+ "runtimes/win10-x86/native/e_sqlite3.dll": {}
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -14874,7 +14915,7 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"UAP,Version=v10.0/win10-x86-aot": {
|
|
"UAP,Version=v10.0/win10-x86-aot": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
@@ -14894,10 +14935,10 @@
|
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
"lib/netcore45/Microsoft.WindowsAzure.Mobile.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "Microsoft.Azure.Mobile.Client": "2.0.0",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client": "3.0.2",
|
|
|
"Microsoft.Bcl": "1.1.10",
|
|
"Microsoft.Bcl": "1.1.10",
|
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
"Microsoft.Bcl.Build": "1.0.21",
|
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
"Microsoft.Net.Http": "2.2.29",
|
|
@@ -15629,21 +15670,23 @@
|
|
|
"runtimes/aot/lib/netcore50/System.Private.Uri.dll": {}
|
|
"runtimes/aot/lib/netcore50/System.Private.Uri.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "SQLitePCLRaw.core": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140": "1.0.0",
|
|
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140": "1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
},
|
|
},
|
|
|
"runtime": {
|
|
"runtime": {
|
|
|
- "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {}
|
|
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_green.dll": {},
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0"
|
|
"NETStandard.Library": "1.6.0"
|
|
@@ -15655,14 +15698,17 @@
|
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.core.dll": {}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "type": "package"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "type": "package",
|
|
|
|
|
+ "native": {
|
|
|
|
|
+ "runtimes/win10-x86/native/e_sqlite3.dll": {}
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
"NETStandard.Library": "1.6.0",
|
|
"NETStandard.Library": "1.6.0",
|
|
|
- "SQLitePCLRaw.core": "1.0.0"
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core": "1.1.0"
|
|
|
},
|
|
},
|
|
|
"compile": {
|
|
"compile": {
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll": {}
|
|
@@ -17403,11 +17449,11 @@
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"libraries": {
|
|
"libraries": {
|
|
|
- "Microsoft.Azure.Mobile.Client/3.0.1": {
|
|
|
|
|
- "sha512": "RYeiyPttPN9emuFkHy4xnTaScmiVvPaVwXblMyYrkRiATifFhMjiKDXjwXPr0HxoAPXOTVnduclQKcJefIRQmA==",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client/3.0.2": {
|
|
|
|
|
+ "sha512": "QYCR/IJj+eywQf/9GHhdA4/neEN2TTDd4Hs+739825BMM8Do7bR9dQB2YjPKRKfaPNhmoHS3c1DH73uIl99Ndw==",
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "Microsoft.Azure.Mobile.Client.3.0.1.nupkg.sha512",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.3.0.2.nupkg.sha512",
|
|
|
"Microsoft.Azure.Mobile.Client.nuspec",
|
|
"Microsoft.Azure.Mobile.Client.nuspec",
|
|
|
"lib/Xamarin.iOS10/Microsoft.WindowsAzure.Mobile.Ext.dll",
|
|
"lib/Xamarin.iOS10/Microsoft.WindowsAzure.Mobile.Ext.dll",
|
|
|
"lib/Xamarin.iOS10/Microsoft.WindowsAzure.Mobile.Ext.xml",
|
|
"lib/Xamarin.iOS10/Microsoft.WindowsAzure.Mobile.Ext.xml",
|
|
@@ -17444,11 +17490,11 @@
|
|
|
"lib/wpa81/Microsoft.WindowsAzure.Mobile.xml"
|
|
"lib/wpa81/Microsoft.WindowsAzure.Mobile.xml"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.1": {
|
|
|
|
|
- "sha512": "kKgMyZCuY0lsPMdSy0TDTkN3imceQcCoWELXxpzr7NKkw0wnJw1mt9YyIrke5kCVDjxshN07cmzMZQfuRlbYYQ==",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore/3.0.2": {
|
|
|
|
|
+ "sha512": "MmmhVs/iCYox0LrEFfI8UCLGQ7XjhuLIOVvcLZtQHnLa87cwMncPnB9xviGEhpoAFHjkkiG1BuEKDTnZMoV7Wg==",
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore.3.0.1.nupkg.sha512",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore.3.0.2.nupkg.sha512",
|
|
|
"Microsoft.Azure.Mobile.Client.SQLiteStore.nuspec",
|
|
"Microsoft.Azure.Mobile.Client.SQLiteStore.nuspec",
|
|
|
"lib/portable-win+net45+wp8+wpa81+monotouch10+monoandroid10+xamarinios10/Microsoft.WindowsAzure.Mobile.SQLiteStore.dll",
|
|
"lib/portable-win+net45+wp8+wpa81+monotouch10+monoandroid10+xamarinios10/Microsoft.WindowsAzure.Mobile.SQLiteStore.dll",
|
|
|
"lib/portable-win+net45+wp8+wpa81+monotouch10+monoandroid10+xamarinios10/Microsoft.WindowsAzure.Mobile.SQLiteStore.xml"
|
|
"lib/portable-win+net45+wp8+wpa81+monotouch10+monoandroid10+xamarinios10/Microsoft.WindowsAzure.Mobile.SQLiteStore.xml"
|
|
@@ -18866,40 +18912,55 @@
|
|
|
"runtimes/win8-arm/native/clrcompression.dll"
|
|
"runtimes/win8-arm/native/clrcompression.dll"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.bundle_green/1.0.0": {
|
|
|
|
|
- "sha512": "MS0nWvHYuSZvENiMXMfj/jr7dACqOFSBXE1fuUEwMsf/IDXPx/4a1IaZqb+A2IcouzLrA8JI1D4yGjxvV3QWDA==",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green/1.1.0": {
|
|
|
|
|
+ "sha512": "dbpmShrY8HJxj02MWJ/lAYaNdK4DAaE8NrgxYPZXfrdIm5GD3QcyKzgdSZXy93t0VJNmvFHv49G8OiCj5npCyA==",
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "SQLitePCLRaw.bundle_green.1.0.0.nupkg.sha512",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green.1.1.0.nupkg.sha512",
|
|
|
"SQLitePCLRaw.bundle_green.nuspec",
|
|
"SQLitePCLRaw.bundle_green.nuspec",
|
|
|
"build/wp8/SQLitePCLRaw.bundle_green.targets",
|
|
"build/wp8/SQLitePCLRaw.bundle_green.targets",
|
|
|
"build/wp80/arm/SQLitePCLRaw.batteries_green.dll",
|
|
"build/wp80/arm/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "build/wp80/arm/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"build/wp80/x86/SQLitePCLRaw.batteries_green.dll",
|
|
"build/wp80/x86/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "build/wp80/x86/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/MonoAndroid/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/MonoAndroid/SQLitePCLRaw.batteries_green.dll",
|
|
|
- "lib/MonoTouch/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
|
|
+ "lib/MonoAndroid/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/net35/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/net35/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/net35/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/net40/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/net40/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/net40/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/net45/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/net45/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/net45/SQLitePCLRaw.batteries_v2.dll",
|
|
|
|
|
+ "lib/netcoreapp/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/netcoreapp/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/netstandard1.1/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/netstandard1.1/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/portable-net40+sl5+netcore45+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/portable-net45+netcore45+wpa81+wp8+MonoAndroid10+MonoTouch10+Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/uap10.0/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/uap10.0/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/uap10.0/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/win8/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/win8/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/win8/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/win81/SQLitePCLRaw.batteries_green.dll",
|
|
"lib/win81/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/win81/SQLitePCLRaw.batteries_v2.dll",
|
|
|
"lib/wp8/_._",
|
|
"lib/wp8/_._",
|
|
|
- "lib/wpa81/SQLitePCLRaw.batteries_green.dll"
|
|
|
|
|
|
|
+ "lib/wpa81/SQLitePCLRaw.batteries_green.dll",
|
|
|
|
|
+ "lib/wpa81/SQLitePCLRaw.batteries_v2.dll"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.core/1.0.1": {
|
|
|
|
|
- "sha512": "ih45uNC9JVk3xxkxuy1vGl6Ukn6KJkOeEXQcMoxCaGg4OrcYZQFcm9/Sq5WTElGZJ/LynpV6/OrIaLqrmsC8eQ==",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core/1.1.0": {
|
|
|
|
|
+ "sha512": "e5Bm2K2B2v9z8jHm1nyEN1M8pH6GG8emIboMhsqDzuLIf9uWvGPsdNm0WzWeG6oxSmTgSQsLajcuqA1gDAIMJw==",
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "SQLitePCLRaw.core.1.0.1.nupkg.sha512",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.core.1.1.0.nupkg.sha512",
|
|
|
"SQLitePCLRaw.core.nuspec",
|
|
"SQLitePCLRaw.core.nuspec",
|
|
|
"lib/MonoAndroid/SQLitePCLRaw.core.dll",
|
|
"lib/MonoAndroid/SQLitePCLRaw.core.dll",
|
|
|
- "lib/MonoTouch/SQLitePCLRaw.core.dll",
|
|
|
|
|
"lib/Xamarin.iOS10/SQLitePCLRaw.core.dll",
|
|
"lib/Xamarin.iOS10/SQLitePCLRaw.core.dll",
|
|
|
"lib/net35/SQLitePCLRaw.core.dll",
|
|
"lib/net35/SQLitePCLRaw.core.dll",
|
|
|
"lib/net40/SQLitePCLRaw.core.dll",
|
|
"lib/net40/SQLitePCLRaw.core.dll",
|
|
@@ -18915,23 +18976,23 @@
|
|
|
"lib/wpa81/SQLitePCLRaw.core.dll"
|
|
"lib/wpa81/SQLitePCLRaw.core.dll"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140/1.0.0": {
|
|
|
|
|
- "sha512": "39UDEymjBjnamJ2bj/sSefDba63WTSCLIryXnw5xgJAEyBzPivCoZI8zbbo8MtyBo+WmJfrQXwJ5Rxenzg+rWw==",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140/1.1.0": {
|
|
|
|
|
+ "sha512": "pFF30aD37wYKgPmOXEIXjTcPKKhC5gED5M+m+CiAMKJqzZxso7ucGYWw/8dJPmD04o9T5JNgi+pLRhHMd2IpFQ==",
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "SQLitePCLRaw.lib.e_sqlite3.v140.1.0.0.nupkg.sha512",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.lib.e_sqlite3.v140.1.1.0.nupkg.sha512",
|
|
|
"SQLitePCLRaw.lib.e_sqlite3.v140.nuspec",
|
|
"SQLitePCLRaw.lib.e_sqlite3.v140.nuspec",
|
|
|
"build/SQLitePCLRaw.lib.e_sqlite3.v140.targets",
|
|
"build/SQLitePCLRaw.lib.e_sqlite3.v140.targets",
|
|
|
- "build/native/sqlite3/v140/arm/e_sqlite3.dll",
|
|
|
|
|
- "build/native/sqlite3/v140/x64/e_sqlite3.dll",
|
|
|
|
|
- "build/native/sqlite3/v140/x86/e_sqlite3.dll"
|
|
|
|
|
|
|
+ "runtimes/win10-arm/native/e_sqlite3.dll",
|
|
|
|
|
+ "runtimes/win10-x64/native/e_sqlite3.dll",
|
|
|
|
|
+ "runtimes/win10-x86/native/e_sqlite3.dll"
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.0.0": {
|
|
|
|
|
- "sha512": "GtC9Zib0YTQMPFFCUqAhySjkvfOep5Pe6IItq8BPtpxxkGFhI+guTzd52NHIzdDVz4u9yQkpekUx9QDafg9ekA==",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10/1.1.0": {
|
|
|
|
|
+ "sha512": "ANA4xKfJqLD2FSdOn/sOm2AhGFvjQQA7smIuBD26ClcGvn3uTEktD6VgjbWaSjrQnFslm/2Jxbmx79oqdVKUeQ==",
|
|
|
"type": "package",
|
|
"type": "package",
|
|
|
"files": [
|
|
"files": [
|
|
|
- "SQLitePCLRaw.provider.e_sqlite3.uwp10.1.0.0.nupkg.sha512",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.provider.e_sqlite3.uwp10.1.1.0.nupkg.sha512",
|
|
|
"SQLitePCLRaw.provider.e_sqlite3.uwp10.nuspec",
|
|
"SQLitePCLRaw.provider.e_sqlite3.uwp10.nuspec",
|
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll"
|
|
"lib/uap10.0/SQLitePCLRaw.provider.e_sqlite3.dll"
|
|
|
]
|
|
]
|
|
@@ -24014,14 +24075,15 @@
|
|
|
},
|
|
},
|
|
|
"projectFileDependencyGroups": {
|
|
"projectFileDependencyGroups": {
|
|
|
"": [
|
|
"": [
|
|
|
- "Microsoft.Azure.Mobile.Client >= 3.0.1",
|
|
|
|
|
- "Microsoft.Azure.Mobile.Client.SQLiteStore >= 3.0.1",
|
|
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client >= 3.0.2",
|
|
|
|
|
+ "Microsoft.Azure.Mobile.Client.SQLiteStore >= 3.0.2",
|
|
|
"Microsoft.Bcl >= 1.1.10",
|
|
"Microsoft.Bcl >= 1.1.10",
|
|
|
"Microsoft.Bcl.Build >= 1.0.21",
|
|
"Microsoft.Bcl.Build >= 1.0.21",
|
|
|
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.2.2",
|
|
"Microsoft.NETCore.UniversalWindowsPlatform >= 5.2.2",
|
|
|
"Microsoft.Net.Http >= 2.2.29",
|
|
"Microsoft.Net.Http >= 2.2.29",
|
|
|
"Newtonsoft.Json >= 9.0.1",
|
|
"Newtonsoft.Json >= 9.0.1",
|
|
|
- "SQLitePCLRaw.core >= 1.0.1",
|
|
|
|
|
|
|
+ "SQLitePCLRaw.bundle_green >= 1.1.0",
|
|
|
|
|
+ "SQLitePCLRaw.core >= 1.1.0",
|
|
|
"Xamarin.Forms >= 2.3.2.127"
|
|
"Xamarin.Forms >= 2.3.2.127"
|
|
|
],
|
|
],
|
|
|
"UAP,Version=v10.0": []
|
|
"UAP,Version=v10.0": []
|