Skip to content

Commit

Permalink
Merge pull request #1745 from brianrob/dev/brianrob/increment-versions
Browse files Browse the repository at this point in the history
Increment Binary Versions
  • Loading branch information
brianrob authored Nov 7, 2022
2 parents 8ff7d5e + 18c8482 commit f9eced7
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.5</FastSerializationVersion>
<HeapDumpDllVersion>3.0.5</HeapDumpDllVersion>
<MemoryGraphVersion>3.0.5</MemoryGraphVersion>
<PerfViewVersion>3.0.5</PerfViewVersion>
<TraceEventVersion>3.0.5</TraceEventVersion>
<UtilitiesVersion>3.0.5</UtilitiesVersion>
<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>
</PropertyGroup>

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

0 comments on commit f9eced7

Please sign in to comment.