diff --git a/NUnit.proj b/NUnit.proj
index 6811c9ab6c..bf7b603544 100644
--- a/NUnit.proj
+++ b/NUnit.proj
@@ -11,6 +11,7 @@
3.0 Beta 5
$(ProjectName)-$(PackageVersion)$(PackageModifier)
$(ProjectName)CF-$(PackageVersion)$(PackageModifier)
+ $(ProjectName)SL-$(PackageVersion)$(PackageModifier)
@@ -86,10 +87,6 @@
netcf-3.5
netcf
-
- netcf-2.0
- netcf
-
sl-5.0
silverlight
@@ -510,7 +507,7 @@
DependsOnTargets="_CreateImageIfNotPresent">
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -612,13 +647,16 @@
-
+
+
+
+
diff --git a/nuget/nunit.nuspec b/nuget/nunit.nuspec
index 94a4181f45..e847b18578 100644
--- a/nuget/nunit.nuspec
+++ b/nuget/nunit.nuspec
@@ -18,7 +18,6 @@ This package includes the NUnit 3.0 framework assembly, which is referenced by y
Supported platforms:
- .NET 2.0+
- .NET Core (Universal Windows Apps 10+, DNX Core 5+)
- - SilverLight 5.0
- Windows 8
- Windows Phone 8 (Silverlight)
- Universal (Windows Phone 8.1+, Windows 8.1+)
@@ -39,8 +38,6 @@ Supported platforms:
-
-
diff --git a/nuget/nunitCF.nuspec b/nuget/nunitCF.nuspec
index e3384a6eb5..7656572514 100644
--- a/nuget/nunitCF.nuspec
+++ b/nuget/nunitCF.nuspec
@@ -12,7 +12,6 @@
false
NUnit is a unit-testing framework for all .Net languages with a strong TDD focus.
NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.
This package includes the NUnit 3.0 framework assembly for .NET Compact Framework 3.5, which is referenced by your tests. You will need to install the NUnitLiteCF package in order to run the tests. Two separate packages are used because future versions will be supported by additional runners.
- This is an beta release, but is ready for production use for people with prior NUnit experience.
en-US
nunit test testing tdd framework fluent assert theory plugin addin cf compact framework
Copyright (c) 2015 Charlie Poole
diff --git a/nuget/nunitSL.nuspec b/nuget/nunitSL.nuspec
new file mode 100644
index 0000000000..98fc2ded00
--- /dev/null
+++ b/nuget/nunitSL.nuspec
@@ -0,0 +1,26 @@
+
+
+
+ NUnit.SL50
+ NUnit Version 3 for SilverLight 5.0
+ $version$
+ Charlie Poole
+ Charlie Poole
+ http://nunit.org/nuget/nunit3-license.txt
+ http://nunit.org
+ http://nunit.org/nuget/nunitv3_32x32.png
+ false
+ NUnit is a unit-testing framework for .Net languages with a strong TDD focus.
+ NUnit features a fluent assert syntax, parameterized, generic and theory tests and is user-extensible.
This package includes the NUnit 3.0 framework assembly for SilverLight 5.0, which is referenced by your tests. You will need to install the NUnitLite.SL50 package in order to run the tests.
+ en-US
+ nunit test testing tdd framework fluent assert theory
+ Copyright (c) 2015 Charlie Poole
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nuget/nunitlite.nuspec b/nuget/nunitlite.nuspec
index 8829456aa1..d8ed5ad4b9 100644
--- a/nuget/nunitlite.nuspec
+++ b/nuget/nunitlite.nuspec
@@ -16,7 +16,6 @@
Supported platforms:
- .NET 2.0+
- .NET Core (Universal Windows Apps 10+, DNX Core 5+)
-- SilverLight 5.0
- Portable Libraries (supporting Profile259)
How to use this package:
@@ -40,7 +39,6 @@ How to use this package:
-
diff --git a/nuget/nunitliteCF.nuspec b/nuget/nunitliteCF.nuspec
index b20c0bf90d..29eab2ec70 100644
--- a/nuget/nunitliteCF.nuspec
+++ b/nuget/nunitliteCF.nuspec
@@ -12,7 +12,6 @@
false
NUnitlite is a lightweight runner for tests that use the NUnit testing framework.
NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. This package contains a build of the NUnitLite runner for the .NET compact framework 3.5.
- This is an beta release, but is ready for production use for people with prior NUnit experience.
en-US
test unit testing tdd framework fluent assert device phone embedded cf compact
Copyright (c) 2015 Charlie Poole
diff --git a/nuget/nunitliteSL.nuspec b/nuget/nunitliteSL.nuspec
new file mode 100644
index 0000000000..10270f0014
--- /dev/null
+++ b/nuget/nunitliteSL.nuspec
@@ -0,0 +1,30 @@
+
+
+
+ NUnitLite.SL50
+ NUnitLite Version 3 for SilverLight 5.0
+ $version$
+ Charlie Poole
+ Charlie Poole
+ http://nunit.org/nuget/nunit3-license.txt
+ http://nunit.org
+ http://nunit.org/nuget/nunitv3_32x32.png
+ false
+ NUnitlite is a lightweight runner for tests that use the NUnit testing framework.
+ NUnitLite provides a simple way to run NUnit tests, without the overhead of a full NUnit installation. This package contains a build of the NUnitLite runner for SilverLight 5.0.
+ en-US
+ test unit testing tdd framework fluent assert
+ Copyright (c) 2015 Charlie Poole
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/nunit.sln b/nunit.sln
index ff15302510..8021b1ab12 100644
--- a/nunit.sln
+++ b/nunit.sln
@@ -64,6 +64,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nuget", "nuget", "{A972031D
nuget\nunit.console.nuspec = nuget\nunit.console.nuspec
nuget\nunit.nuspec = nuget\nunit.nuspec
nuget\nunitlite.nuspec = nuget\nunitlite.nuspec
+ nuget\nunitliteSL.nuspec = nuget\nunitliteSL.nuspec
+ nuget\nunitSL.nuspec = nuget\nunitSL.nuspec
nuget\Program.cs = nuget\Program.cs
nuget\Program.vb = nuget\Program.vb
EndProjectSection