Skip to content

Commit

Permalink
Set library version: 0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed May 2, 2016
1 parent f7a20e8 commit e31872d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BenchmarkDotNet.Diagnostics.Windows/project.json
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"BenchmarkDotNet": {
"target": "project",
"version": "0.9.4-*"
"version": "0.9.5-*"
},
"Dia2Lib": "1.0.0-*",
"Interop.Dia2Lib": "1.0.0-*",
Expand Down
2 changes: 1 addition & 1 deletion BenchmarkDotNet.IntegrationTests/project.json
Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"BenchmarkDotNet": {
"target": "project",
"version": "0.9.4-*"
"version": "0.9.5-*"
},
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion BenchmarkDotNet.Samples.FSharp.Core/project.json
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"BenchmarkDotNet": {
"target": "package",
"version": "0.9.4-beta"
"version": "0.9.5-beta"
},
"Microsoft.FSharp.Core.netcore": "1.0.0-alpha-151221",
"NETStandard.Library": "1.0.0-rc2-23811"
Expand Down
2 changes: 1 addition & 1 deletion BenchmarkDotNet.Samples/project.json
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"BenchmarkDotNet": {
"target": "project",
"version": "0.9.4-*"
"version": "0.9.5-*"
}
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion BenchmarkDotNet.Tests/project.json
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"BenchmarkDotNet": {
"target": "project",
"version": "0.9.4-*"
"version": "0.9.5-*"
},
"xunit": "2.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions BenchmarkDotNet/Properties/BenchmarkDotNetInfo.cs
Expand Up @@ -5,8 +5,8 @@ public static class BenchmarkDotNetInfo
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.4";
public const string FullVersion = "0.9.4" + (IsDevelopVersion ? "+" : "");
public const string Version = "0.9.5";
public const string FullVersion = "0.9.5" + (IsDevelopVersion ? "+" : "");
public const string FullTitle = Title + " v" + FullVersion;

public const bool IsDevelopVersion = true; // Set to false for NuGet publishing
Expand Down

0 comments on commit e31872d

Please sign in to comment.