Skip to content

Commit

Permalink
Set next BenchmarkDotNet version: 0.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Dec 6, 2023
1 parent 05eb00f commit d494173
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
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
<VersionPrefix>0.13.11</VersionPrefix>
<VersionPrefix>0.13.12</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">
Expand Down
3 changes: 2 additions & 1 deletion build/versions.txt
Expand Up @@ -55,4 +55,5 @@
0.13.8
0.13.9
0.13.10
0.13.11
0.13.11
0.13.12
2 changes: 1 addition & 1 deletion docs/_changelog/footer/v0.13.11.md
@@ -1,4 +1,4 @@
_Date: TBA_
_Date: December 06, 2023_

_Milestone: [v0.13.11](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.11)_
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.10...v0.13.11))
Expand Down
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.11",
"defaultValue": "0.13.12",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.11",
"defaultValue": "0.13.12",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.11",
"defaultValue": "0.13.12",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down

0 comments on commit d494173

Please sign in to comment.