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

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Nov 30, 2020
1 parent b813be6 commit 99b08d5
Show file tree
Hide file tree
Showing 223 changed files with 12,383 additions and 3,831 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Entity Framework visual design surface and code-first code generation for EF6, EFCore and beyond.

Model and generate code for both Entity Framework v6.x and Entity Framework Core 2.0 and 2.1
Model and generate code for both Entity Framework v6.x and Entity Framework Core 2.x, 3.x and 5.

**[Install with NuGet](https://docs.microsoft.com/en-us/visualstudio/ide/finding-and-using-visual-studio-extensions) from the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=michaelsawczyn.EFDesigner)**

Expand Down Expand Up @@ -53,8 +53,8 @@ to <a href="https://www.jetbrains.com/?from=EFDesigner"><img src="https://msawcz

### Change Log

**[3.0.preview3](https://github.com/msawczyn/EFDesigner/releases/tag/v3.0.0.preview3)**
- New support EFCore5.X (available when selecting EFCore output with version >= 5)
**3.0**
- 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
- Many-to-many bidirectional associations are now allowed
Expand Down
2 changes: 1 addition & 1 deletion VSMarketplace blurb.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ For comprehensive documentation, please visit [the project's documentation site]
**ChangeLog**

**3.0**
- **[NEW]** Support for EFCore5.X (available when selecting EFCore output with version >= 5)
- **[NEW]** Now supports EFCore5.X
- **[NEW]** Added System.Net.IPAddress and System.Net.NetworkInformation.PhysicalAddress to the list of available property types
- **[NEW]** Added ability to specify both default database collation and a collation override at the property level
- **[NEW]** Many-to-many bidirectional associations are now allowed
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
3.0
- New support EFCore5.X (available when selecting EFCore output with version >= 5)
- 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
- Many-to-many bidirectional associations are now allowed
Expand Down
Binary file modified dist/Sawczyn.EFDesigner.EFModel.DslPackage.vsix
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
-->

<table width="100%"><tr><td align="left" width="100%" style="background-color: lightyellow">
Please be aware that this document is currently being updated for v2.0.
Information here is a mix between 2.0 features and the older 1.3x version.<br/>
Please be aware that this document is currently being updated for v3.0.
Information here is a mix between 3.0 features and the older 2.x version.<br/>
Updates are in progress and, when done, this message will be removed.
</td></tr></table>

Expand Down
Loading

0 comments on commit 99b08d5

Please sign in to comment.