VsixCompress 1.0.1

dotnet add package VsixCompress --version 1.0.1
NuGet\Install-Package VsixCompress -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="VsixCompress" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add VsixCompress --version 1.0.1
#r "nuget: VsixCompress, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install VsixCompress as a Cake Addin
#addin nuget:?package=VsixCompress&version=1.0.1

// Install VsixCompress as a Cake Tool
#tool nuget:?package=VsixCompress&version=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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 441 9/7/2013
1.0.0.7-beta3 39 7/15/2013
1.0.0.7-beta2 40 7/15/2013
1.0.0.6 55 6/11/2013
1.0.0.5 40 6/11/2013
1.0.0.4 47 6/8/2013
1.0.0.3 42 6/8/2013
1.0.0 48 9/7/2013
1.0.0-beta 37 6/7/2013