Skip to content

Commit ece5ccf

Browse files
committedSep 8, 2023
Set next BenchmarkDotNet version: 0.13.9
1 parent f8de1e9 commit ece5ccf

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
@@ -39,7 +39,7 @@
3939
</PropertyGroup>
4040

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

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

‎build/versions.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@
5252
0.13.5
5353
0.13.6
5454
0.13.7
55-
0.13.8
55+
0.13.8
56+
0.13.9

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

+1-1
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.8",
147+
"defaultValue": "0.13.9",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

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

+1-1
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.8",
147+
"defaultValue": "0.13.9",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

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

+1-1
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.8",
147+
"defaultValue": "0.13.9",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

0 commit comments

Comments
 (0)
Please sign in to comment.