Set library version: 0.10.1
This commit is contained in:
Родитель
8846af5897
Коммит
37b126a4f0
|
@ -3,7 +3,7 @@
|
|||
#---------------------------------#
|
||||
|
||||
# version format
|
||||
version: 0.10.0.{build}
|
||||
version: 0.10.1.{build}
|
||||
|
||||
# branches to build
|
||||
branches:
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
public const string Title = TitleBase + (IsDevelopVersion ? "-Dev" : "");
|
||||
public const string Description = "Powerful .NET library for benchmarking";
|
||||
public const string Copyright = "Copyright © .NET Foundation and contributors 2013–2016";
|
||||
public const string Version = "0.10.0";
|
||||
public const string FullVersion = "0.10.0" + (IsDevelopVersion ? "-develop" : "");
|
||||
public const string Version = "0.10.1";
|
||||
public const string FullVersion = "0.10.1" + (IsDevelopVersion ? "-develop" : "");
|
||||
public const string FullTitle = Title + " v" + FullVersion;
|
||||
|
||||
public const bool IsDevelopVersion = true; // Set to false for NuGet publishing
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "BenchmarkDotNet.Core",
|
||||
"version": "0.10.0-develop",
|
||||
"version": "0.10.1-develop",
|
||||
"authors": [ ".NET Foundation and contributors" ],
|
||||
"description": "Powerful .NET library for benchmarking",
|
||||
"copyright": ".NET Foundation and contributors",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "BenchmarkDotNet.Diagnostics.Windows",
|
||||
"version": "0.10.0-develop",
|
||||
"version": "0.10.1-develop",
|
||||
"authors": [ ".NET Foundation and contributors" ],
|
||||
"description": "Powerful .NET library for benchmarking (Diagnostic Tools for Windows)",
|
||||
"copyright": ".NET Foundation and contributors",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "BenchmarkDotNet.Toolchains.Roslyn",
|
||||
"version": "0.10.0-develop",
|
||||
"version": "0.10.1-develop",
|
||||
"authors": [ ".NET Foundation and contributors" ],
|
||||
"description": "Powerful .NET library for benchmarking",
|
||||
"copyright": ".NET Foundation and contributors",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "BenchmarkDotNet",
|
||||
"version": "0.10.0-develop",
|
||||
"version": "0.10.1-develop",
|
||||
"authors": [ ".NET Foundation and contributors" ],
|
||||
"description": "Powerful .NET library for benchmarking",
|
||||
"copyright": ".NET Foundation and contributors",
|
||||
|
|
Загрузка…
Ссылка в новой задаче