Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More updates to the master release archive manitest. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | preRelease |
Files: | files | file ages | folders |
SHA1: |
e75b16a103f1841b0372d477344effcc |
User & Date: | mistachkin 2018-08-13 21:31:50.351 |
Context
2018-08-13
| ||
21:46 | Updates to the downloads page for the 1.0.109.0 release. check-in: 469c693b8a user: mistachkin tags: preRelease | |
21:31 | More updates to the master release archive manitest. check-in: e75b16a103 user: mistachkin tags: preRelease | |
21:19 | Update the master release archive manitest. check-in: 695384ad34 user: mistachkin tags: preRelease | |
Changes
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
1351 1352 1353 1354 1355 1356 1357 | _rels/.rels [Content_Types].xml package/services/metadata/core-properties/${md5}.psmdcp } ############################################################################### # | | | > | > > > > > > > > > > | 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 | _rels/.rels [Content_Types].xml package/services/metadata/core-properties/${md5}.psmdcp } ############################################################################### # # NOTE: This is the list of all files that should be present in all NuGet # packages that include the primary assembly, whether managed only # or mixed-mode. # set sds_manifests(nuGetCoreCommon) { lib/net20/System.Data.SQLite.dll lib/net20/System.Data.SQLite.xml lib/net40/System.Data.SQLite.dll lib/net40/System.Data.SQLite.xml lib/net45/System.Data.SQLite.dll lib/net45/System.Data.SQLite.xml lib/net451/System.Data.SQLite.dll lib/net451/System.Data.SQLite.xml lib/net46/System.Data.SQLite.dll lib/net46/System.Data.SQLite.xml } ############################################################################### # # NOTE: This is the list of all files that should be present in all NuGet # packages that include the primary managed-only assembly. # set sds_manifests(nuGetCoreManagedOnly) { lib/netstandard2.0/System.Data.SQLite.dll lib/netstandard2.0/System.Data.SQLite.xml } ############################################################################### # # NOTE: This is the list of all files that should be present in all core # NuGet packages that include the primary interop assemblies. # set sds_manifests(nuGetCoreNative) { build/net20/x64/SQLite.Interop.dll build/net20/x86/SQLite.Interop.dll build/net40/x64/SQLite.Interop.dll build/net40/x86/SQLite.Interop.dll build/net45/x64/SQLite.Interop.dll build/net45/x86/SQLite.Interop.dll build/net451/x64/SQLite.Interop.dll build/net451/x86/SQLite.Interop.dll build/net46/x64/SQLite.Interop.dll build/net46/x86/SQLite.Interop.dll build/netstandard2.0/linux-x64/SQLite.Interop.dll build/netstandard2.0/osx-x64/SQLite.Interop.dll build/netstandard2.0/x64/SQLite.Interop.dll build/netstandard2.0/x86/SQLite.Interop.dll build/net20/System.Data.SQLite.Core.targets build/net40/System.Data.SQLite.Core.targets build/net45/System.Data.SQLite.Core.targets build/net451/System.Data.SQLite.Core.targets build/net46/System.Data.SQLite.Core.targets |
︙ | ︙ | |||
2217 2218 2219 2220 2221 2222 2223 | set manifests(System.Data.SQLite..nupkg) [list sds \ nuGetMetadata nuGetPrimary] ############################################################################### set manifests(System.Data.SQLite.Core..nupkg) [list sds \ | | > | | | | 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 | set manifests(System.Data.SQLite..nupkg) [list sds \ nuGetMetadata nuGetPrimary] ############################################################################### set manifests(System.Data.SQLite.Core..nupkg) [list sds \ nuGetMetadata nuGetCoreCommon nuGetCoreManagedOnly nuGetCoreNative \ nuGetCore] ############################################################################### set manifests(System.Data.SQLite.Core.MSIL..nupkg) [list sds \ nuGetMetadata nuGetCoreCommon nuGetCoreManagedOnly nuGetCoreMsil] ############################################################################### set manifests(System.Data.SQLite.EF6..nupkg) [list sds \ nuGetMetadata nuGetEf6] ############################################################################### set manifests(System.Data.SQLite.Linq..nupkg) [list sds \ nuGetMetadata nuGetLinq] ############################################################################### set manifests(System.Data.SQLite.MSIL..nupkg) [list sds \ nuGetMetadata nuGetMsil] ############################################################################### set manifests(System.Data.SQLite.x64..nupkg) [list sds \ nuGetMetadata nuGetCoreCommon nuGetX64] ############################################################################### set manifests(System.Data.SQLite.x86..nupkg) [list sds \ nuGetMetadata nuGetCoreCommon nuGetX86] ############################################################################### # end of file |