Skip to content

Commit 045b5bc

Browse files
authored
Merge pull request #1555 from microsoft/dev/waan/update186Version
Update Package Version and ZeroYear
1 parent cf41712 commit 045b5bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build/version.settings.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
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.-->
5-
<MajorVersion>17</MajorVersion>
6-
<MinorVersion>12</MinorVersion>
7-
<VersionZeroYear>2022</VersionZeroYear>
5+
<MajorVersion>18</MajorVersion>
6+
<MinorVersion>6</MinorVersion>
7+
<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 -->
1010
<AssemblyVersion Condition="'$(AssemblyVersion)'==''">14.0.0.0</AssemblyVersion>

0 commit comments

Comments
 (0)