Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Dec 3, 2020
1 parent fd852cb commit a9a5d46
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ to <a href="https://www.jetbrains.com/?from=EFDesigner"><img src="https://msawcz

### Change Log

**3.0**
3.0.1
- Fixed an issue where EFCore5 code was generating cascade delete commands in the wrong place (see https://github.com/msawczyn/EFDesigner/issues/243)

<details>
<summary><b>3.0</b></summary>

- Now supports EFCore5.X
- Added `System.Net.IPAddress` and `System.Net.NetworkInformation.PhysicalAddress` to the list of available property types
- Added ability to specify both default database collation and a collation override at the property level
Expand All @@ -78,6 +83,8 @@ to <a href="https://www.jetbrains.com/?from=EFDesigner"><img src="https://msawcz
object-oriented, T4 structure. Updating the model's .tt file to use the new template structure is quite simple; details will be in the documentation
at https://msawczyn.github.io/EFDesigner/Customizing.html

</details>

<details>
<summary><b>2.0.5.7</b></summary>

Expand Down
3 changes: 3 additions & 0 deletions VSMarketplace blurb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ For comprehensive documentation, please visit [the project's documentation site]

**ChangeLog**

**3.0.1**
- Fixed an issue where EFCore5 code was generating cascade delete commands in the wrong place (see https://github.com/msawczyn/EFDesigner/issues/243)

**3.0**
- **[NEW]** Now supports EFCore5.X
- **[NEW]** Added System.Net.IPAddress and System.Net.NetworkInformation.PhysicalAddress to the list of available property types
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.1 (next release)
3.0.1
- Fixed an issue where EFCore5 code was generating cascade delete commands in the wrong place (see https://github.com/msawczyn/EFDesigner/issues/243)

3.0
Expand Down

0 comments on commit a9a5d46

Please sign in to comment.