Sundew.Build.Publish 2.2.8

Suggested Alternatives

Sundew.Packaging.Publish

Additional Details

Functionality moved to Sundew.Packaging.Publish

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

// Install Sundew.Build.Publish as a Cake Tool
#tool nuget:?package=Sundew.Build.Publish&version=2.2.8

Automated NuGet package publisher:
     - Publish prerelease package to local NuGet feed
     - Publish to official NuGet feed
     - Customizable publish for CI based on development, integration, production stages
     - Automated versioning of prereleases
     - Local debug support

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.2.8 855 12/6/2020
2.2.7 658 12/5/2020
2.2.6 526 11/9/2020
2.2.3 634 10/24/2020
2.2.2 514 10/23/2020
2.1.3 669 9/27/2020
2.0.3 536 9/24/2020
2.0.2 610 9/23/2020
2.0.1 655 6/4/2020
2.0.0 621 11/21/2019
1.0.2 671 11/11/2019
1.0.1 618 11/10/2019
1.0.0 596 11/10/2019
0.0.2-pre-u20191101-205349 575 11/1/2019

2.0 - Added support for automatic prerelease patch increment
     1.0 - Initial release