Skip to content

Commit

Permalink
updating version after release (#5642)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp authored Mar 4, 2021
1 parent 58450d4 commit 8dd47c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eng/BranchInfo.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
<MajorVersion>1</MajorVersion>
<MinorVersion>5</MinorVersion>
<PatchVersion>5</PatchVersion>
<PatchVersion>6</PatchVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
<MajorVersion>0</MajorVersion>
<MinorVersion>17</MinorVersion>
<PatchVersion>5</PatchVersion>
<PatchVersion>6</PatchVersion>
</PropertyGroup>
</Project>
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
https://github.com/dotnet/arcade/blob/c788ffa83b088cafe9dbffc1cbc8155ba88b2553/Documentation/CorePackages/Versioning.md#output
-->
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<VersionPrefix>1.5.5</VersionPrefix>
<VersionPrefix>1.5.6</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<AssemblyVersion>1.0.0.0</AssemblyVersion>

Expand Down

0 comments on commit 8dd47c1

Please sign in to comment.