Skip to content

Commit

Permalink
Set next BenchmarkDotNet version: 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Aug 6, 2024
1 parent cf882d3 commit a739e2c
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.14.0</VersionPrefix>
<VersionPrefix>0.14.1</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 @@ -57,4 +57,5 @@
0.13.10
0.13.11
0.13.12
0.14.0
0.14.0
0.14.1
2 changes: 1 addition & 1 deletion docs/_changelog/footer/v0.14.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_Date: TBA_
_Date: August 06, 2024_

_Milestone: [v0.14.0](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.14.0)_
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.12...v0.14.0))
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.14.0",
"defaultValue": "0.14.1",
"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.14.0",
"defaultValue": "0.14.1",
"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.14.0",
"defaultValue": "0.14.1",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down

0 comments on commit a739e2c

Please sign in to comment.