Skip to content

Commit

Permalink
Removed support for visual studio 2019 because it wasn't working on t…
Browse files Browse the repository at this point in the history
…hat version (and I currently don't have the time to debug this)
  • Loading branch information
Peled-Zohar committed Jul 20, 2024
1 parent 492eb9d commit fcaa465
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions AutoEntityGenerator.Manifest/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<PackageManifest Version="2.0.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata>
<Identity Id="AutoEntityGenerator..3633938B-4D62-4E7A-92C3-BCBBD5DEEFE6" Version="1.1.0" Language="en-US" Publisher="Zohar Peled" />
<Identity Id="AutoEntityGenerator..3633938B-4D62-4E7A-92C3-BCBBD5DEEFE6" Version="1.1.1" Language="en-US" Publisher="Zohar Peled" />
<DisplayName>AutoEntityGenerator</DisplayName>
<Description xml:space="preserve">Automatically generates DTO and mapping classes based on your domain entities.</Description>
<MoreInfo>https://github.com/Peled-Zohar/AutoEntityGenerator/blob/main/README.md</MoreInfo>
Expand All @@ -14,9 +14,6 @@
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[17.0, 18.0)">
<ProductArchitecture>amd64</ProductArchitecture>
</InstallationTarget>
<InstallationTarget Version="[16.0,17.0)" Id="Microsoft.VisualStudio.Community">
<ProductArchitecture>x86</ProductArchitecture>
</InstallationTarget>
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,)" />
Expand Down

0 comments on commit fcaa465

Please sign in to comment.