This commit is contained in:
Andrey Akinshin 2016-07-06 13:05:50 +03:00
Родитель 0647a059cd
Коммит c6405a91be
7 изменённых файлов: 8 добавлений и 8 удалений

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

@ -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: