Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Christian Gerdes
/
WebServicePlugins
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
12
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
161d8400
...
161d8400df32589118e780cff5271dffb418cb62
authored
2017-09-29 17:15:16 +0200
by
Christian Gerdes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Removed Getting Started Guide and changed to a link to the wiki page instead
1 parent
2a90ff9b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
WebServicePluginForWebTestResultTabVSIX/Getting Started Guide.docx
WebServicePluginForWebTestResultTabVSIX/WebServicePluginForWebTestResultTabVSIX.csproj
WebServicePluginForWebTestResultTabVSIX/source.extension.vsixmanifest
WebServicePluginForWebTestResultTabVSIX/Getting Started Guide.docx
deleted
100644 → 0
View file @
2a90ff9
No preview for this file type
WebServicePluginForWebTestResultTabVSIX/WebServicePluginForWebTestResultTabVSIX.csproj
View file @
161d840
...
...
@@ -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>
...
...
WebServicePluginForWebTestResultTabVSIX/source.extension.vsixmanifest
View file @
161d840
...
...
@@ -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>
...
...
Please
register
or
sign in
to post a comment