BumpAssemblyVersions 1.9.1

dotnet add package BumpAssemblyVersions --version 1.9.1
                    
NuGet\Install-Package BumpAssemblyVersions -Version 1.9.1
                    
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="BumpAssemblyVersions" Version="1.9.1">
  <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.
<PackageVersion Include="BumpAssemblyVersions" Version="1.9.1" />
                    
Directory.Packages.props
<PackageReference Include="BumpAssemblyVersions">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
                    
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 BumpAssemblyVersions --version 1.9.1
                    
#r "nuget: BumpAssemblyVersions, 1.9.1"
                    
#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.
#addin nuget:?package=BumpAssemblyVersions&version=1.9.1
                    
Install BumpAssemblyVersions as a Cake Addin
#tool nuget:?package=BumpAssemblyVersions&version=1.9.1
                    
Install BumpAssemblyVersions as a Cake Tool

BumpAssemblyVersions

Bumps assembly versions according to user provided specifications, strategies.

For more details, see the project wiki documentation.

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
1.9.1 140 10 months ago
1.9.0 103 10 months ago
1.8.0 2,692 12/6/2020
1.7.0 496 11/16/2020
1.6.0 813 7/5/2020
1.5.0 525 7/5/2020
1.4.0 980 8/19/2019
1.3.1 745 7/8/2019
1.3.0 666 7/7/2019
1.2.0 1,408 9/11/2018