Appccelerate.VersionTask 1.39.0

dotnet add package Appccelerate.VersionTask --version 1.39.0
                    
NuGet\Install-Package Appccelerate.VersionTask -Version 1.39.0
                    
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="Appccelerate.VersionTask" Version="1.39.0">
  <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="Appccelerate.VersionTask" Version="1.39.0" />
                    
Directory.Packages.props
<PackageReference Include="Appccelerate.VersionTask">
  <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 Appccelerate.VersionTask --version 1.39.0
                    
#r "nuget: Appccelerate.VersionTask, 1.39.0"
                    
#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=Appccelerate.VersionTask&version=1.39.0
                    
Install Appccelerate.VersionTask as a Cake Addin
#tool nuget:?package=Appccelerate.VersionTask&version=1.39.0
                    
Install Appccelerate.VersionTask as a Cake Tool

MSBuild task for automatic versioning of assemblies.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Appccelerate.VersionTask:

Package Downloads
Appccelerate.Development

Used for build infrastructure.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.39.0 3,275 10/9/2017
1.37.0 1,328 10/9/2017
1.22.0 4,617 11/11/2015
1.21.0 1,588 7/24/2015
1.17.0 2,805 1/12/2015
1.10.0 1,753 10/6/2014
1.5.0 1,568 9/15/2014
1.2.0 4,286 7/21/2014
0.1.0-pre0009 1,322 7/16/2014

1.32.0: VersionTask is now nicely to the incremental build feature and does not break it anymore. Many thanks to Blair L Murri https://github.com/bmurri.
     1.29.0: You can now specify a fileVersion in case you want it to be different from the assembly version. Use the tag in this way "v=1.{0};fv=1.1.{0}". Many thanks to Ivan Appert https://github.com/iappert.