Pingo.OctoPack 1.0.6

dotnet add package Pingo.OctoPack --version 1.0.6
                    
NuGet\Install-Package Pingo.OctoPack -Version 1.0.6
                    
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="Pingo.OctoPack" Version="1.0.6">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Pingo.OctoPack" Version="1.0.6" />
                    
Directory.Packages.props
<PackageReference Include="Pingo.OctoPack">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 Pingo.OctoPack --version 1.0.6
                    
#r "nuget: Pingo.OctoPack, 1.0.6"
                    
#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=Pingo.OctoPack&version=1.0.6
                    
Install Pingo.OctoPack as a Cake Addin
#tool nuget:?package=Pingo.OctoPack&version=1.0.6
                    
Install Pingo.OctoPack as a Cake Tool

REQUIREMENT.
In the project folder must exist a $(projectname).nuspec.  I use a custom implementation of TextTransform(TT) to always build a new nuspec that has the correct version number.

example:

<?xml version="1.0"?>

<package >
 <metadata>
   <id>Packer</id>
   <version>1.0.6</version>
   <title>Packer</title>
   <authors>Herb Stahl</authors>
   <owners>Herb Stahl</owners>
   <licenseUrl>https://localhost/License.txt</licenseUrl>
   <projectUrl>https://localhost/Packer</projectUrl>
   <requireLicenseAcceptance>false</requireLicenseAcceptance>
   <summary>Some Summary</summary>
   <description>Some Description.</description>
   <releaseNotes></releaseNotes>
   <copyright>Copyright © Pingo LLC 2015</copyright>
   <tags></tags>
  
 </metadata>
 <files>
   <file src="obj\Release\Package\PackageTmp\**\*.*" target="" />
 </files>
</package>


Usage:
"c:\Program Files (x86)\MSBuild\12.0\Bin\MSBuild.exe" TheSolution.sln /t:Build /p:DeployOnBuild=true;PublishProfile=WebDeployPackage
/p:Configuration=Release
/p:RunPingoOctoPack=true

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.6 239 2/18/2015
1.0.5 86 1/30/2015