Skip to content

Commit 6f471cc

Browse files
Fix package version in BenchmarkDotNet.Templates
1 parent fd2639f commit 6f471cc

File tree

3 files changed

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

3 files changed

+3
-3
lines changed

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

0 commit comments

Comments
 (0)