Skip to content

Commit 0d079b4

Browse files
committed
Update branding to 17.6.1
1 parent 9333aa2 commit 0d079b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- This repo version -->
5-
<VersionPrefix>17.6.0</VersionPrefix>
5+
<VersionPrefix>17.6.1</VersionPrefix>
66
<PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
77
<!-- Opt-out repo features -->
88
<UsingToolXliff>false</UsingToolXliff>

scripts/build/TestPlatform.Dependencies.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
and because during the test `dotnet test` will run and re-build some of the test projects and at that time the version
1313
from a build parameter would not be available, so I am writing this version from the build.ps1 script to keep it in sync -->
1414
<!-- Note that before bumping this version, you need to have one NuGet package available -->
15-
<NETTestSdkVersion>17.6.0-dev</NETTestSdkVersion>
15+
<NETTestSdkVersion>17.6.1-dev</NETTestSdkVersion>
1616

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

0 commit comments

Comments
 (0)