Skip to content

Commit

Permalink
Increment versions and simplify future updates. (#2002)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianrob authored Mar 5, 2024
1 parent 541dfc2 commit 0e5d829
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@

<PropertyGroup>
<!-- These are the versions of the things we are CREATING in this repository -->
<FastSerializationVersion>3.1.8</FastSerializationVersion>
<HeapDumpDllVersion>3.1.8</HeapDumpDllVersion>
<MemoryGraphVersion>3.1.8</MemoryGraphVersion>
<PerfViewVersion>3.1.8</PerfViewVersion>
<TraceEventVersion>3.1.8</TraceEventVersion>
<UtilitiesVersion>3.1.8</UtilitiesVersion>
<ReleaseVersion>3.1.9</ReleaseVersion>
<FastSerializationVersion>$(ReleaseVersion)</FastSerializationVersion>
<HeapDumpDllVersion>$(ReleaseVersion)</HeapDumpDllVersion>
<MemoryGraphVersion>$(ReleaseVersion)</MemoryGraphVersion>
<PerfViewVersion>$(ReleaseVersion)</PerfViewVersion>
<TraceEventVersion>$(ReleaseVersion)</TraceEventVersion>
<UtilitiesVersion>$(ReleaseVersion)</UtilitiesVersion>
</PropertyGroup>

<!-- Support files and analyzers -->
Expand Down

0 comments on commit 0e5d829

Please sign in to comment.