Skip to content

Commit

Permalink
version bump v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Jun 12, 2015
1 parent 5dbcefb commit 16bda90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion EfEnumToLookup/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: AssemblyFileVersion("1.8.0.0")]

[assembly:InternalsVisibleTo("EfEnumToLookupTests,PublicKey=002400000480000094000000060200000024000052534131000400000100010099a4b9a877a10f75bc4c1a9bf08ee9e21a2df3b9746f2535505b77b3f82971aa8a07caa6cd60b9df6e4b2982ebdb78da960ec1e7688a3b56b6da65e05783ee51f345b1cf0e5a38a02f3cc7c1763d7e469edafc59ef8c21b1a9bcca8548973429577362d992e4a6ed001cb28dc54ecc7ef298e94676bd918fd9e9b521e0cb7ae5")]
14 changes: 4 additions & 10 deletions ef-enum-to-lookup.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ef-enum-to-lookup</id>
<version>1.7.1</version>
<version>1.8.0</version>
<title>Enum Lookup-Table Generator for Entity Framework 6</title>
<authors>Tim Abell</authors>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
Expand All @@ -25,15 +25,9 @@
Creates lookup tables and foreign key constraints based on the enums used in your model.
</summary>
<releaseNotes>
v1.7.0
* fixed bug getting table names from some contexts https://github.com/timabell/ef-enum-to-lookup/issues/25
* you can now generate scripts to run later https://github.com/timabell/ef-enum-to-lookup/issues/22 (see updated readme / usage files for details)
* refactoring and cleanup of the code

v1.7.1
* fix broken generated sql (oops), didn't affect main Apply() code though.
* both methods now use the generated sql, note this means no more parameters, which *should* have no effect but file a bug if you spot anything.
* wrapped all sql in a transaction
v1.8.0
* stable sql output ordering https://github.com/timabell/ef-enum-to-lookup/issues/29
* stable primary key names https://github.com/timabell/ef-enum-to-lookup/issues/31
</releaseNotes>
<copyright>Tim Abell</copyright>
<language>en-GB</language>
Expand Down

0 comments on commit 16bda90

Please sign in to comment.