Skip to content
This repository was archived by the owner on Nov 19, 2017. It is now read-only.

Commit f24dc07

Browse files
committed
Update docs and build script for final 1.0 release
1 parent 91b6fc6 commit f24dc07

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
NUnitLite Version 1.0 - September 13, 2013
2+
3+
Bug Fixes
4+
5+
* 1221712 When non-existing test method is specified in -test, result is still "Tests run: 1, Passed 1"
6+
* 1223294 System.NullReference thrown when ExpectedExceptionAttribute is used in a static class
7+
18
NUnitLite Version 1.0 Beta 2 - August 17, 2013
29

310
Attributes

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NUnitLite Version 1.0 Beta 2 - August 17, 2013
1+
NUnitLite Version 1.0 - September 13, 2013
22

33
NUnitLite is a small-footprint implementation of much of the current NUnit framework. It is distributed in source form and is intended for use in situations where NUnit is too large or complex. In particular, it targets mobile and embedded environments as well as testing of applications that require "embedding" the framework in another piece of software, as when testing plugin architectures.
44

nunitlite.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Use nant -projecthelp to see a full list of targets.
5252
<property name="package.version" value="1.0.0"/>
5353

5454
<!-- Additional suffix used to distinguish files with the same version -->
55-
<property name="package.suffix" value="-beta2"/>
55+
<property name="package.suffix" value=""/>
5656

5757
<!-- Frameworks supported by this build script -->
5858
<property name="supported.frameworks"

0 commit comments

Comments
 (0)