Nortal.Utilities.AssemblyVersioning.MsBuildTask 0.11.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Nortal.Utilities.AssemblyVersioning.MsBuildTask --version 0.11.0
NuGet\Install-Package Nortal.Utilities.AssemblyVersioning.MsBuildTask -Version 0.11.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="Nortal.Utilities.AssemblyVersioning.MsBuildTask" Version="0.11.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nortal.Utilities.AssemblyVersioning.MsBuildTask --version 0.11.0
#r "nuget: Nortal.Utilities.AssemblyVersioning.MsBuildTask, 0.11.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.
// Install Nortal.Utilities.AssemblyVersioning.MsBuildTask as a Cake Addin
#addin nuget:?package=Nortal.Utilities.AssemblyVersioning.MsBuildTask&version=0.11.0

// Install Nortal.Utilities.AssemblyVersioning.MsBuildTask as a Cake Tool
#tool nuget:?package=Nortal.Utilities.AssemblyVersioning.MsBuildTask&version=0.11.0

Sets up a c# project to automatically generate extended version information attributes on each build using various predefined or customized patterns.
Can automatically control content for FileVersionAttribute, InformationalVersionAttribute and ConfigurationAttribute to provide developers the tools to always know for sure where and how a binary was created by looking only at the assembly dll.
Developers can easily configure which algorithms to use and extend existing logic using standard MsBuild functionality.

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
0.13.0 1,818 1/5/2021
0.12.0 2,269 11/9/2017
0.11.0 5,420 3/12/2015
0.10.1 2,251 8/5/2014
0.10.0 2,394 7/18/2014
0.9.0 2,344 7/8/2013

New feature: support custom generators