Skip to content

Commit a739e2c

Browse files
Set next BenchmarkDotNet version: 0.14.1
1 parent cf882d3 commit a739e2c

File tree

6 files changed

+7
-6
lines changed

6 files changed

+7
-6
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</PropertyGroup>
4141

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

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

build/versions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,5 @@
5757
0.13.10
5858
0.13.11
5959
0.13.12
60-
0.14.0
60+
0.14.0
61+
0.14.1

docs/_changelog/footer/v0.14.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_Date: TBA_
1+
_Date: August 06, 2024_
22

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

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

Lines changed: 1 addition & 1 deletion
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.14.0",
134+
"defaultValue": "0.14.1",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

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

Lines changed: 1 addition & 1 deletion
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.14.0",
134+
"defaultValue": "0.14.1",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

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

Lines changed: 1 addition & 1 deletion
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.14.0",
134+
"defaultValue": "0.14.1",
135135
"replaces": "$(BenchmarkDotNetVersion)"
136136
}
137137
},

0 commit comments

Comments
 (0)