Skip to content

Commit

Permalink
Update branding to 17.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed May 23, 2023
1 parent 9333aa2 commit 0d079b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<PropertyGroup>
<!-- This repo version -->
<VersionPrefix>17.6.0</VersionPrefix>
<VersionPrefix>17.6.1</VersionPrefix>
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
<!-- Opt-out repo features -->
<UsingToolXliff>false</UsingToolXliff>
Expand Down
2 changes: 1 addition & 1 deletion scripts/build/TestPlatform.Dependencies.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version
from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync -->
<!-- Note that before bumping this version, you need to have one NuGet package available -->
<NETTestSdkVersion>17.6.0-dev</NETTestSdkVersion>
<NETTestSdkVersion>17.6.1-dev</NETTestSdkVersion>

<!-- These versions are used for running unit tests, and running acceptance tests. They are also used as the default version for projects
in TestAssets.sln to allow running and debugging tests in that solution directly in VS without having to run them via AcceptanceTests. -->
Expand Down

0 comments on commit 0d079b4

Please sign in to comment.