NCode.OctoPack 3.0.42.2

dotnet add package NCode.OctoPack --version 3.0.42.2
NuGet\Install-Package NCode.OctoPack -Version 3.0.42.2
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="NCode.OctoPack" Version="3.0.42.2">
  <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.
paket add NCode.OctoPack --version 3.0.42.2
#r "nuget: NCode.OctoPack, 3.0.42.2"
#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 NCode.OctoPack as a Cake Addin
#addin nuget:?package=NCode.OctoPack&version=3.0.42.2

// Install NCode.OctoPack as a Cake Tool
#tool nuget:?package=NCode.OctoPack&version=3.0.42.2

Octopus Deploy is an automated deployment tool powered by NuGet. This tool adds a post-build activity to your Visual Studio project, so that an Octopus-compatible NuGet package is produced in the Bin directory whenever a Release build completes.

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
3.0.42.2 2,342 7/18/2015
3.0.42.1 1,058 7/11/2015

This is an unofficial NuGet package of OctoPack from Octopus Deploy. This package was created to provide updates to OctoPack in a separate package because it seems that Octopus Deploy is no longer accepting pull requests and has ceased making updates to the official package.

This package will follow the official updates and use the same version number using the revision number (4th digit) for additional enhancements. Any contributions from pull requests will also be reviewed and potentially accepted accordingly.

Contains the following enchancements:
- Added MSBuild property to specify the output directory for newly created packages `/p:OctoPackOutDir=C:\ExampleOutputDir\`