Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | NuGet packaging changes for EF6. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | ef6 |
Files: | files | file ages | folders |
SHA1: |
6d41ae1d66165c9ca3787e8facfc2f25 |
User & Date: | mistachkin 2014-01-10 23:58:08.770 |
Context
2014-01-10
| ||
23:58 | Initial test suite changes for EF6 (incomplete). check-in: df2f4392a1 user: mistachkin tags: ef6 | |
23:58 | NuGet packaging changes for EF6. check-in: 6d41ae1d66 user: mistachkin tags: ef6 | |
23:33 | Fix several comment typos in the new project files. check-in: c7c653be6f user: mistachkin tags: ef6 | |
Changes
Changes to SQLite.Beta.nuspec.
︙ | ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2008\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x86" /> <file src="bin\2008\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x64" /> <file src="bin\2010\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x86" /> <file src="bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x64" /> <file src="bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x86" /> <file src="bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x64" /> <file src="bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net451\x86" /> | > > > | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2010\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net451" /> <file src="bin\2008\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x86" /> <file src="bin\2008\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x64" /> <file src="bin\2010\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x86" /> <file src="bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x64" /> <file src="bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x86" /> <file src="bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x64" /> <file src="bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net451\x86" /> |
︙ | ︙ |
Changes to SQLite.MSIL.nuspec.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> </files> </package> | > > > | 29 30 31 32 33 34 35 36 37 38 39 40 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2010\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net451" /> </files> </package> |
Changes to SQLite.nuspec.
︙ | ︙ | |||
30 31 32 33 34 35 36 37 38 39 40 41 42 43 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2008\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x86" /> <file src="bin\2008\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x64" /> <file src="bin\2010\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x86" /> <file src="bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x64" /> <file src="bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x86" /> <file src="bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x64" /> <file src="bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net451\x86" /> | > > > | 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2010\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net451" /> <file src="bin\2008\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x86" /> <file src="bin\2008\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net20\x64" /> <file src="bin\2010\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x86" /> <file src="bin\2010\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net40\x64" /> <file src="bin\2012\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x86" /> <file src="bin\2012\x64\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net45\x64" /> <file src="bin\2013\Win32\ReleaseNativeOnlyStatic\SQLite.Interop.dll" target="content\net451\x86" /> |
︙ | ︙ |
Changes to SQLite.x64.nuspec.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\x64\ReleaseStatic\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> </files> </package> | > > > | 29 30 31 32 33 34 35 36 37 38 39 40 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\x64\ReleaseStatic\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2010\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net451" /> </files> </package> |
Changes to SQLite.x86.nuspec.
︙ | ︙ | |||
29 30 31 32 33 34 35 36 37 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Win32\ReleaseStatic\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> </files> </package> | > > > | 29 30 31 32 33 34 35 36 37 38 39 40 | <file src="bin\2012\Release\bin\System.Data.SQLite.xml" target="lib\net45" /> <file src="bin\2013\Win32\ReleaseStatic\System.Data.SQLite.dll" target="lib\net451" /> <file src="bin\2013\Release\bin\System.Data.SQLite.xml" target="lib\net451" /> <file src="bin\2008\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net20" /> <file src="bin\2010\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net451" /> <file src="bin\2010\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net40" /> <file src="bin\2012\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net45" /> <file src="bin\2013\Release\bin\System.Data.SQLite.EF6.dll" target="lib\net451" /> </files> </package> |