Ltc.MSBuild.UpdateVersionWithOptions.targets
1.0.0
dotnet add package Ltc.MSBuild.UpdateVersionWithOptions.targets --version 1.0.0
NuGet\Install-Package Ltc.MSBuild.UpdateVersionWithOptions.targets -Version 1.0.0
<PackageReference Include="Ltc.MSBuild.UpdateVersionWithOptions.targets" Version="1.0.0" />
paket add Ltc.MSBuild.UpdateVersionWithOptions.targets --version 1.0.0
#r "nuget: Ltc.MSBuild.UpdateVersionWithOptions.targets, 1.0.0"
// Install Ltc.MSBuild.UpdateVersionWithOptions.targets as a Cake Addin #addin nuget:?package=Ltc.MSBuild.UpdateVersionWithOptions.targets&version=1.0.0 // Install Ltc.MSBuild.UpdateVersionWithOptions.targets as a Cake Tool #tool nuget:?package=Ltc.MSBuild.UpdateVersionWithOptions.targets&version=1.0.0
Auto update assembly version's build number and revision parts with TFS's changeset id and modified date or user build number and TFS's changeset. Set Configuration property with 'Release' prefix to turn this feature on.
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 |
---|---|---|
1.0.0 | 112 | 1/23/2015 |
[1.0.0] - Initial build based off Ltc.MSBuild.UpdateVersion.targets.1.0.7.
Added option to set AssemblyFileVersion to $(MajorVersion).$(MinorVersion).$(BuildNumber).$(ChangesetId).
Updated regex to take whitespace around parenthesis into consideration.
Updated readme file to explain new addition
Added Visual Studio sln file to work from within VS 2013