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 @@ ...@@ -56,10 +56,6 @@
56 <Compile Include="WebServiceVSPackage.cs" /> 56 <Compile Include="WebServiceVSPackage.cs" />
57 </ItemGroup> 57 </ItemGroup>
58 <ItemGroup> 58 <ItemGroup>
59 <Content Include="Getting Started Guide.docx">
60 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
61 <IncludeInVSIX>true</IncludeInVSIX>
62 </Content>
63 <None Include="Key.snk" /> 59 <None Include="Key.snk" />
64 <Content Include="License.rtf"> 60 <Content Include="License.rtf">
65 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 61 <CopyToOutputDirectory>Always</CopyToOutputDirectory>
......
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
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.0" 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/wikis/home</MoreInfo>
8 <License>License.rtf</License> 8 <License>License.rtf</License>
9 <GettingStartedGuide>Getting Started Guide.docx</GettingStartedGuide> 9 <GettingStartedGuide>https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/getting-started</GettingStartedGuide>
10 <ReleaseNotes>https://git.lightsinline.se/lilchger/WebServicePlugins/blob/vs2015/CHANGELOG</ReleaseNotes> 10 <ReleaseNotes>https://git.lightsinline.se/lilchger/WebServicePlugins/blob/vs2015/CHANGELOG</ReleaseNotes>
11 <Icon>Resources\WebServiceVSPackage.ico</Icon> 11 <Icon>Resources\WebServiceVSPackage.ico</Icon>
12 <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> 12 <Tags>LoadTest WebTest JSON REST SOAP WS</Tags>
......