From 16bda904296ad5ee1e42d4bf7ab8c2eb61397949 Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Fri, 12 Jun 2015 10:09:32 +0100 Subject: [PATCH] version bump v1.8.0 --- EfEnumToLookup/Properties/AssemblyInfo.cs | 2 +- ef-enum-to-lookup.nuspec | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/EfEnumToLookup/Properties/AssemblyInfo.cs b/EfEnumToLookup/Properties/AssemblyInfo.cs index 35bb624..69eb094 100644 --- a/EfEnumToLookup/Properties/AssemblyInfo.cs +++ b/EfEnumToLookup/Properties/AssemblyInfo.cs @@ -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")] diff --git a/ef-enum-to-lookup.nuspec b/ef-enum-to-lookup.nuspec index 7e0b0b6..702b9d4 100644 --- a/ef-enum-to-lookup.nuspec +++ b/ef-enum-to-lookup.nuspec @@ -2,7 +2,7 @@ ef-enum-to-lookup - 1.7.1 + 1.8.0 Enum Lookup-Table Generator for Entity Framework 6 Tim Abell http://opensource.org/licenses/MIT @@ -25,15 +25,9 @@ Creates lookup tables and foreign key constraints based on the enums used in your model. - 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 Tim Abell en-GB