Skip to content

Commit e1122c4

Browse files
Set next BenchmarkDotNet version: 0.13.8
1 parent c02aeaa commit e1122c4

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 [16600+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [16900+ 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
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040

4141
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
42-
<VersionPrefix>0.13.7</VersionPrefix>
42+
<VersionPrefix>0.13.8</VersionPrefix>
4343
</PropertyGroup>
4444

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

build/versions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
0.13.4
5252
0.13.5
5353
0.13.6
54-
0.13.7
54+
0.13.7
55+
0.13.8

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"type": "parameter",
145145
"datatype": "string",
146146
"description": "Version of BenchmarkDotNet that will be referenced.",
147-
"defaultValue": "0.13.7",
147+
"defaultValue": "0.13.8",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"type": "parameter",
145145
"datatype": "string",
146146
"description": "Version of BenchmarkDotNet that will be referenced.",
147-
"defaultValue": "0.13.7",
147+
"defaultValue": "0.13.8",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"type": "parameter",
145145
"datatype": "string",
146146
"description": "Version of BenchmarkDotNet that will be referenced.",
147-
"defaultValue": "0.13.7",
147+
"defaultValue": "0.13.8",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

0 commit comments

Comments
 (0)