-added Sourcecode.zip as content in the vsix package
-added a Preview image -changed copy local on runtime ref to true
Showing
5 changed files
with
11 additions
and
2 deletions
4.77 KB
No preview for this file type
| ... | @@ -58,13 +58,21 @@ | ... | @@ -58,13 +58,21 @@ |
| 58 | <ItemGroup> | 58 | <ItemGroup> |
| 59 | <None Include="Key.snk" /> | 59 | <None Include="Key.snk" /> |
| 60 | <Content Include="License.rtf"> | 60 | <Content Include="License.rtf"> |
| 61 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| 62 | <IncludeInVSIX>true</IncludeInVSIX> | 61 | <IncludeInVSIX>true</IncludeInVSIX> |
| 62 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| 63 | </Content> | 63 | </Content> |
| 64 | <None Include="packages.config" /> | 64 | <None Include="packages.config" /> |
| 65 | <None Include="source.extension.vsixmanifest"> | 65 | <None Include="source.extension.vsixmanifest"> |
| 66 | <SubType>Designer</SubType> | 66 | <SubType>Designer</SubType> |
| 67 | </None> | 67 | </None> |
| 68 | <Content Include="Resources\Preview.png"> | ||
| 69 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| 70 | <IncludeInVSIX>true</IncludeInVSIX> | ||
| 71 | </Content> | ||
| 72 | <Content Include="Sourcecode.zip"> | ||
| 73 | <IncludeInVSIX>true</IncludeInVSIX> | ||
| 74 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> | ||
| 75 | </Content> | ||
| 68 | </ItemGroup> | 76 | </ItemGroup> |
| 69 | <ItemGroup> | 77 | <ItemGroup> |
| 70 | <Content Include="index.html" /> | 78 | <Content Include="index.html" /> | ... | ... |
| ... | @@ -4,11 +4,12 @@ | ... | @@ -4,11 +4,12 @@ |
| 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/wikis/home</MoreInfo> | 7 | <MoreInfo>https://git.lightsinline.se/lilchger/WebServicePlugins</MoreInfo> |
| 8 | <License>License.rtf</License> | 8 | <License>License.rtf</License> |
| 9 | <GettingStartedGuide>https://git.lightsinline.se/lilchger/WebServicePlugins/wikis/getting-started</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 | <PreviewImage>Resources\Preview.png</PreviewImage> | ||
| 12 | <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> | 13 | <Tags>LoadTest WebTest JSON REST SOAP WS</Tags> |
| 13 | </Metadata> | 14 | </Metadata> |
| 14 | <Installation> | 15 | <Installation> | ... | ... |
No preview for this file type
-
Please register or sign in to post a comment