Removed Getting Started Guide and changed to a link to the wiki page instead
Showing
3 changed files
with
2 additions
and
6 deletions
No preview for this file type
... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment