Skip to content

Commit

Permalink
Set next BenchmarkDotNet version: 0.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Oct 5, 2023
1 parent 228a464 commit c27152b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
<VersionPrefix>0.13.9</VersionPrefix>
<VersionPrefix>0.13.10</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">
Expand Down
3 changes: 2 additions & 1 deletion build/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@
0.13.6
0.13.7
0.13.8
0.13.9
0.13.9
0.13.10
2 changes: 1 addition & 1 deletion docs/_changelog/footer/v0.13.9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Date: TBA_
_Date: October 05, 2023_

_Milestone: [v0.13.9](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.9)_
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.8...v0.13.9))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.9",
"defaultValue": "0.13.10",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.9",
"defaultValue": "0.13.10",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.9",
"defaultValue": "0.13.10",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down

0 comments on commit c27152b

Please sign in to comment.