From c6719aae65fdeb3d24aa5f0e8c47ff1411635079 Mon Sep 17 00:00:00 2001 From: Tim Abell Date: Sun, 15 Feb 2015 13:18:13 +0000 Subject: [PATCH] Version bump to v1.4.0 + release notes reformatted nuspec file (tab indent) --- EfEnumToLookup/Properties/AssemblyInfo.cs | 4 +- ef-enum-to-lookup.nuspec | 58 +++++++++++------------ 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/EfEnumToLookup/Properties/AssemblyInfo.cs b/EfEnumToLookup/Properties/AssemblyInfo.cs index 8769d06..3c33fc5 100644 --- a/EfEnumToLookup/Properties/AssemblyInfo.cs +++ b/EfEnumToLookup/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("EfEnumToLookup")] -[assembly: AssemblyCopyright("Copyright © Tim Abell 2014")] +[assembly: AssemblyCopyright("Copyright © Tim Abell and contributors 2015")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -33,6 +33,6 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.3.0.0")] +[assembly: AssemblyFileVersion("1.4.0.0")] [assembly:InternalsVisibleTo("EFTests,PublicKey=002400000480000094000000060200000024000052534131000400000100010099a4b9a877a10f75bc4c1a9bf08ee9e21a2df3b9746f2535505b77b3f82971aa8a07caa6cd60b9df6e4b2982ebdb78da960ec1e7688a3b56b6da65e05783ee51f345b1cf0e5a38a02f3cc7c1763d7e469edafc59ef8c21b1a9bcca8548973429577362d992e4a6ed001cb28dc54ecc7ef298e94676bd918fd9e9b521e0cb7ae5")] diff --git a/ef-enum-to-lookup.nuspec b/ef-enum-to-lookup.nuspec index 2a9e24d..5a56540 100644 --- a/ef-enum-to-lookup.nuspec +++ b/ef-enum-to-lookup.nuspec @@ -1,36 +1,36 @@  - - ef-enum-to-lookup - 1.3.0 - Enum Lookup Table Generator for Entity Framework 6 - Tim Abell - http://opensource.org/licenses/MIT - http://github.com/timabell/ef-enum-to-lookup - false - Entity Framework 6.1 Enum Lookup Table Generator + + ef-enum-to-lookup + 1.4.0 + Enum Lookup Table Generator for Entity Framework 6 + Tim Abell + http://opensource.org/licenses/MIT + http://github.com/timabell/ef-enum-to-lookup + false + + Entity Framework 6.1 Enum Lookup Table Generator -Creates lookup tables and foreign key constraints based on the enums used in your model. + Creates lookup tables and foreign key constraints based on the enums used in your model. -This makes up for a feature that's missing in Entity Framework 6.1. + This makes up for a feature that's missing in Entity Framework 6.1. -See the project site on github at http://github.com/timabell/ef-enum-to-lookup for usage and more information. - - Entity Framework 6.1 Enum Lookup Table Generator + See the project site on github at http://github.com/timabell/ef-enum-to-lookup for usage and more information. + + + Entity Framework 6.1 Enum Lookup Table Generator -Creates lookup tables and foreign key constraints based on the enums used in your model. - * Allow setting a suffix for the generated table names - https://github.com/timabell/ef-enum-to-lookup/issues/13 -* Handle apostrophes in names - https://github.com/timabell/ef-enum-to-lookup/issues/9 - Note although this fixes a minor sql injection issue, it introduces a new limit on the number - of enum values it can handle in one enum of 1049 (tested on sql server 2012 r2). This is due to use of parameters. - If this is a problem for you please open an issue here https://github.com/timabell/ef-enum-to-lookup/issues - - Tim Abell - en-GB - - - - - - + Creates lookup tables and foreign key constraints based on the enums used in your model. + + + Added support for table-per-hierarchy (TPH). https://github.com/timabell/ef-enum-to-lookup/issues/18 + + Tim Abell + en-GB + + + + + + \ No newline at end of file