Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | In the appropriate NuGet packages, version 6.2.0 of EF6 is now required. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
a65001100928674a6c9381c5411dbc7f |
User & Date: | mistachkin 2018-07-23 04:40:23.979 |
Context
2018-07-23
| ||
04:40 | Update version history docs. check-in: f9d1df3ca5 user: mistachkin tags: trunk | |
04:40 | In the appropriate NuGet packages, version 6.2.0 of EF6 is now required. check-in: a650011009 user: mistachkin tags: trunk | |
04:25 | Update EF6 in externals to the 6.2.0 release. check-in: 02c696f70e user: mistachkin tags: trunk | |
Changes
Changes to NuGet/SQLite.EF6.Beta.nuspec.
︙ | ︙ | |||
18 19 20 21 22 23 24 | <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="net40"> | | | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <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="net40"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net46"> <dependency id="EntityFramework" version="6.2.0" /> </group> </dependencies> </metadata> <files> <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" /> |
︙ | ︙ |
Changes to NuGet/SQLite.EF6.Test.nuspec.
︙ | ︙ | |||
18 19 20 21 22 23 24 | <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="net40"> | | | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <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="net40"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net46"> <dependency id="EntityFramework" version="6.2.0" /> </group> </dependencies> </metadata> <files> <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" /> |
︙ | ︙ |
Changes to NuGet/SQLite.EF6.nuspec.
︙ | ︙ | |||
18 19 20 21 22 23 24 | <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="net40"> | | | | | | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | <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="net40"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.2.0" /> </group> <group targetFramework="net46"> <dependency id="EntityFramework" version="6.2.0" /> </group> </dependencies> </metadata> <files> <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" /> |
︙ | ︙ |