Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Stop using the specific version for the EF6 Nuget package. Fix for [abf2be8a23]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | tkt-abf2be8a23 |
Files: | files | file ages | folders |
SHA1: |
a1407ccbc575b203b576e1fbe12ea91f |
User & Date: | mistachkin 2015-03-23 03:59:17.512 |
Context
2015-03-26
| ||
00:18 | Merge updates from trunk. Closed-Leaf check-in: 3f32d0d469 user: mistachkin tags: tkt-abf2be8a23 | |
2015-03-23
| ||
03:59 | Stop using the specific version for the EF6 Nuget package. Fix for [abf2be8a23]. check-in: a1407ccbc5 user: mistachkin tags: tkt-abf2be8a23 | |
2015-03-06
| ||
04:24 | Fix some NuGet package titles. check-in: abb518ab0e 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 | <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.0.0.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.0.0.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.0.0.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 | <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.0.0.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.0.0.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.0.0.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 | <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.0.0.0" /> </group> <group targetFramework="net45"> <dependency id="EntityFramework" version="6.0.0.0" /> </group> <group targetFramework="net451"> <dependency id="EntityFramework" version="6.0.0.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 Tests/version.eagle.
︙ | ︙ | |||
37 38 39 40 41 42 43 | ############################################################################### # # NOTE: What is the full version of the EntityFramework NuGet package (which # is not [necessarily] the same version as the assembly itself) in use # by the System.Data.SQLite NuGet packages? # | | | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | ############################################################################### # # NOTE: What is the full version of the EntityFramework NuGet package (which # is not [necessarily] the same version as the assembly itself) in use # by the System.Data.SQLite NuGet packages? # set version(ef6) 6.0.0.0 ############################################################################### # ********************* END VOLATILE VERSION INFORMATION ********************** ############################################################################### # # NOTE: Build the full version number using the components setup above. This |
︙ | ︙ |