Skip to content

Commit ffce52e

Browse files
Set next BenchmarkDotNet version: 0.15.3
1 parent 2306bab commit ffce52e

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 [26300+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [26400+ 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
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343

4444
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
45-
<VersionPrefix>0.15.2</VersionPrefix>
45+
<VersionPrefix>0.15.3</VersionPrefix>
4646
</PropertyGroup>
4747

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

build/versions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@
6060
0.14.0
6161
0.15.0
6262
0.15.1
63-
0.15.2
63+
0.15.2
64+
0.15.3

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.2",
142+
"defaultValue": "0.15.3",
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.2",
142+
"defaultValue": "0.15.3",
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.2",
142+
"defaultValue": "0.15.3",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

0 commit comments

Comments
 (0)