Set library version: 0.9.8
This commit is contained in:
Родитель
0647a059cd
Коммит
c6405a91be
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "BenchmarkDotNet.Diagnostics.Windows",
|
||||
"version": "0.9.7-develop",
|
||||
"version": "0.9.8-develop",
|
||||
"authors": [ "Andrey Akinshin", "Jon Skeet", "Matt Warren" ],
|
||||
"description": "Powerful .NET library for benchmarking (Diagnostic Tools for Windows)",
|
||||
"copyright": "Andrey Akinshin, Jon Skeet, Matt Warren",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
},
|
||||
"BenchmarkDotNet": {
|
||||
"target": "project",
|
||||
"version": "0.9.7-develop"
|
||||
"version": "0.9.8-develop"
|
||||
}
|
||||
},
|
||||
"tools": {
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"dependencies": {
|
||||
"BenchmarkDotNet": {
|
||||
"target": "project",
|
||||
"version": "0.9.7-develop"
|
||||
"version": "0.9.8-develop"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -44,7 +44,7 @@
|
|||
"dependencies": {
|
||||
"BenchmarkDotNet": {
|
||||
"target": "project",
|
||||
"version": "0.9.7-develop"
|
||||
"version": "0.9.8-develop"
|
||||
},
|
||||
"xunit": "2.2.0-beta2-build3300",
|
||||
"dotnet-test-xunit": "2.2.0-preview2-build1029"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
public const string Title = "BenchmarkDotNet" + (IsDevelopVersion ? "-Dev" : "");
|
||||
public const string Description = "Powerful .NET library for benchmarking";
|
||||
public const string Copyright = "Copyright © Andrey Akinshin, Jon Skeet, Matt Warren 2013–2016";
|
||||
public const string Version = "0.9.7";
|
||||
public const string FullVersion = "0.9.7" + (IsDevelopVersion ? "+" : "");
|
||||
public const string Version = "0.9.8";
|
||||
public const string FullVersion = "0.9.8" + (IsDevelopVersion ? "+" : "");
|
||||
public const string FullTitle = Title + " v" + FullVersion;
|
||||
|
||||
public const bool IsDevelopVersion = true; // Set to false for NuGet publishing
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"title": "BenchmarkDotNet",
|
||||
"version": "0.9.7-develop",
|
||||
"version": "0.9.8-develop",
|
||||
"authors": [ "Andrey Akinshin", "Jon Skeet", "Matt Warren" ],
|
||||
"description": "Powerful .NET library for benchmarking",
|
||||
"copyright": "Andrey Akinshin, Jon Skeet, Matt Warren",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#---------------------------------#
|
||||
|
||||
# version format
|
||||
version: 0.9.7.{build}
|
||||
version: 0.9.8.{build}
|
||||
|
||||
# branches to build
|
||||
branches:
|
||||
|
|
Загрузка…
Ссылка в новой задаче