OctoPackPlus.Core 0.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package OctoPackPlus.Core --version 0.1.6
NuGet\Install-Package OctoPackPlus.Core -Version 0.1.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="OctoPackPlus.Core" Version="0.1.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.
paket add OctoPackPlus.Core --version 0.1.6
#r "nuget: OctoPackPlus.Core, 0.1.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.
// Install OctoPackPlus.Core as a Cake Addin
#addin nuget:?package=OctoPackPlus.Core&version=0.1.6

// Install OctoPackPlus.Core as a Cake Tool
#tool nuget:?package=OctoPackPlus.Core&version=0.1.6

Octopus Deploy is an automated deployment tool powered by NuGet.

OctoPack 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.

OctoPackPlus.Core provides isolation and control of the packaging process, especially when used with TFS.
Use this package for:
● *NO* TFS build customizations. Purely out-of-the-box default process templates.
● Separate Visual Studio project for deployment of the application
● Package versioning : currently based on Date + TFS Build number, customizable PowerShell script

This project is also used by:
● OctoPackPlus.ClickOnce : Single build package for deploying ClickOnce to multiple environments
● OctoPackPlus.Database  : Database deployment management

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OctoPackPlus.Core:

Package Downloads
OctoPackPlus.DBDeploy

Octopus Deploy is an automated deployment tool powered by NuGet. OctoPackPlus.DBDeploy provides deployment management of databases, in a manor that is supported by Octopus Deploy. This package provides: ● Grouping of SQL scripts (ex: one script for CREATE DB, one for CREATE OBJECTS, one for security) ● Grouping of deployment steps across multiple servers ● Automatic rollback upon failure ● Rollback on request ● Deployment tracking using database extended properties

OctoPackPlus.ClickOnce

Octopus Deploy is an automated deployment tool powered by NuGet. OctoPack 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. OctoPackPlus.Core abstracts the OctoPack settings and automates the processing process. OctoPackPlus.ClickOnce adds support for ClickOnce applications: ● Support for multiple environment builds ● Per environment override: assembly name ● Per environment override: app.config file ● Per environment override: publish location (for automatic updates) ● Per environment override: product name (used for start menu shortcut)

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.1.13 22,168 4/20/2016
0.1.11 8,121 2/3/2016
0.1.9 9,003 9/30/2015
0.1.6 8,036 9/30/2015
0.1.5 9,199 9/29/2015

v0.1.6
● fix bug in NuSpec file generation's token replacement
v0.1.5
● initial public release

Roadmap:
● assembly versioning to match package version
● OctoPack publish data (URL, ApiKey)