Skip to content

Commit

Permalink
Merge pull request #18 from nunit/release-3.7
Browse files Browse the repository at this point in the history
Prepare for 3.7 release
  • Loading branch information
CharliePoole authored Aug 1, 2017
2 parents 01616d3 + 6969408 commit 52dd4ab
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
NUnit V2 Framework Driver Extension 3.7 - August 10, 2017

Issues Resolved:
* 16 Integrate creation of chocolatey package into the build script

NUnit V2 Framework Driver Extension 3.6 - January 10, 2017

Issues Resolved:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2016 Charlie Poole
Copyright (c) 2017 Charlie Poole

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var GITHUB_SITE = "https://github.com/nunit/nunit-v2-framework-driver";
var WIKI_PAGE = "https://github.com/nunit/docs/wiki/Console-Command-Line";
var NUGET_ID = "NUnit.Extension.NUnitV2Driver";
var CHOCO_ID = "nunit-extension-nunit-v2-driver";
var VERSION = "3.6.1";
var VERSION = "3.7.0";

// Metadata used in the nuget and chocolatey packages
var TITLE = "NUnit 3 - NUnit V2 Framework Driver Extension";
Expand Down
4 changes: 2 additions & 2 deletions src/extension/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@
[assembly: Guid("d9dde4fb-09c0-4a9a-924e-8691bf839092")]

// Version of the extension
[assembly: AssemblyVersion("3.6.1.0")]
[assembly: AssemblyFileVersion("3.6.1.0")]
[assembly: AssemblyVersion("3.7.0.0")]
[assembly: AssemblyFileVersion("3.7.0.0")]

0 comments on commit 52dd4ab

Please sign in to comment.