File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
<PropertyGroup Condition =" '$(IsStableProject)' == 'true'" >
31
31
<MajorVersion >1</MajorVersion >
32
32
<MinorVersion >5</MinorVersion >
33
- <PatchVersion >4 </PatchVersion >
33
+ <PatchVersion >5 </PatchVersion >
34
34
</PropertyGroup >
35
35
<PropertyGroup Condition =" '$(IsStableProject)' != 'true'" >
36
36
<MajorVersion >0</MajorVersion >
37
37
<MinorVersion >17</MinorVersion >
38
- <PatchVersion >4 </PatchVersion >
38
+ <PatchVersion >5 </PatchVersion >
39
39
</PropertyGroup >
40
40
</Project >
Original file line number Diff line number Diff line change 9
9
https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
10
10
-->
11
11
<DotNetUseShippingVersions >true</DotNetUseShippingVersions >
12
- <VersionPrefix >1.5.4 </VersionPrefix >
12
+ <VersionPrefix >1.5.5 </VersionPrefix >
13
13
<PreReleaseVersionLabel >preview</PreReleaseVersionLabel >
14
14
<AssemblyVersion >1.0.0.0</AssemblyVersion >
15
15
You can’t perform that action at this time.
0 commit comments