Skip to content

Commit a6db346

Browse files
authored
Update VS Minor Version 18.6 -> 18.8 (#1563)
1 parent bb9d95a commit a6db346

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/version.settings.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--SxS: These three properties should be changed at the start of a new version, VersionZeroYear should be the year
44
before the start of the project.-->
55
<MajorVersion>18</MajorVersion>
6-
<MinorVersion>6</MinorVersion>
6+
<MinorVersion>8</MinorVersion>
77
<VersionZeroYear>2025</VersionZeroYear>
88
<!-- Note: for compatibility, we leave the default assembly version of the repo at 14.0.
99
If we ever decide to change this, make sure that you notify partner teams such as C++ IOT -->
@@ -31,4 +31,4 @@
3131
<WriteLinesToFile Lines="$(BuildVersion)" File="$(IntermediateOutputPath)\..\NugetPackageVersion.txt" Overwrite="true"/>
3232
</Target>
3333

34-
</Project>
34+
</Project>

0 commit comments

Comments
 (0)