You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
925 B
17 lines
925 B
<Project>
|
|
|
|
<PropertyGroup>
|
|
<MajorVersion>7</MajorVersion>
|
|
<MinorVersion>0</MinorVersion>
|
|
<PatchVersion>0</PatchVersion>
|
|
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
|
|
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
|
|
<PreReleaseVersionIteration>3</PreReleaseVersionIteration>
|
|
<PreReleaseBrandingLabel>Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel>
|
|
<StabilizePackageVersion Condition=" '$(StabilizePackageVersion)' == '' ">false</StabilizePackageVersion>
|
|
<DotNetFinalVersionKind Condition=" '$(StabilizePackageVersion)' == 'true' ">release</DotNetFinalVersionKind>
|
|
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
|
|
<IncludePreReleaseLabelInPackageVersion Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false</IncludePreReleaseLabelInPackageVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|
|
|