Skip to content

Commit 79cc8ed

Browse files
committed
Update versioning to 7.4 in Release configuration
The version number in the `Version` property of the `PropertyGroup` for the Release configuration has been changed from `6.1.$(Build).$(Revision)` to `7.4.$(Build).$(Revision)`, reflecting a new major version update from 6.x to 7.x.
1 parent aec18be commit 79cc8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
5555
<Build Condition="'$(DesignTimeBuild)' != 'true' OR '$(BuildingProject)' == 'true'">$([System.DateTime]::op_Subtraction($([System.DateTime]::get_Now().get_Date()),$([System.DateTime]::new(2000,1,1))).get_TotalDays())</Build>
5656
<Revision Condition="'$(DesignTimeBuild)' != 'true' OR '$(BuildingProject)' == 'true'">$([MSBuild]::Divide($([System.DateTime]::get_Now().get_TimeOfDay().get_TotalSeconds()), 2).ToString('F0'))</Revision>
57-
<Version Condition="'$(DesignTimeBuild)' != 'true' OR '$(BuildingProject)' == 'true'">6.1.$(Build).$(Revision)</Version>
57+
<Version Condition="'$(DesignTimeBuild)' != 'true' OR '$(BuildingProject)' == 'true'">7.4.$(Build).$(Revision)</Version>
5858
</PropertyGroup>
5959
<ItemGroup>
6060
<PackageReference Include="Microsoft.Bcl.HashCode" />

0 commit comments

Comments
 (0)