We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf41712 commit 045b5bcCopy full SHA for 045b5bc
1 file changed
build/version.settings.targets
@@ -2,9 +2,9 @@
2
<PropertyGroup>
3
<!--SxS: These three properties should be changed at the start of a new version, VersionZeroYear should be the year
4
before the start of the project.-->
5
- <MajorVersion>17</MajorVersion>
6
- <MinorVersion>12</MinorVersion>
7
- <VersionZeroYear>2022</VersionZeroYear>
+ <MajorVersion>18</MajorVersion>
+ <MinorVersion>6</MinorVersion>
+ <VersionZeroYear>2025</VersionZeroYear>
8
<!-- Note: for compatibility, we leave the default assembly version of the repo at 14.0.
9
If we ever decide to change this, make sure that you notify partner teams such as C++ IOT -->
10
<AssemblyVersion Condition="'$(AssemblyVersion)'==''">14.0.0.0</AssemblyVersion>
0 commit comments