Skip to content

Commit d4c70ed

Browse files
Update version prefix to 0.13.6
Now the default version references the upcoming version instead of the last stable version
1 parent 1e9c998 commit d4c70ed

File tree

4 files changed

+4
-4
lines changed
  • build
  • templates/templates
    • BenchmarkDotNet.BenchmarkProjectTemplate.CSharp/.template.config
    • BenchmarkDotNet.BenchmarkProjectTemplate.FSharp/.template.config
    • BenchmarkDotNet.BenchmarkProjectTemplate.VB/.template.config

4 files changed

+4
-4
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.5</VersionPrefix>
40+
<VersionPrefix>0.13.6</VersionPrefix>
4141
</PropertyGroup>
4242

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

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

0 commit comments

Comments
 (0)