Info
Version: | 1.0.1 |
Author(s): | Sayed Ibrahim Hashimi |
Last Update: | Saturday, September 7, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sayedihashimi/vsix-compress/ |
NuGet Url: | https://www.nuget.org/packages/VsixCompress |
Install
Install-Package VsixCompress
dotnet add package VsixCompress
paket add VsixCompress
VsixCompress Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
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.