Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix spacing issues. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
aa8f3d094ca010a35d340031ad09e872 |
User & Date: | mistachkin 2017-10-09 01:17:33.713 |
Context
2017-10-10
| ||
05:53 | Pickup further release archive verification tool changes from upstream. check-in: 2ada6a698f user: mistachkin tags: trunk | |
2017-10-09
| ||
01:17 | Fix spacing issues. check-in: aa8f3d094c user: mistachkin tags: trunk | |
2017-10-08
| ||
21:55 | Pickup release archive verification tool changes from upstream. Add NuGet packages in the master release archive manifest. check-in: 68b09a1bbd user: mistachkin tags: trunk | |
Changes
Changes to Setup/data/verify.lst.
︙ | ︙ | |||
1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 | ############################################################################### ############################### NuGet Packages ################################ ############################################################################### set manifests(System.Data.SQLite..nupkg) [list sds \ nuGetMetadata nuGetPrimary] set manifests(System.Data.SQLite.Core..nupkg) [list sds \ nuGetMetadata nuGetCoreManaged nuGetCoreNative nuGetCore] set manifests(System.Data.SQLite.Core.MSIL..nupkg) [list sds \ nuGetMetadata nuGetCoreManaged 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 nuGetCoreManaged nuGetX64] set manifests(System.Data.SQLite.x86..nupkg) [list sds \ nuGetMetadata nuGetCoreManaged nuGetX86] ############################################################################### # end of file | > > > > > > > > > > > > > > | 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 | ############################################################################### ############################### NuGet Packages ################################ ############################################################################### set manifests(System.Data.SQLite..nupkg) [list sds \ nuGetMetadata nuGetPrimary] ############################################################################### set manifests(System.Data.SQLite.Core..nupkg) [list sds \ nuGetMetadata nuGetCoreManaged nuGetCoreNative nuGetCore] ############################################################################### set manifests(System.Data.SQLite.Core.MSIL..nupkg) [list sds \ nuGetMetadata nuGetCoreManaged 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 nuGetCoreManaged nuGetX64] ############################################################################### set manifests(System.Data.SQLite.x86..nupkg) [list sds \ nuGetMetadata nuGetCoreManaged nuGetX86] ############################################################################### # end of file |