Browse Source

Fix Identity of package

Version -> 1.7
Re-enable Enterprise sku (locally found, marketplace didn't)
pull/1010/head
Christoph Wille 8 years ago
parent
commit
96c6d5d0c5
  1. 4
      ILSpy.AddIn/ILSpy.AddIn.csproj
  2. 3
      ILSpy.AddIn/source.extension.vsixmanifest

4
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -13,8 +13,8 @@ @@ -13,8 +13,8 @@
<Company>IC#Code</Company>
<Description>ILSpy</Description>
<NeutralLanguage>en-US</NeutralLanguage>
<Version>1.5.0.0</Version>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.7.0.0</Version>
<FileVersion>1.7.0.0</FileVersion>
<EnableDefaultItems>False</EnableDefaultItems>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

3
ILSpy.AddIn/source.extension.vsixmanifest

@ -1,7 +1,7 @@ @@ -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="ILSpy.AddIn.a9120dbe-164a-4891-842f-fb7829273838" Version="1.5" Language="en-US" Publisher="ic#code" />
<Identity Id="a9120dbe-164a-4891-842f-fb7829273838" Version="1.7" Language="en-US" Publisher="ic#code" />
<DisplayName>ILSpy</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>http://www.ilspy.net</MoreInfo>
@ -11,6 +11,7 @@ @@ -11,6 +11,7 @@
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Ultimate" Version="[14.0,15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Premium" Version="[14.0,15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[14.0,15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Pro" Version="[14.0,15.0]" />
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version="[14.0,15.0]" />
</Installation>

Loading…
Cancel
Save