Set next BenchmarkDotNet version: 0.14.1

This commit is contained in:
Andrey Akinshin 2024-08-06 16:44:48 +02:00
Родитель cf882d378d
Коммит a739e2cc9a
6 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -40,7 +40,7 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(VersionPrefix)' == '' ">
<VersionPrefix>0.14.0</VersionPrefix>
<VersionPrefix>0.14.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup Condition=" '$(NoVersionSuffix)' == '' AND '$(VersionSuffix)' == '' ">

Просмотреть файл

@ -57,4 +57,5 @@
0.13.10
0.13.11
0.13.12
0.14.0
0.14.0
0.14.1

Просмотреть файл

@ -1,4 +1,4 @@
_Date: TBA_
_Date: August 06, 2024_
_Milestone: [v0.14.0](https://github.com/dotnet/BenchmarkDotNet/issues?q=milestone%3Av0.14.0)_
([List of commits](https://github.com/dotnet/BenchmarkDotNet/compare/v0.13.12...v0.14.0))

Просмотреть файл

@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.14.0",
"defaultValue": "0.14.1",
"replaces": "$(BenchmarkDotNetVersion)"
}
},

Просмотреть файл

@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.14.0",
"defaultValue": "0.14.1",
"replaces": "$(BenchmarkDotNetVersion)"
}
},

Просмотреть файл

@ -131,7 +131,7 @@
"type": "parameter",
"datatype": "string",
"description": "Version of BenchmarkDotNet that will be referenced.",
"defaultValue": "0.14.0",
"defaultValue": "0.14.1",
"replaces": "$(BenchmarkDotNetVersion)"
}
},