Browse Source

Change display name of VS 2022 AddIn

pull/2525/head
Andreas Weizel 4 years ago
parent
commit
f22343b482
  1. 2
      ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template

2
ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template

@ -2,7 +2,7 @@
<PackageManifest Version="2.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011"> <PackageManifest Version="2.0" xmlns="http://schemas.microsoft.com/developer/vsx-schema/2011" xmlns:d="http://schemas.microsoft.com/developer/vsx-schema-design/2011">
<Metadata> <Metadata>
<Identity Id="ebf12ca7-a1fd-4aee-a894-4a0c5682fc2f" Version="$INSERTVERSION$" Language="en-US" Publisher="ic#code" /> <Identity Id="ebf12ca7-a1fd-4aee-a894-4a0c5682fc2f" Version="$INSERTVERSION$" Language="en-US" Publisher="ic#code" />
<DisplayName>ILSpy</DisplayName> <DisplayName>ILSpy 2022</DisplayName>
<Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description> <Description xml:space="preserve">Integrates the ILSpy decompiler into Visual Studio.</Description>
<MoreInfo>https://ilspy.net</MoreInfo> <MoreInfo>https://ilspy.net</MoreInfo>
<License>license.txt</License> <License>license.txt</License>

Loading…
Cancel
Save