Skip to content

Commit

Permalink
Merge pull request #1654 from brianrob/increment-versions
Browse files Browse the repository at this point in the history
Increment Version Numbers
  • Loading branch information
brianrob authored Jun 30, 2022
2 parents bf3a837 + 7c86b1f commit 20ddf58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@

<PropertyGroup>
<!-- These are the versions of the things we are CREATING in this repository -->
<FastSerializationVersion>3.0.1</FastSerializationVersion>
<PerfViewVersion>3.0.1</PerfViewVersion>
<TraceEventVersion>3.0.1</TraceEventVersion>
<FastSerializationVersion>3.0.2</FastSerializationVersion>
<PerfViewVersion>3.0.2</PerfViewVersion>
<TraceEventVersion>3.0.2</TraceEventVersion>
</PropertyGroup>

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

0 comments on commit 20ddf58

Please sign in to comment.