Skip to content

Commit ab2e690

Browse files
version update (#7366)
1 parent d4db625 commit ab2e690

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/BranchInfo.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
<PropertyGroup Condition="'$(IsStableProject)' == 'true'">
3131
<MajorVersion>4</MajorVersion>
3232
<MinorVersion>0</MinorVersion>
33-
<PatchVersion>1</PatchVersion>
33+
<PatchVersion>2</PatchVersion>
3434
<!-- Set baseline version for stable packages to check for API Compat -->
3535
<PackageValidationBaselineVersion>$(MajorVersion).$(MinorVersion).$([MSBuild]::Subtract($(PatchVersion), 1))</PackageValidationBaselineVersion>
3636
</PropertyGroup>
3737
<PropertyGroup Condition="'$(IsStableProject)' != 'true'">
3838
<MajorVersion>0</MajorVersion>
3939
<MinorVersion>22</MinorVersion>
40-
<PatchVersion>1</PatchVersion>
40+
<PatchVersion>2</PatchVersion>
4141
</PropertyGroup>
4242
</Project>

0 commit comments

Comments
 (0)