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

Commit

Permalink
2.0.5.1 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
msawczyn committed Aug 10, 2020
1 parent 1639f4f commit 166a25d
Show file tree
Hide file tree
Showing 19 changed files with 22 additions and 19 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ to <a href="https://www.jetbrains.com/?from=EFDesigner"><img src="https://msawcz

### Change Log

**2.0.5**
**2.0.5.1**
- Provide option to save diagrams as uncompressed XML to facilitate version control
- Enhanced error reporting for assembly import errors
- Assembly import can now process assemblies with more than one DbContext class
- Performance improvements

<details>
<summary><b>2.0.4.1</b></summary>
Expand Down
3 changes: 2 additions & 1 deletion VSMarketplace blurb.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@ For comprehensive documentation, please visit [the project's documentation site]

**ChangeLog**

**2.0.5**
**2.0.5.1**
- **[NEW]** Provide option to save diagrams as uncompressed XML to facilitate version control
- **[NEW]** Enhanced error reporting for assembly import errors
- **[NEW]** Assembly import can now process assemblies with more than one DbContext class
- Performance improvements

**2.0.4.1**
- **[NEW]** Added ability to hide foreign key property names on association connectors in diagrams
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
2.0.5
2.0.5.1
- Provide option to save diagrams as uncompressed XML to facilitate version control
- Enhanced error reporting for assembly import errors
- Assembly import can now process assemblies with more than one DbContext class
- Performance improvements

2.0.4.1
- Fix: ensure glyphs in association compartments are visible
Expand Down
Binary file modified dist/Sawczyn.EFDesigner.EFModel.DslPackage.vsix
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Dsl/DslDefinition.dsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Dsl xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="9987f227-3d05-49b7-b151-857879f5dfb8" Description="Entity Framework visual editor for EF6, EFCore and beyond." Name="EFModel" DisplayName="Entity Framework Visual Editor" Namespace="Sawczyn.EFDesigner.EFModel" MajorVersion="2" Build="5" ProductName="EFDesigner" CompanyName="Michael Sawczyn" PackageGuid="56bbe1ba-aaee-4883-848f-e3c8656f8db2" PackageNamespace="Sawczyn.EFDesigner.EFModel" xmlns="http://schemas.microsoft.com/VisualStudio/2005/DslTools/DslDefinitionModel">
<Dsl xmlns:dm0="http://schemas.microsoft.com/VisualStudio/2008/DslTools/Core" dslVersion="1.0.0.0" Id="9987f227-3d05-49b7-b151-857879f5dfb8" Description="Entity Framework visual editor for EF6, EFCore and beyond." Name="EFModel" DisplayName="Entity Framework Visual Editor" Namespace="Sawczyn.EFDesigner.EFModel" MajorVersion="2" Build="5" Revision="1" ProductName="EFDesigner" CompanyName="Michael Sawczyn" PackageGuid="56bbe1ba-aaee-4883-848f-e3c8656f8db2" PackageNamespace="Sawczyn.EFDesigner.EFModel" xmlns="http://schemas.microsoft.com/VisualStudio/2005/DslTools/DslDefinitionModel">
<Classes>
<DomainClass Id="95532cb8-3452-4b09-a654-aeb2e2d0b3ad" Description="" Name="ModelRoot" DisplayName="Entity Model" Namespace="Sawczyn.EFDesigner.EFModel">
<CustomTypeDescriptor>
Expand Down
Loading

0 comments on commit 166a25d

Please sign in to comment.