Skip to content

Commit

Permalink
Set library version: 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Feb 10, 2016
1 parent 770510b commit 3c4410f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BenchmarkDotNet/BenchmarkDotNet.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>BenchmarkDotNet</id>
<version>0.9.0</version>
<version>0.9.1</version>
<title>BenchmarkDotNet</title>
<authors>Andrey Akinshin, Jon Skeet, Matt Warren</authors>
<owners>Andrey Akinshin, Jon Skeet, Matt Warren</owners>
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 = "A .NET library for benchmarking";
public const string Copyright = "Copyright © Andrey Akinshin, Jon Skeet, Matt Warren 2013–2016";
public const string Version = "0.9.0";
public const string FullVersion = "0.9.0" + (IsDevelopVersion ? "+" : "");
public const string Version = "0.9.1";
public const string FullVersion = "0.9.1" + (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 3c4410f

Please sign in to comment.