Skip to content

Commit

Permalink
removing nuspec (now auto-generated by VS based on project.json) + ve…
Browse files Browse the repository at this point in the history
…rsion increment
  • Loading branch information
adamsitnik committed Feb 17, 2016
1 parent 80becb3 commit 9633d58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 23 deletions.
20 changes: 0 additions & 20 deletions BenchmarkDotNet/BenchmarkDotNet.nuspec

This file was deleted.

4 changes: 2 additions & 2 deletions BenchmarkDotNet/Properties/BenchmarkDotNetInfo.cs
Original file line number Diff line number Diff line change
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.1";
public const string FullVersion = "0.9.1" + (IsDevelopVersion ? "+" : "");
public const string Version = "0.9.2";
public const string FullVersion = "0.9.2" + (IsDevelopVersion ? "+" : "");
public const string FullTitle = Title + " v" + FullVersion;

public const bool IsDevelopVersion = true; // Set to false for NuGet publishing
Expand Down
2 changes: 1 addition & 1 deletion BenchmarkDotNet/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title": "BenchmarkDotNet",
"version": "0.8.3",
"version": "0.9.2",
"authors": [ "Andrey Akinshin", "Jon Skeet", "Matt Warren" ],
"owners": [ "Andrey Akinshin", "Jon Skeet", "Matt Warren" ],
"licenseUrl": "https://github.com/PerfDotNet/BenchmarkDotNet/blob/master/LICENSE.md",
Expand Down

0 comments on commit 9633d58

Please sign in to comment.