File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
6
NUnit V2 Framework Driver Extension 3.6 - January 10, 2017
2
7
3
8
Issues Resolved:
Original file line number Diff line number Diff line change 1
- Copyright (c) 2016 Charlie Poole
1
+ Copyright (c) 2017 Charlie Poole
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ var GITHUB_SITE = "https://github.com/nunit/nunit-v2-framework-driver";
14
14
var WIKI_PAGE = "https://github.com/nunit/docs/wiki/Console-Command-Line" ;
15
15
var NUGET_ID = "NUnit.Extension.NUnitV2Driver" ;
16
16
var CHOCO_ID = "nunit-extension-nunit-v2-driver" ;
17
- var VERSION = "3.6.1 " ;
17
+ var VERSION = "3.7.0 " ;
18
18
19
19
// Metadata used in the nuget and chocolatey packages
20
20
var TITLE = "NUnit 3 - NUnit V2 Framework Driver Extension" ;
Original file line number Diff line number Diff line change 23
23
[ assembly: Guid ( "d9dde4fb-09c0-4a9a-924e-8691bf839092" ) ]
24
24
25
25
// 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" ) ]
You can’t perform that action at this time.
0 commit comments