Skip to content

Commit 59d6b4f

Browse files
authoredDec 18, 2020
1 parent 0fca56c commit 59d6b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

Diff for: ‎eng/BranchInfo.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
3131
<MajorVersion>1</MajorVersion>
3232
<MinorVersion>5</MinorVersion>
33-
<PatchVersion>4</PatchVersion>
33+
<PatchVersion>5</PatchVersion>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3636
<MajorVersion>0</MajorVersion>
3737
<MinorVersion>17</MinorVersion>
38-
<PatchVersion>4</PatchVersion>
38+
<PatchVersion>5</PatchVersion>
3939
</PropertyGroup>
4040
</Project>

Diff for: ‎eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
1010
-->
1111
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
12-
<VersionPrefix>1.5.4</VersionPrefix>
12+
<VersionPrefix>1.5.5</VersionPrefix>
1313
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
1414
<AssemblyVersion>1.0.0.0</AssemblyVersion>
1515

0 commit comments

Comments
 (0)
Please sign in to comment.