Skip to content

Commit

Permalink
Bumping version number and adding JIT trace files (#8512)
Browse files Browse the repository at this point in the history
  • Loading branch information
VpOfEngineering authored Jun 27, 2022
1 parent 3d56c97 commit 0047251
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 19 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<MajorVersion>3</MajorVersion>
<MinorVersion>10</MinorVersion>
<PatchVersion>1</PatchVersion>
<PatchVersion>2</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<Version Condition=" '$(BuildNumber)' != '' ">$(VersionPrefix)-$(BuildNumber)</Version>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)</Version>
Expand Down
Loading

0 comments on commit 0047251

Please sign in to comment.