Set next BenchmarkDotNet version: 0.13.13

This commit is contained in:
Andrey Akinshin 2024-01-05 19:39:04 +01:00
Родитель cdce32ffa1
Коммит f8ac9cf7cb
6 изменённых файлов: 7 добавлений и 6 удалений

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

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

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

@ -56,4 +56,5 @@
0.13.9
0.13.10
0.13.11
0.13.12
0.13.12
0.13.13

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

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

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

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

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

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

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

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