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

Commit

Permalink
Updated changelog and VSMarketplace blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Apr 21, 2020
1 parent 458acd5 commit 06b075c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -96,6 +96,7 @@ to <a href="https://www.jetbrains.com/?from=EFDesigner"><img src="https://msawcz
<details>
<summary><b>1.3.0.12</b></summary>

- **Last version supporting Visual Studio 2017**
- Fix: Compilation Error after Upgrading to v1.3.0.11 (See https://github.com/msawczyn/EFDesigner/issues/129)
- Fix: Designer Drag/Drop Interpreter fails (See https://github.com/msawczyn/EFDesigner/issues/128 and https://github.com/msawczyn/EFDesigner/issues/132)
- Fix: Enumerations generated into entity directory rather than enumeration directory
Expand Down
7 changes: 6 additions & 1 deletion VSMarketplace blurb.md
@@ -1,4 +1,6 @@
This Visual Studio 2019 extension is an opinionated code generator, adding a new file type (.efmodel) that allows for fast, easy and, most importantly, **visual** design
This Visual Studio 2019 extension is the easiest way to add a consistently correct Entity Framework (EF6 or EFCore) model to your project.

It's an opinionated code generator, adding a new file type (.efmodel) that allows for fast, easy and, most importantly, **visual** design
of persistent classes. Inheritance, unidirectional and bidirectional associations are all supported. Enumerations are also included in
the visual model, as is the ability to add text blocks to explain potentially arcane parts of your design.

Expand All @@ -7,6 +9,8 @@ the visual model, as is the ability to add text blocks to explain potentially ar
While giving you complete control over how the code is generated you'll be able to create, out of the box, sophisticated,
consistent and **correct** Entity Framework code that can be regenerated when your model changes. And, since the code is written using
partial classes, any additions you make to your generated code are retained across subsequent generations.
The designer doesn't need to be present to use the the code that's generated - it's standard C#, using the code-first, fluent API - so the tool doesn't
become a dependency to your project.

If you are used to the EF visual modeling that comes with Visual Studio, you'll be pretty much at home. The goal was to duplicate
at least those features and, in addition, add all the little things that _should_ have been there. Things like:
Expand Down Expand Up @@ -65,6 +69,7 @@ For comprehensive documentation, please visit [the project's documentation site]
- Fix: HasDefaultSchema doesn't work with MySql (See https://github.com/msawczyn/EFDesigner/issues/160)

**1.3.0.12**
- **Last version supporting Visual Studio 2017**
- Fix: Compilation Error after Upgrading to v1.3.0.11 (See https://github.com/msawczyn/EFDesigner/issues/129)
- Fix: Designer Drag/Drop Interpreter fails (See https://github.com/msawczyn/EFDesigner/issues/128 and https://github.com/msawczyn/EFDesigner/issues/132)
- Fix: Enumerations generated into entity directory rather than enumeration directory
Expand Down
1 change: 1 addition & 0 deletions changelog.txt
Expand Up @@ -37,6 +37,7 @@
- Fix: HasDefaultSchema doesn't work with MySql (See https://github.com/msawczyn/EFDesigner/issues/160)

1.3.0.12
- Last version supporting Visual Studio 2017
- Fix: Compilation Error after Upgrading to v1.3.0.11 (See https://github.com/msawczyn/EFDesigner/issues/129)
- Fix: Designer Drag/Drop Interpreter fails (See https://github.com/msawczyn/EFDesigner/issues/128 and https://github.com/msawczyn/EFDesigner/issues/132)
- Fix: Enumerations generated into entity directory rather than enumeration directory
Expand Down

0 comments on commit 06b075c

Please sign in to comment.