Skip to content

Commit 52dd4ab

Browse files
authored
Merge pull request #18 from nunit/release-3.7
Prepare for 3.7 release
2 parents 01616d3 + 6969408 commit 52dd4ab

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
NUnit V2 Framework Driver Extension 3.7 - August 10, 2017
2+
3+
Issues Resolved:
4+
* 16 Integrate creation of chocolatey package into the build script
5+
16
NUnit V2 Framework Driver Extension 3.6 - January 10, 2017
27

38
Issues Resolved:

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 Charlie Poole
1+
Copyright (c) 2017 Charlie Poole
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var GITHUB_SITE = "https://github.com/nunit/nunit-v2-framework-driver";
1414
var WIKI_PAGE = "https://github.com/nunit/docs/wiki/Console-Command-Line";
1515
var NUGET_ID = "NUnit.Extension.NUnitV2Driver";
1616
var CHOCO_ID = "nunit-extension-nunit-v2-driver";
17-
var VERSION = "3.6.1";
17+
var VERSION = "3.7.0";
1818

1919
// Metadata used in the nuget and chocolatey packages
2020
var TITLE = "NUnit 3 - NUnit V2 Framework Driver Extension";

src/extension/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
[assembly: Guid("d9dde4fb-09c0-4a9a-924e-8691bf839092")]
2424

2525
// Version of the extension
26-
[assembly: AssemblyVersion("3.6.1.0")]
27-
[assembly: AssemblyFileVersion("3.6.1.0")]
26+
[assembly: AssemblyVersion("3.7.0.0")]
27+
[assembly: AssemblyFileVersion("3.7.0.0")]

0 commit comments

Comments
 (0)