From 06bb8270802389c8d74632aa02693c56e0df84f9 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sun, 21 Dec 2014 11:10:12 +0100 Subject: [PATCH] Add WindowsAzure.Storage.nuspec - references #462 --- src/Paket/Paket.fsproj | 2 +- tests/Paket.Tests/Nuspec/NuspecSpecs.fs | 8 ++++ .../Nuspec/WindowsAzure.Storage.nuspec | 45 +++++++++++++++++++ tests/Paket.Tests/Paket.Tests.fsproj | 3 ++ 4 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 tests/Paket.Tests/Nuspec/WindowsAzure.Storage.nuspec diff --git a/src/Paket/Paket.fsproj b/src/Paket/Paket.fsproj index da4916a6b1..6b3758167b 100644 --- a/src/Paket/Paket.fsproj +++ b/src/Paket/Paket.fsproj @@ -26,7 +26,7 @@ 3 - add nuget NUNIT --interactive + update Project paket.exe diff --git a/tests/Paket.Tests/Nuspec/NuspecSpecs.fs b/tests/Paket.Tests/Nuspec/NuspecSpecs.fs index e6210ed8ae..7116c9fbbc 100644 --- a/tests/Paket.Tests/Nuspec/NuspecSpecs.fs +++ b/tests/Paket.Tests/Nuspec/NuspecSpecs.fs @@ -135,3 +135,11 @@ let ``can detect framework assemblies for MathNet.Numerics``() = { AssemblyName = "System.Numerics"; TargetFramework = Some(Silverlight("v5.0")) } { AssemblyName = "System.Numerics"; TargetFramework = Some(MonoAndroid) } { AssemblyName = "System.Numerics"; TargetFramework = Some(MonoTouch) }] +[] +let ``can detect explicit dependencies for WindowsAzure.Storage``() = + Nuspec.Load("Nuspec/WindowsAzure.Storage.nuspec").Dependencies + |> Seq.take 2 + |> Seq.toList + |> shouldEqual + ["Microsoft.Data.OData",DependenciesFileParser.parseVersionRequirement(">= 5.6.2"), Some(DotNetFramework(FrameworkVersion.V4_Client)) + "Newtonsoft.Json",DependenciesFileParser.parseVersionRequirement(">= 5.0.8"), Some(DotNetFramework(FrameworkVersion.V4_Client))] diff --git a/tests/Paket.Tests/Nuspec/WindowsAzure.Storage.nuspec b/tests/Paket.Tests/Nuspec/WindowsAzure.Storage.nuspec new file mode 100644 index 0000000000..f3f1e7d6b3 --- /dev/null +++ b/tests/Paket.Tests/Nuspec/WindowsAzure.Storage.nuspec @@ -0,0 +1,45 @@ + + + + WindowsAzure.Storage + 4.3.0 + Windows Azure Storage + Microsoft + Microsoft + http://go.microsoft.com/fwlink/?LinkId=331471 + http://go.microsoft.com/fwlink/?LinkId=235168 + http://go.microsoft.com/fwlink/?LinkID=288890 + true + This client library enables working with the Microsoft Azure storage services which include the blob and file service for storing binary and text data, the table service for storing structured non-relational data, and the queue service for storing messages that may be accessed by a client. +For this release see notes - https://github.com/Azure/azure-storage-net/blob/master/README.md and https://github.com/Azure/azure-storage-net/blob/master/changelog.txt +Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ + A client library for working with Microsoft Azure storage services including blobs, files, tables, and queues. + Microsoft, Azure, Storage, Table, Blob, File, Queue, Scalable, windowsazureofficial + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tests/Paket.Tests/Paket.Tests.fsproj b/tests/Paket.Tests/Paket.Tests.fsproj index 913fa69706..6ca7314697 100644 --- a/tests/Paket.Tests/Paket.Tests.fsproj +++ b/tests/Paket.Tests/Paket.Tests.fsproj @@ -112,6 +112,9 @@ Always + + Always + Always