Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak dependencies for NuGet packages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
db6d412c664e174e576ca988a1655b96 |
User & Date: | mistachkin 2018-04-05 05:43:16.360 |
Context
2018-04-05
| ||
13:29 | More work on solution and project files. check-in: 009fc92779 user: mistachkin tags: netStandard20 | |
05:43 | Tweak dependencies for NuGet packages. check-in: db6d412c66 user: mistachkin tags: netStandard20 | |
05:39 | Initial work on the test suite infrastructure. check-in: 56eb301cad user: mistachkin tags: netStandard20 | |
Changes
Changes to NuGet/SQLite.Linq.Beta.nuspec.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <description>This is a "beta" package and is not intended for production use. Support for LINQ using System.Data.SQLite.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> </metadata> <files> <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\2015\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net46" /> | > > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <description>This is a "beta" package and is not intended for production use. Support for LINQ using System.Data.SQLite.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> <dependencies> <group targetFramework="net20" /> <group targetFramework="net40" /> <group targetFramework="net45" /> <group targetFramework="net451" /> <group targetFramework="net46" /> </dependencies> </metadata> <files> <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\2015\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net46" /> |
︙ | ︙ |
Changes to NuGet/SQLite.Linq.Test.nuspec.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <description>This is a pre-release package and is not intended for production use. Support for LINQ using System.Data.SQLite.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> </metadata> <files> <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\2015\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net46" /> | > > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <description>This is a pre-release package and is not intended for production use. Support for LINQ using System.Data.SQLite.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> <dependencies> <group targetFramework="net20" /> <group targetFramework="net40" /> <group targetFramework="net45" /> <group targetFramework="net451" /> <group targetFramework="net46" /> </dependencies> </metadata> <files> <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\2015\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net46" /> |
︙ | ︙ |
Changes to NuGet/SQLite.Linq.nuspec.
︙ | ︙ | |||
16 17 18 19 20 21 22 23 24 25 26 27 28 29 | <description>Support for LINQ using System.Data.SQLite.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> </metadata> <files> <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\2015\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net46" /> | > > > > > > > | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | <description>Support for LINQ using System.Data.SQLite.</description> <language>en-US</language> <projectUrl>https://system.data.sqlite.org/</projectUrl> <iconUrl>https://system.data.sqlite.org/images/sqlite128.png</iconUrl> <licenseUrl>https://www.sqlite.org/copyright.html</licenseUrl> <tags>sqlite database ado.net provider interop</tags> <copyright>Public Domain</copyright> <dependencies> <group targetFramework="net20" /> <group targetFramework="net40" /> <group targetFramework="net45" /> <group targetFramework="net451" /> <group targetFramework="net46" /> </dependencies> </metadata> <files> <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\2015\Release\bin\System.Data.SQLite.Linq.dll" target="lib\net46" /> |
︙ | ︙ |