Skip to content

Commit

Permalink
Merge pull request #1789 from brianrob/dev/brianrob/increment-versions
Browse files Browse the repository at this point in the history
Increment Version Numbers
  • Loading branch information
brianrob authored Jan 17, 2023
2 parents 2c67a31 + 5c94be3 commit d4cb09e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@

<PropertyGroup>
<!-- These are the versions of the things we are CREATING in this repository -->
<FastSerializationVersion>3.0.6</FastSerializationVersion>
<HeapDumpDllVersion>3.0.6</HeapDumpDllVersion>
<MemoryGraphVersion>3.0.6</MemoryGraphVersion>
<PerfViewVersion>3.0.6</PerfViewVersion>
<TraceEventVersion>3.0.6</TraceEventVersion>
<UtilitiesVersion>3.0.6</UtilitiesVersion>
<FastSerializationVersion>3.0.7</FastSerializationVersion>
<HeapDumpDllVersion>3.0.7</HeapDumpDllVersion>
<MemoryGraphVersion>3.0.7</MemoryGraphVersion>
<PerfViewVersion>3.0.7</PerfViewVersion>
<TraceEventVersion>3.0.7</TraceEventVersion>
<UtilitiesVersion>3.0.7</UtilitiesVersion>
</PropertyGroup>

<!-- versions of dependencies that more than one project use -->
Expand Down

0 comments on commit d4cb09e

Please sign in to comment.