Merge all hard-coded versions and version suffixes to be defined in a single spot.
This commit is contained in:
parent
36d03ce4ce
commit
c481ad9cdc
22 changed files with 40 additions and 120 deletions
|
@ -7,7 +7,5 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public string SimpleVersion => $"{Major}.{Minor}.{Patch}.{CommitCountString}";
|
||||
public string VersionSuffix => $"{ReleaseSuffix}-{CommitCountString}";
|
||||
public string NuGetVersion => $"{Major}.{Minor}.{Patch}-{VersionSuffix}";
|
||||
public string NetCoreAppVersion => $"{Major}.{Minor}.{Patch}-rc3-{CommitCountString}";
|
||||
public string ProductionVersion => $"{Major}.{Minor}.{Patch}";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue