VsixCompress 1.0.1
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.
Install-Package VsixCompress -Version 1.0.1
dotnet add package VsixCompress --version 1.0.1
<PackageReference Include="VsixCompress" Version="1.0.1" />
paket add VsixCompress --version 1.0.1
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
| Version | Downloads | Last updated | ||
|---|---|---|---|---|
| 1.0.1 | 4,385 | 9/7/2013 | ||
| 1.0.0.7-beta3 | 449 | 7/15/2013 | ||
| 1.0.0.7-beta2 | 502 | 7/15/2013 | ||
| 1.0.0.6 | 687 | 6/11/2013 | ||
| 1.0.0.5 | 510 | 6/11/2013 | ||
| 1.0.0.4 | 534 | 6/8/2013 | ||
| 1.0.0.3 | 495 | 6/8/2013 | ||
| 1.0.0 | 500 | 9/7/2013 | ||
| 1.0.0-beta | 474 | 6/7/2013 |