Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5362aba

Browse files
committed
Merge in 'release/3.1' changes
2 parents a687545 + ff34e77 commit 5362aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dir.common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<PropertyGroup>
6767
<!-- Central place to set the versions of all nuget packages produced in the repo -->
68-
<PackageVersion Condition="'$(PackageVersion)' == ''">3.1.26</PackageVersion>
68+
<PackageVersion Condition="'$(PackageVersion)' == ''">3.1.27</PackageVersion>
6969
<PreReleaseLabel>servicing</PreReleaseLabel>
7070
</PropertyGroup>
7171

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- The .NET Core product branding version -->
5-
<ProductVersion>3.1.26</ProductVersion>
5+
<ProductVersion>3.1.27</ProductVersion>
66
<!-- File version numbers -->
77
<MajorVersion>4</MajorVersion>
88
<MinorVersion>7</MinorVersion>

0 commit comments

Comments
 (0)