From e98a74a778246fa6dd44579dec128f0fc27403f4 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Thu, 30 Oct 2014 11:00:34 +0100 Subject: [PATCH] Yet another nuspec for testing --- tests/Paket.Tests/Nuspec/FsXaml.Wpf.nuspec | 27 ++++++++++++++++++++++ tests/Paket.Tests/Nuspec/NuspecSpecs.fs | 5 ++++ tests/Paket.Tests/Paket.Tests.fsproj | 5 +++- 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 tests/Paket.Tests/Nuspec/FsXaml.Wpf.nuspec diff --git a/tests/Paket.Tests/Nuspec/FsXaml.Wpf.nuspec b/tests/Paket.Tests/Nuspec/FsXaml.Wpf.nuspec new file mode 100644 index 0000000000..687a195d7d --- /dev/null +++ b/tests/Paket.Tests/Nuspec/FsXaml.Wpf.nuspec @@ -0,0 +1,27 @@ + + + + FsXaml.Wpf + 0.9.9 + FsXaml for WPF + Reed Copsey,Jr. + http://www.apache.org/licenses/ + false + This is the initial release of the FsXaml WPF project. It includes the new XAML type provider for WPF, as well as EventToMailbox, EventToCommand, and EventToFSEvent TriggerActions for working with the Blend SDK. + + Major update which changes the way code behind is accessed. This simplifies accessing child controls or resources, and eliminates the Accessor nested type. Added utilites to make ViewControllers simpler and more powerful. + Copyright 2014 FsXaml Team + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/Paket.Tests/Nuspec/NuspecSpecs.fs b/tests/Paket.Tests/Nuspec/NuspecSpecs.fs index 8b7dfb87b3..f880b7a6b8 100644 --- a/tests/Paket.Tests/Nuspec/NuspecSpecs.fs +++ b/tests/Paket.Tests/Nuspec/NuspecSpecs.fs @@ -19,6 +19,11 @@ let ``can detect all references``() = Nuspec.Load("Nuspec/Octokit.nuspec").References |> shouldEqual NuspecReferences.All +[] +let ``can detect all references for FsXaml``() = + Nuspec.Load("Nuspec/FsXaml.Wpf.nuspec").References + |> shouldEqual NuspecReferences.All + [] let ``can detect all references for log4net``() = Nuspec.Load("Nuspec/log4net.nuspec").References diff --git a/tests/Paket.Tests/Paket.Tests.fsproj b/tests/Paket.Tests/Paket.Tests.fsproj index c001a59f40..0d6efd8184 100644 --- a/tests/Paket.Tests/Paket.Tests.fsproj +++ b/tests/Paket.Tests/Paket.Tests.fsproj @@ -1,4 +1,4 @@ - + @@ -90,6 +90,9 @@ Always + + + Always Always