Skip to content

Commit

Permalink
Set next BenchmarkDotNet version: 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Aug 6, 2024
1 parent 23e6c52 commit b3fbe7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
<VersionPrefix>0.13.13</VersionPrefix>
<VersionPrefix>0.14.0</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">
Expand Down
2 changes: 1 addition & 1 deletion build/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
0.13.10
0.13.11
0.13.12
0.13.13
0.14.0
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.13",
"defaultValue": "0.14.0",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.13",
"defaultValue": "0.14.0",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.13.13",
"defaultValue": "0.14.0",
"replaces": "$(BenchmarkDotNetVersion)"
}
},
Expand Down

0 comments on commit b3fbe7c

Please sign in to comment.