Skip to content

Commit

Permalink
Fixes #1008 NUnitLite namespace not updated in the NuGet Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rprouse committed Nov 8, 2015
1 parent 527c944 commit 1197adc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@ Engine

Issues Resolved

* 970 Define PARALLEL in CF build of nunitlite
* 978 It should be possible to determine version of NUnit using nunit console tool
* 983 Inconsistent return codes depending on ProcessModel
* 986 Update docs for parallel execution
* 988 Don't run portable tests from NUnit Console
* 990 V2 driver is passing invalid filter elements to NUnit
* 991 Mono.Options should not be exposed to public directly
* 993 Give error message when a regex filter is used with NUnit V2
* 997 Add missing XML Documentation
* 970 Define PARALLEL in CF build of nunitlite
* 978 It should be possible to determine version of NUnit using nunit console tool
* 983 Inconsistent return codes depending on ProcessModel
* 986 Update docs for parallel execution
* 988 Don't run portable tests from NUnit Console
* 990 V2 driver is passing invalid filter elements to NUnit
* 991 Mono.Options should not be exposed to public directly
* 993 Give error message when a regex filter is used with NUnit V2
* 997 Add missing XML Documentation
* 1008 NUnitLite namespace not updated in the NuGet Packages

NUnit 3.0.0 Release Candidate - November 1, 2015

Expand Down
2 changes: 1 addition & 1 deletion nuget/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// ***********************************************************************

using NUnitLite.Runner;
using NUnitLite;

namespace NUnitLite.Tests
{
Expand Down
2 changes: 1 addition & 1 deletion nuget/Program.vb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
' WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
' ***********************************************************************

Imports NUnitLite.Runner
Imports NUnitLite

Public Class Program

Expand Down

0 comments on commit 1197adc

Please sign in to comment.