Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update some tests to account for the EF6 version update. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
49f39dcc874cbd33dd627cc9c13e067c |
User & Date: | mistachkin 2018-07-23 04:44:32.253 |
Context
2018-07-23
| ||
05:39 | Fix typo in the vendor configuration file for the test suite. check-in: 8b8890b4fe user: mistachkin tags: trunk | |
04:44 | Update some tests to account for the EF6 version update. check-in: 49f39dcc87 user: mistachkin tags: trunk | |
04:40 | Update version history docs. check-in: f9d1df3ca5 user: mistachkin tags: trunk | |
Changes
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.2.0 ############################################################################### # ********************* END VOLATILE VERSION INFORMATION ********************** ############################################################################### # # NOTE: Build the full version number using the components setup above. This |
︙ | ︙ |