Nortal.Utilities.AssemblyVersioning.MsBuildTask 0.11.0

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.
<PackageVersion Include="Nortal.Utilities.AssemblyVersioning.MsBuildTask" Version="0.11.0" />
                    
Directory.Packages.props
<PackageReference Include="Nortal.Utilities.AssemblyVersioning.MsBuildTask" />
                    
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 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.
#addin nuget:?package=Nortal.Utilities.AssemblyVersioning.MsBuildTask&version=0.11.0
                    
Install Nortal.Utilities.AssemblyVersioning.MsBuildTask as a Cake Addin
#tool nuget:?package=Nortal.Utilities.AssemblyVersioning.MsBuildTask&version=0.11.0
                    
Install Nortal.Utilities.AssemblyVersioning.MsBuildTask as a Cake Tool

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.11.0 125 3/12/2015
0.10.1 111 8/5/2014
0.10.0 81 7/18/2014
0.9.0 81 7/8/2013

New feature: support custom generators