Browse Source

Remove <Preview> from VS 2022 addin manifest

release/7.2
Christoph Wille 3 years ago
parent
commit
118ab8fa41
  1. 1
      ILSpy.AddIn.VS2022/source.extension.vsixmanifest.template

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

@ -8,7 +8,6 @@ @@ -8,7 +8,6 @@
<License>license.txt</License>
<Icon>ILSpy-Large.ico</Icon>
<Tags>ILSpy;IL;decompile;decompiler;decompilation;C#;CSharp;.NET;Productivity;Open Source;Free</Tags>
<Preview>true</Preview>
</Metadata>
<Installation>
<InstallationTarget Id="Microsoft.VisualStudio.Community" Version ="[17.0, 18.0)">

Loading…
Cancel
Save