Skip to content

Commit bb55e6b

Browse files
Set next BenchmarkDotNet version: 0.13.11
1 parent 40c4142 commit bb55e6b

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

build/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141

4242
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
43-
<VersionPrefix>0.13.10</VersionPrefix>
43+
<VersionPrefix>0.13.11</VersionPrefix>
4444
</PropertyGroup>
4545

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

build/versions.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,5 @@
5454
0.13.7
5555
0.13.8
5656
0.13.9
57-
0.13.10
57+
0.13.10
58+
0.13.11

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"type": "parameter",
132132
"datatype": "string",
133133
"description": "Version of BenchmarkDotNet that will be referenced.",
134-
"defaultValue": "0.13.10",
134+
"defaultValue": "0.13.11",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"type": "parameter",
132132
"datatype": "string",
133133
"description": "Version of BenchmarkDotNet that will be referenced.",
134-
"defaultValue": "0.13.10",
134+
"defaultValue": "0.13.11",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"type": "parameter",
132132
"datatype": "string",
133133
"description": "Version of BenchmarkDotNet that will be referenced.",
134-
"defaultValue": "0.13.10",
134+
"defaultValue": "0.13.11",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

0 commit comments

Comments
 (0)