Skip to content

Commit

Permalink
Bump version to 1.32 after creating branch for v18u11
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored Nov 13, 2024
1 parent 1a35fe7 commit 2f7131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<AssemblyVersion>11.0.0.0</AssemblyVersion>
<MajorFileVersion>1</MajorFileVersion>
<MinorFileVersion>31</MinorFileVersion>
<MinorFileVersion>32</MinorFileVersion>
<PatchFileVersion Condition="'$(COMMIT_NUMBER)'!=''">$(COMMIT_NUMBER)</PatchFileVersion>
<PatchFileVersion Condition="'$(COMMIT_NUMBER)'==''">0</PatchFileVersion>
<FileVersion>$(MajorFileVersion).$(MinorFileVersion).$(PatchFileVersion)</FileVersion>
Expand Down

0 comments on commit 2f7131e

Please sign in to comment.