-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathvsix-compress.nuspec
30 lines (28 loc) · 1.52 KB
/
vsix-compress.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package >
<metadata>
<id>VsixCompress</id>
<version>1.0.1</version>
<authors>Sayed Ibrahim Hashimi</authors>
<owners>Sayed Ibrahim Hashimi</owners>
<licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
<projectUrl>https://github.com/sayedihashimi/vsix-compress/</projectUrl>
<iconUrl>http://msbuildbook.com/images/vsix-compress.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
After adding this NuGet package to your Visual Studio Package project the build process will be updated
and the .vsix file created will be compressed. The % of compression varies from project to project, but its common
to see results from 40-70%. By having a smaller .vsix file when users downloads your extension it will be
much quicker.
For more info on VsixCompress take a look at http://sedodream.com/2013/06/08/IntroducingVsixCompressaNuGetPackageToCompressYourVisualStudioPackage.aspx.
If you need to be able to execute this from a build (CI) server then you should read
this post http://sedodream.com/2013/06/06/HowToSimplifyShippingBuildUpdatesInANuGetPackage.aspx.
</description>
<!-- <releaseNotes></releaseNotes> -->
<copyright>Copyright 2012-2013 Sayed Ibrahim Hashimi</copyright>
<tags>VsixCompress VSIX Compress VisualStudio Visual Studio Package Zip MSBuild</tags>
<!--<dependencies>
<dependency id="SampleDependency" version="1.0" />
</dependencies>-->
</metadata>
</package>