PowerPack 2.0.0

dotnet add package PowerPack --version 2.0.0
NuGet\Install-Package PowerPack -Version 2.0.0
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="PowerPack" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerPack --version 2.0.0
#r "nuget: PowerPack, 2.0.0"
#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 PowerPack as a Cake Addin
#addin nuget:?package=PowerPack&version=2.0.0

// Install PowerPack as a Cake Tool
#tool nuget:?package=PowerPack&version=2.0.0

A Powershell module for building and NuGet-packing .Net projects. A convenient and easy to use module for those who need to package projects but don't have a full blown continuous-integration environment to do it for them.

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
2.0.0 6,778 4/26/2015
1.0.1 1,229 4/13/2015
1.0.0 1,103 4/12/2015

A complete API rewrite compared to v1. Apologies if you were using v1 but this is a thousand times better. Functions now follow PowerShell naming
   standard, are pipeline-friendly where appropriate, and come with help and examples. Do "get-help PowerPack" to read the module-level help.