Skip to content

Commit 37b5ca5

Browse files
Set next BenchmarkDotNet version: 0.15.1
1 parent 4c839d8 commit 37b5ca5

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
@@ -42,7 +42,7 @@
4242
</PropertyGroup>
4343

4444
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
45-
<VersionPrefix>0.15.0</VersionPrefix>
45+
<VersionPrefix>0.15.1</VersionPrefix>
4646
</PropertyGroup>
4747

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

build/versions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@
5858
0.13.11
5959
0.13.12
6060
0.14.0
61-
0.15.0
61+
0.15.0
62+
0.15.1

docs/_changelog/footer/v0.15.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: May 22, 2025_
22

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"type": "parameter",
140140
"datatype": "string",
141141
"description": "Version of BenchmarkDotNet that will be referenced.",
142-
"defaultValue": "0.15.0",
142+
"defaultValue": "0.15.1",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"type": "parameter",
140140
"datatype": "string",
141141
"description": "Version of BenchmarkDotNet that will be referenced.",
142-
"defaultValue": "0.15.0",
142+
"defaultValue": "0.15.1",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"type": "parameter",
140140
"datatype": "string",
141141
"description": "Version of BenchmarkDotNet that will be referenced.",
142-
"defaultValue": "0.15.0",
142+
"defaultValue": "0.15.1",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},

0 commit comments

Comments
 (0)