OctoPackPlus.ClickOnce 0.1.14

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

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

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)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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
0.1.14 2,171 4/20/2016

v0.1.14
● initial public release