Skip to content

Commit c9347c9

Browse files
Set next BenchmarkDotNet version: 0.13.7
1 parent e85fe28 commit c9347c9

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
@@ -37,7 +37,7 @@
3737
</PropertyGroup>
3838

3939
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
40-
<VersionPrefix>0.13.6</VersionPrefix>
40+
<VersionPrefix>0.13.7</VersionPrefix>
4141
</PropertyGroup>
4242

4343
<PropertyGroup Condition=" '$(VersionStable)' == '' AND '$(VersionSuffix)' == '' ">

build/versions.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@
5050
0.13.3
5151
0.13.4
5252
0.13.5
53-
0.13.6
53+
0.13.6
54+
0.13.7

docs/_changelog/footer/v0.13.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_Date: TBA_
1+
_Date: July 11, 2023_
22

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

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

Lines changed: 1 addition & 1 deletion
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.6",
147+
"defaultValue": "0.13.7",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

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

Lines changed: 1 addition & 1 deletion
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.6",
147+
"defaultValue": "0.13.7",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

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

Lines changed: 1 addition & 1 deletion
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.6",
147+
"defaultValue": "0.13.7",
148148
"replaces": "$(BenchmarkDotNetVersion)"
149149
}
150150
},

0 commit comments

Comments
 (0)