Skip to content

Commit

Permalink
Version update to 1.7.0 (#5965)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelgsharp committed Oct 9, 2021
1 parent 54a3cb9 commit f696661
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 @@ -29,12 +29,12 @@
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
<MajorVersion>1</MajorVersion>
<MinorVersion>6</MinorVersion>
<MinorVersion>7</MinorVersion>
<PatchVersion>0</PatchVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
<MajorVersion>0</MajorVersion>
<MinorVersion>18</MinorVersion>
<MinorVersion>19</MinorVersion>
<PatchVersion>0</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.6.0</VersionPrefix>
<VersionPrefix>1.7.0</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<!--ML.NET Core dependencies-->
Expand Down

0 comments on commit f696661

Please sign in to comment.