Skip to content

Commit f115221

Browse files
Set next BenchmarkDotNet version: 0.15.4
1 parent 96620b6 commit f115221

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's no harder than writing unit tests!
3030
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
3131
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
3232
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
33-
BenchmarkDotNet is already adopted by [26400+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [27000+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
3434
[.NET Runtime](https://github.com/dotnet/runtime),
3535
[.NET Compiler](https://github.com/dotnet/roslyn),
3636
[.NET Performance](https://github.com/dotnet/performance),

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
</PropertyGroup>
4646

4747
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
48-
<VersionPrefix>0.15.3</VersionPrefix>
48+
<VersionPrefix>0.15.4</VersionPrefix>
4949
</PropertyGroup>
5050

5151
<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">

build/versions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,5 @@
6161
0.15.0
6262
0.15.1
6363
0.15.2
64-
0.15.3
64+
0.15.3
65+
0.15.4

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"type": "parameter",
140140
"datatype": "string",
141141
"description": "Version of BenchmarkDotNet that will be referenced.",
142-
"defaultValue": "0.15.3",
142+
"defaultValue": "0.15.4",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"type": "parameter",
140140
"datatype": "string",
141141
"description": "Version of BenchmarkDotNet that will be referenced.",
142-
"defaultValue": "0.15.3",
142+
"defaultValue": "0.15.4",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

templates/templates/BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"type": "parameter",
140140
"datatype": "string",
141141
"description": "Version of BenchmarkDotNet that will be referenced.",
142-
"defaultValue": "0.15.3",
142+
"defaultValue": "0.15.4",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

0 commit comments

Comments
 (0)