diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt index b5f9fde48..1a9ec807b 100644 --- a/Blob/Changelog.txt +++ b/Blob/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.2.1: + +- Fixed bug causing performance degradation on .NET Framework. + Changes in 11.2.0: - Updated REST version to 2019-07-07. diff --git a/Blob/README.md b/Blob/README.md index c73d75b22..84118dc7a 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Blob SDK for .NET (11.2.0) +# Microsoft Azure Storage Blob SDK for .NET (11.2.1) The Microsoft Azure Storage Blob SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources. diff --git a/Common/README.md b/Common/README.md index 2cb9ac537..22285d30a 100644 --- a/Common/README.md +++ b/Common/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Common SDK for .NET (11.2.0) +# Microsoft Azure Storage Common SDK for .NET (11.2.1) The Microsoft Azure Storage Common SDK for .NET is referenced by Azure Storage Blob/Queue/File SDKs and Azure CosmosDB Table SDK and should not be referenced directly by your application. diff --git a/Common/changelog.txt b/Common/changelog.txt index 888da2a64..ec5861f16 100644 --- a/Common/changelog.txt +++ b/Common/changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.2.1: + +- Fixed bug causing performance degradation on .NET Framework. + Changes in 11.2.0: - Updated REST version to 2019-07-07.. diff --git a/File/Changelog.txt b/File/Changelog.txt index 07695d275..a31f0d66e 100644 --- a/File/Changelog.txt +++ b/File/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.2.1: + +- Fixed bug causing performance degradation on .NET Framework. + Changes in 11.2.0: - Updated REST version to 2019-07-07. diff --git a/File/README.md b/File/README.md index bd75bac69..d6e22cdac 100644 --- a/File/README.md +++ b/File/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage File SDK for .NET (11.2.0) +# Microsoft Azure Storage File SDK for .NET (11.2.1) The Microsoft Azure Storage File SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources. diff --git a/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs index 7b71e47e4..760cb1ea9 100644 --- a/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs +++ b/Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0.0")] -[assembly: AssemblyFileVersion("11.2.0.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1.0")] +[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs index 815cd8c8f..23e8c3104 100644 --- a/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs +++ b/Lib/Common.Split/NetStandard/Microsoft.Azure.Storage.Common/Properties/AssemblyInfo.cs @@ -34,9 +34,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0.0")] -[assembly: AssemblyFileVersion("11.2.0.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1.0")] +[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs index 649e8154c..4f2565275 100644 --- a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs +++ b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0.0")] -[assembly: AssemblyFileVersion("11.2.0.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1.0")] +[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index e16c09203..3e1a25f37 100644 --- a/Lib/Common/Shared/Protocol/Constants.cs +++ b/Lib/Common/Shared/Protocol/Constants.cs @@ -1060,7 +1060,7 @@ static HeaderConstants() /// /// Specifies the value to use for UserAgent header. /// - public const string UserAgentProductVersion = "11.2.0"; + public const string UserAgentProductVersion = "11.2.1"; /// /// Master Microsoft Azure Storage header prefix. diff --git a/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs index 0db02f39d..4931a3d2c 100644 --- a/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs +++ b/Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0.0")] -[assembly: AssemblyFileVersion("11.2.0.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1.0")] +[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs index 4197954fa..8a60d394d 100644 --- a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs +++ b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0.0")] -[assembly: AssemblyFileVersion("11.2.0.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1.0")] +[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.Storage.Test, PublicKey=" + diff --git a/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs index e296808e0..115a25905 100644 --- a/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs +++ b/Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0.0")] -[assembly: AssemblyFileVersion("11.2.0.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1.0")] +[assembly: AssemblyFileVersion("11.2.1.0")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs index 09de88b41..6ba75aab0 100644 --- a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs +++ b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs @@ -34,9 +34,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0")] -[assembly: AssemblyFileVersion("11.2.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1")] +[assembly: AssemblyFileVersion("11.2.1")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs b/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs index 14af988c7..b6ff47ba8 100644 --- a/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs +++ b/Lib/Netstandard.Split/Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs @@ -34,9 +34,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0")] -[assembly: AssemblyFileVersion("11.2.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1")] +[assembly: AssemblyFileVersion("11.2.1")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] [assembly: InternalsVisibleTo( "Microsoft.Azure.Storage.Test, PublicKey=" + diff --git a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs index 8833e3366..127652fe7 100644 --- a/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs +++ b/Lib/Netstandard.Split/Microsoft.Azure.Storage.Queue/Properties/AssemblyInfo.cs @@ -22,9 +22,9 @@ // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("9d154050-0b01-4f70-afa3-8e2176e9cd73")] -[assembly: AssemblyVersion("11.2.0")] -[assembly: AssemblyFileVersion("11.2.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1")] +[assembly: AssemblyFileVersion("11.2.1")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] [assembly: InternalsVisibleTo( "Microsoft.Azure.Storage.Test, PublicKey=" + diff --git a/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs index 8665406fb..7ad551b89 100644 --- a/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs +++ b/Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0")] -[assembly: AssemblyFileVersion("11.2.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1")] +[assembly: AssemblyFileVersion("11.2.1")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs index 5a169d357..18c96e052 100644 --- a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs +++ b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0")] -[assembly: AssemblyFileVersion("11.2.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1")] +[assembly: AssemblyFileVersion("11.2.1")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs index c98e0dca0..f28b84d9f 100644 --- a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs +++ b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs @@ -35,9 +35,9 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.2.0")] -[assembly: AssemblyFileVersion("11.2.0")] -[assembly: AssemblyInformationalVersion("11.2.0.0")] +[assembly: AssemblyVersion("11.2.1")] +[assembly: AssemblyFileVersion("11.2.1")] +[assembly: AssemblyInformationalVersion("11.2.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj index 258083d8e..2b01d51dd 100644 --- a/Nuspecs/CreatePackages/CreatePackages.csproj +++ b/Nuspecs/CreatePackages/CreatePackages.csproj @@ -1,7 +1,7 @@  - 11.2.0 + 11.2.1 origin/master v4.7.2 diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt index 67ba9a4ad..84c9a3c7b 100644 --- a/Queue/Changelog.txt +++ b/Queue/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.2.1: + +- Fixed bug causing performance degradation on .NET Framework. + Changes in 11.2.0: - Updated REST version to 2019-07-07. diff --git a/Queue/README.md b/Queue/README.md index 0aef2ef69..0bae07fd3 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Queue SDK for .NET (11.2.0) +# Microsoft Azure Storage Queue SDK for .NET (11.2.1) The Microsoft Azure Storage Queue SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources. diff --git a/README.md b/README.md index a81f4ed75..2a86c827b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ We have engineered a highly performant and scalable SDK with our V12 releases. We encourage all our customers to give it a try. -# Microsoft Azure Storage SDK for .NET (11.2.0) +# Microsoft Azure Storage SDK for .NET (11.2.1) > Server Version: 2019-07-07