Metadata >> NuGet >> Build.Versioning >> 0.1-pre-10

0.1-pre-10

Metadata

Authors Heath Stewart
Copyrights Copyright 2015 Heath Stewart
Description Build tasks to generate version information from version tags in a Git repository. There are separate tasks to retrieve semantic version properties such as MajorVersion, MinorVersion, PatchVersion, ReleaseVersion (pre, beta, etc.), and BuildVersion; and to generate a managed language-dependent source file with the 3 common assembly version attributes: - AssemblyVersionAttribute - AssemblyFileVersionAttribute - AssemblyInformationalVersionAttribute After installation, set the GenerateVersionInfo property to true and remove any assembly version attributes in your project(s).
IconUrl http://bit.ly/bvimage
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners Heath Stewart
ReleaseNotes Initial release.
RequireLicenseAcceptance False
Summary Generate assembly version attributes from Git version tags with ability to override many options.
Tags Build Git MSBuild Semantic Version
Title Build Versioning Tasks
PackageSize 4178429
PackageHashAlgorithm SHA512
PackageHash 1iRXbRWWIub2ihgyPpuD4avEvXQN93AikgH5DaX+KPt/a5S7CKxEmbTg+8whMhEEx9rNjjgRROYczW9jYwKuSQ==
DownloadCount 000000
CreatedDate 2015-03-28T18:05:04

Access

You can access data for this version using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Build.Versioning -Version 0.1-pre-10 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Build.Versioning -Version 0.1-pre-10 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Deleting the package from the server (for each registered key):
nuget delete Build.Versioning 0.1-pre-10 %key% -Source     http://nuget.gw.symbolsource.org/Public/NuGet

NuGet (Package Manager Console)

Installing the package (HTTP Basic authentication):
Install-Package Build.Versioning -Version 0.1-pre-10 -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Build.Versioning -Version 0.1-pre-10 -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

OpenWrap

Installing the package:
o add-wrap Build.Versioning -Version 0.1-pre-10
Uninstalling the package:
o remove-wrap Build.Versioning

Compilations

A compilation is created for every set of binaries produced from a single unchanged set of sources in different compilation modes (Debug, Release), for different platforms (x86, x64) or targetting different frameworks.

Profile Mode Platform Related