From a1976f5aaf2c56348f517e65699d32f33d983385 Mon Sep 17 00:00:00 2001 From: pemari-msft Date: Wed, 12 Nov 2014 12:08:57 -0800 Subject: [PATCH] Storage Client Library 4.3.2 Preview --- Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs | 6 +++--- .../WindowsAzure.StorageK.nuspec | 4 +--- Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json | 2 +- Lib/Common/Shared/Protocol/Constants.cs | 2 +- Nuget.config | 1 - README.md | 2 +- .../AspNet/Microsoft.WindowsAzure.Storage.Test/project.json | 2 +- changelog.txt | 6 +++++- 8 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs b/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs index 7023337af..40a7c1e27 100644 --- a/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs +++ b/Lib/AspNet/Microsoft.WindowsAzure.Storage/AssemblyInfo.cs @@ -33,8 +33,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("4.3.1.0")] -[assembly: AssemblyFileVersion("4.3.1.0")] -[assembly: AssemblyInformationalVersion("4.3.1.0-preview")] +[assembly: AssemblyVersion("4.3.2.0")] +[assembly: AssemblyFileVersion("4.3.2.0")] +[assembly: AssemblyInformationalVersion("4.3.2.0-preview")] [assembly: InternalsVisibleTo("Microsoft.WindowsAzure.Storage.Test")] diff --git a/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec b/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec index 60243f6ab..29769b8eb 100644 --- a/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec +++ b/Lib/AspNet/Microsoft.WindowsAzure.Storage/WindowsAzure.StorageK.nuspec @@ -2,7 +2,7 @@ WindowsAzure.Storage - 4.3.1-preview + 4.3.2-preview Windows Azure Storage Microsoft Microsoft @@ -20,7 +20,6 @@ Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorag - @@ -66,7 +65,6 @@ Microsoft Azure Storage team's blog - http://blogs.msdn.com/b/windowsazurestorag - diff --git a/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json b/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json index 5dd0be835..3fb58b5b9 100644 --- a/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json +++ b/Lib/AspNet/Microsoft.WindowsAzure.Storage/project.json @@ -1,5 +1,5 @@ { - "version": "4.3.1.0", + "version": "4.3.2.0", "authors": ["Microsoft Corporation"], "description": "Azure Storage SDK for ASP.NET 5 Preview", "dependencies": { diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index 10b7f45cb..8e52a209c 100644 --- a/Lib/Common/Shared/Protocol/Constants.cs +++ b/Lib/Common/Shared/Protocol/Constants.cs @@ -769,7 +769,7 @@ static HeaderConstants() /// Specifies the value to use for UserAgent header. /// #if ASPNET_K - public const string UserAgentProductVersion = "4.3.1-preview"; + public const string UserAgentProductVersion = "4.3.2-preview"; #else public const string UserAgentProductVersion = "4.3.0"; #endif diff --git a/Nuget.config b/Nuget.config index 31a4ec7b9..038674cb5 100644 --- a/Nuget.config +++ b/Nuget.config @@ -1,7 +1,6 @@ - diff --git a/README.md b/README.md index 0970b8f62..067b8bf93 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage SDK for .NET (4.3.1-Preview) +# Microsoft Azure Storage SDK for .NET (4.3.2-Preview) The Microsoft Azure Storage SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources. diff --git a/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json b/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json index 906de7abd..8d3dd543a 100644 --- a/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json +++ b/Test/AspNet/Microsoft.WindowsAzure.Storage.Test/project.json @@ -1,5 +1,5 @@ { - "version": "4.3.1.0", + "version": "4.3.2.0", "dependencies": { "Xunit.KRunner": "1.0.0-beta1-*", "xunit.core": "2.0.0-aspnet-beta1", diff --git a/changelog.txt b/changelog.txt index 2af90a48c..c54f32bdc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +Changes in 4.3.2 Preview : + + - All: Removed incorrect dependencies. + Changes in 4.3.1 Preview : - All: Support building ASP.NET 5 based applications, in preview. @@ -295,4 +299,4 @@ Issues fixed in 2.0.1 : - All: CloudStorageAccount.*Parse methods throw an exception for "UseDevelopmentStorage=true" string. - All: StorageErrorCodeStrings class is missing. - - Blobs: ICloudBlob interface does not have GetSharedAccessSignature method. \ No newline at end of file + - Blobs: ICloudBlob interface does not have GetSharedAccessSignature method.