Skip to content

Commit

Permalink
Changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Mar 30, 2023
1 parent a9e30d1 commit c7e07d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ to <a href="https://www.jetbrains.com/?from=EFDesigner"><img src="https://msawcz
- Added HierarchyId as a property type
- Added optional index name for indexed properties
- Added properties to bidirectional associations allowing custom naming of FK columns in join table
- New example code for EF6 and EFCore. Thanks to [David V](https://github.com/Opzet) for the pull request.
- Class, property, enum and enum value names are now escaped if they match a reserved C# keyword
- Ensured that a foreign key property's IsForeignKeyFor value is reset when the association is removed and that property is an Id property. (see https://github.com/msawczyn/EFDesigner2022/issues/47)
- Replaced legacy EF6Designer.ttinclude and EFCoreDesigner.ttinclude files for legacy model file backward compatability. (see https://github.com/msawczyn/EFDesigner2022/issues/45)
Expand Down
1 change: 1 addition & 0 deletions VSMarketplace blurb.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ may be a bugfix or two your customized templates don't have. But, hey ... if you
- **[NEW]** Added optional index name for indexed properties
- **[NEW]** Added properties to bidirectional associations allowing custom naming of FK columns in join table
- **[NEW]** Class, property, enum and enum value names are now escaped if they match a reserved C# keyword
- **[NEW]** New example code for EF6 and EFCore. Thanks to [David V](https://github.com/Opzet) for the pull request.
- Ensured that a foreign key property's IsForeignKeyFor value is reset when the association is removed and that property is an Id property. (see https://github.com/msawczyn/EFDesigner2022/issues/47)
- Replaced legacy EF6Designer.ttinclude and EFCoreDesigner.ttinclude files for legacy model file backward compatability. (see https://github.com/msawczyn/EFDesigner2022/issues/45)
- Assembly import is a bit smarter now in detecting and using indexes and views
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- Added HierarchyId as a property type
- Added optional index name for indexed properties
- Added properties to bidirectional associations allowing custom naming of FK columns in join table
- New example code for EF6 and EFCore. Thanks to David V for the pull request.
- Class, property, enum and enum value names are now escaped if they match a reserved C# keyword
- Ensured that a foreign key property's IsForeignKeyFor value is reset when the association is removed and that property is an Id property. (see https://github.com/msawczyn/EFDesigner2022/issues/47)
- Replaced legacy EF6Designer.ttinclude and EFCoreDesigner.ttinclude files for legacy model file backward compatability. (see https://github.com/msawczyn/EFDesigner2022/issues/45)
Expand Down

0 comments on commit c7e07d9

Please sign in to comment.