From e77568fe1ac4b372cecdc2b3d83132dfaa7843da Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 21 Dec 2012 18:59:50 -0800 Subject: [PATCH] Adding CI server files --- ...t.WindowsAzure.ConfigurationManager.nuspec | 20 ++++++ .../Lib/DotNet40/WindowsAzure.Storage.nuspec | 32 +++++++++ microsoft-azure-api/build.proj | 69 +++++++++++++++++++ 3 files changed, 121 insertions(+) create mode 100644 microsoft-azure-api/Configuration/Microsoft.WindowsAzure.Configuration/Microsoft.WindowsAzure.ConfigurationManager.nuspec create mode 100644 microsoft-azure-api/Services/Storage/Lib/DotNet40/WindowsAzure.Storage.nuspec create mode 100644 microsoft-azure-api/build.proj diff --git a/microsoft-azure-api/Configuration/Microsoft.WindowsAzure.Configuration/Microsoft.WindowsAzure.ConfigurationManager.nuspec b/microsoft-azure-api/Configuration/Microsoft.WindowsAzure.Configuration/Microsoft.WindowsAzure.ConfigurationManager.nuspec new file mode 100644 index 0000000000000..90b35470346bd --- /dev/null +++ b/microsoft-azure-api/Configuration/Microsoft.WindowsAzure.Configuration/Microsoft.WindowsAzure.ConfigurationManager.nuspec @@ -0,0 +1,20 @@ + + + + Microsoft.WindowsAzure.ConfigurationManager + 1.8.0.0 + Windows Azure Configuration Manager + Microsoft + Microsoft + http://go.microsoft.com/fwlink/?LinkID=235167 + http://go.microsoft.com/fwlink/?linkid=252450 + http://www.gravatar.com/avatar/c24270713c524575b0308e05c7e9ff61?s=128 + true + Windows Azure Configuration Manager provides unified API to load the configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service. + Windows Azure Configuration Manager provides unified API to load the configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service. + Microsoft, Azure, Configuration, Configuration Manager, Cloud windowsazureofficial + + + + + \ No newline at end of file diff --git a/microsoft-azure-api/Services/Storage/Lib/DotNet40/WindowsAzure.Storage.nuspec b/microsoft-azure-api/Services/Storage/Lib/DotNet40/WindowsAzure.Storage.nuspec new file mode 100644 index 0000000000000..9041f9fc1f19e --- /dev/null +++ b/microsoft-azure-api/Services/Storage/Lib/DotNet40/WindowsAzure.Storage.nuspec @@ -0,0 +1,32 @@ + + + + WindowsAzure.Storage + 2.0.3.0 + Windows Azure Storage + Microsoft + Microsoft + http://go.microsoft.com/fwlink/?LinkId=235170 + http://go.microsoft.com/fwlink/?LinkId=235168 + http://www.gravatar.com/avatar/c24270713c524575b0308e05c7e9ff61?s=128 + true + This client library enables working with the Windows Azure storage services which include the blob 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 - http://msdn.microsoft.com/en-us/library/windowsazure/jj721952.aspx +Windows Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorage/ + A client library for working with Windows Azure storage services including blobs, tables, and queues. + Microsoft, Azure, Storage, Table, Blob, Queue, Scalable, windowsazureofficial + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/microsoft-azure-api/build.proj b/microsoft-azure-api/build.proj new file mode 100644 index 0000000000000..2a11ee3ea667e --- /dev/null +++ b/microsoft-azure-api/build.proj @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file