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.
<PackageVersion Include="VsixCompress" Version="1.0.1" />
                    
Directory.Packages.props
<PackageReference Include="VsixCompress" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#addin nuget:?package=VsixCompress&version=1.0.1
                    
Install VsixCompress as a Cake Addin
#tool nuget:?package=VsixCompress&version=1.0.1
                    
Install VsixCompress as a Cake Tool

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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 6,654 9/7/2013
1.0.0.7-beta3 2,306 7/15/2013
1.0.0.7-beta2 2,302 7/15/2013
1.0.0.6 2,692 6/11/2013
1.0.0.5 2,556 6/11/2013
1.0.0.4 2,359 6/8/2013
1.0.0.3 2,510 6/8/2013
1.0.0 2,440 9/7/2013
1.0.0-beta 2,241 6/7/2013