Changed version to 1.2 in vsix manifest
Showing
1 changed file
with
2 additions
and
2 deletions
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <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"> | 2 | <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"> |
3 | <Metadata> | 3 | <Metadata> |
4 | <Identity Id="WebServicePluginForWebTestResultTabVSIX.Christian Gerdes.9ce3c01b-c64c-4500-bd8e-1bedbc31100f" Version="1.0" Language="en-US" Publisher="Christian Gerdes" /> | 4 | <Identity Id="WebServicePluginForWebTestResultTabVSIX.Christian Gerdes.9ce3c01b-c64c-4500-bd8e-1bedbc31100f" Version="1.2" Language="en-US" Publisher="Christian Gerdes" /> |
5 | <DisplayName>WebService Plugin For WebTest</DisplayName> | 5 | <DisplayName>WebService Plugin For WebTest</DisplayName> |
6 | <Description xml:space="preserve">The WebService Plugin as a VSPackage. Based on the original CodePlex project.</Description> | 6 | <Description xml:space="preserve">The WebService Plugin as a VSPackage. Based on the original CodePlex project.</Description> |
7 | <MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins</MoreInfo> | 7 | <MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins</MoreInfo> |
... | @@ -13,7 +13,7 @@ | ... | @@ -13,7 +13,7 @@ |
13 | <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> | 13 | <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> |
14 | </Metadata> | 14 | </Metadata> |
15 | <Installation> | 15 | <Installation> |
16 | <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[14.0,]" /> | 16 | <InstallationTarget Id="Microsoft.VisualStudio.Enterprise" Version="[15.0]" /> |
17 | </Installation> | 17 | </Installation> |
18 | <Dependencies> | 18 | <Dependencies> |
19 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,]" /> | 19 | <Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.6,]" /> | ... | ... |
-
Please register or sign in to post a comment