Commit 161d8400 161d8400df32589118e780cff5271dffb418cb62 by Christian Gerdes

Removed Getting Started Guide and changed to a link to the wiki page instead

1 parent 2a90ff9b
......@@ -56,10 +56,6 @@
<Compile Include="WebServiceVSPackage.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Getting Started Guide.docx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="Key.snk" />
<Content Include="License.rtf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
......
......@@ -4,9 +4,9 @@
<Identity Id="WebServicePluginForWebTestResultTabVSIX.Christian Gerdes.9ce3c01b-c64c-4500-bd8e-1bedbc31100f" Version="1.0" Language="en-US" Publisher="Christian Gerdes" />
<DisplayName>WebService Plugin For WebTest</DisplayName>
<Description xml:space="preserve">The WebService Plugin as a VSPackage. Based on the original CodePlex project.</Description>
<MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins</MoreInfo>
<MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/home</MoreInfo>
<License>License.rtf</License>
<GettingStartedGuide>Getting Started Guide.docx</GettingStartedGuide>
<GettingStartedGuide>https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/getting-started</GettingStartedGuide>
<ReleaseNotes>https://git.lightsinline.se/lilchger/WebServicePlugins/blob/vs2015/CHANGELOG</ReleaseNotes>
<Icon>Resources\WebServiceVSPackage.ico</Icon>
<Tags>LoadTest WebTest JSON REST SOAP WS</Tags>
......