Skip to content

Commit 4c839d8

Browse files
Update README and template.json files
1 parent 56610bc commit 4c839d8

File tree

4 files changed

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

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It's no harder than writing unit tests!
3030
Under the hood, it performs a lot of [magic](#automation) that guarantees [reliable and precise](#reliability) results thanks to the [perfolizer](https://github.com/AndreyAkinshin/perfolizer) statistical engine.
3131
BenchmarkDotNet protects you from popular benchmarking mistakes and warns you if something is wrong with your benchmark design or obtained measurements.
3232
The results are presented in a [user-friendly](#friendliness) form that highlights all the important facts about your experiment.
33-
BenchmarkDotNet is already adopted by [25800+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
33+
BenchmarkDotNet is already adopted by [26000+ GitHub projects](https://github.com/dotnet/BenchmarkDotNet/network/dependents) including
3434
[.NET Runtime](https://github.com/dotnet/runtime),
3535
[.NET Compiler](https://github.com/dotnet/roslyn),
3636
[.NET Performance](https://github.com/dotnet/performance),

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

Lines changed: 2 additions & 2 deletions
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.14.1",
142+
"defaultValue": "0.15.0",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},
@@ -184,4 +184,4 @@
184184
"continueOnError": true
185185
}
186186
]
187-
}
187+
}

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

Lines changed: 2 additions & 2 deletions
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.14.1",
142+
"defaultValue": "0.15.0",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},
@@ -184,4 +184,4 @@
184184
"continueOnError": true
185185
}
186186
]
187-
}
187+
}

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

Lines changed: 2 additions & 2 deletions
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.14.1",
142+
"defaultValue": "0.15.0",
143143
"replaces": "$(BenchmarkDotNetVersion)"
144144
}
145145
},
@@ -184,4 +184,4 @@
184184
"continueOnError": true
185185
}
186186
]
187-
}
187+
}

0 commit comments

Comments
 (0)