Ackara.Buildbox 1.5.1-alpha

This is a prerelease version of Ackara.Buildbox.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Ackara.Buildbox --version 1.5.1-alpha
                    
NuGet\Install-Package Ackara.Buildbox -Version 1.5.1-alpha
                    
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="Ackara.Buildbox" Version="1.5.1-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ackara.Buildbox" Version="1.5.1-alpha" />
                    
Directory.Packages.props
<PackageReference Include="Ackara.Buildbox" />
                    
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 Ackara.Buildbox --version 1.5.1-alpha
                    
#r "nuget: Ackara.Buildbox, 1.5.1-alpha"
                    
#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.
#:package Ackara.Buildbox@1.5.1-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Ackara.Buildbox&version=1.5.1-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Ackara.Buildbox&version=1.5.1-alpha&prerelease
                    
Install as a Cake Tool

Use Ncrement instead

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

version 1.5.1
-------------
* Add Get-BranchSuffix cmdlet.

version 1.4.1
-------------
* Add Find-MSBuildPath cmdlet.

version 1.3.9
-------------
* Add ability to parse settings file where the values are nested within another object.

version 1.2.8
-------------
* Add Write-LineBreak cmdlet
* Add Show-Inputbox cmdlet

Fixes
* Stop DotNetCoreProjectFileHandler from append the version suffix.
* Stop Update-VersionNumber from saving the config file after it made a commit.

version 1.1.2
-------------
* Fix semver settings file not being saved when a custom file is used.

version 1.1.1
-------------
* Add UsecommitMessageAsDescription switch to Update-VersionNumber cmdlet

version: 1.0.1
----------------
* Add utils modules

Changes
* Rename VersionInfo.ReleaseTag field to 'Suffix"
* Rename Settings.ReleaseTag to 'branchSuffixMap'

version: 0.1.111
----------------
* Add flyway module
* Add winscp module
* Add waswsdeploy module
* Add semver module

version: 0.0.1
--------------
Initial release