Skip to content

Commit c27152b

Browse files
Set next BenchmarkDotNet version: 0.13.10
1 parent 228a464 commit c27152b

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
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.9</VersionPrefix>
43+
<VersionPrefix>0.13.10</VersionPrefix>
4444
</PropertyGroup>
4545

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

build/versions.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@
5353
0.13.6
5454
0.13.7
5555
0.13.8
56-
0.13.9
56+
0.13.9
57+
0.13.10

docs/_changelog/footer/v0.13.9.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_Date: TBA_
1+
_Date: October 05, 2023_
22

33
_Milestone: [v0.13.9](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.13.9)_
44
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.8...v0.13.9))

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.9",
134+
"defaultValue": "0.13.10",
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.9",
134+
"defaultValue": "0.13.10",
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.9",
134+
"defaultValue": "0.13.10",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

0 commit comments

Comments
 (0)