diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt index 65154933c..299a60ac4 100644 --- a/Blob/Changelog.txt +++ b/Blob/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.6: + +- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. + Changes in 11.1.5: - Fixed bug where egress bytes were not reported. diff --git a/Blob/README.md b/Blob/README.md index 7d3a2d6df..8313d8937 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Blob SDK for .NET (11.1.5) +# Microsoft Azure Storage Blob SDK for .NET (11.1.6) 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 3da78fad9..00f18e1f6 100644 --- a/Common/README.md +++ b/Common/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Common SDK for .NET (11.1.5) +# Microsoft Azure Storage Common SDK for .NET (11.1.6) 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 96df1f6db..282ed6700 100644 --- a/Common/changelog.txt +++ b/Common/changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.6: + +- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. + Changes in 11.1.5: - Fixed bug where egress bytes were not reported. diff --git a/File/Changelog.txt b/File/Changelog.txt index 507f77cb6..9ff4d57f1 100644 --- a/File/Changelog.txt +++ b/File/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.6: + +- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. + Changes in 11.1.5: - Fixed bug where egress bytes were not reported. diff --git a/File/README.md b/File/README.md index a07a9e0ce..770d2fda2 100644 --- a/File/README.md +++ b/File/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage File SDK for .NET (11.1.5) +# Microsoft Azure Storage File SDK for .NET (11.1.6) 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 ad83ac8f9..1845fcf0e 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.1.5.0")] -[assembly: AssemblyFileVersion("11.1.5.0")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6.0")] +[assembly: AssemblyFileVersion("11.1.6.0")] +[assembly: AssemblyInformationalVersion("11.1.6.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 77dcc3f98..fbefa9677 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.1.5.0")] -[assembly: AssemblyFileVersion("11.1.5.0")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6.0")] +[assembly: AssemblyFileVersion("11.1.6.0")] +[assembly: AssemblyInformationalVersion("11.1.6.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs index 3989b6c14..f6dad170b 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.1.5.0")] -[assembly: AssemblyFileVersion("11.1.5.0")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6.0")] +[assembly: AssemblyFileVersion("11.1.6.0")] +[assembly: AssemblyInformationalVersion("11.1.6.0")] #if SIGN diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index c897528d9..b5d0fa9a4 100644 --- a/Lib/Common/Shared/Protocol/Constants.cs +++ b/Lib/Common/Shared/Protocol/Constants.cs @@ -1055,7 +1055,7 @@ static HeaderConstants() /// /// Specifies the value to use for UserAgent header. /// - public const string UserAgentProductVersion = "11.1.5"; + public const string UserAgentProductVersion = "11.1.6"; /// /// 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 9036f49cd..61c48e9c6 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.1.5.0")] -[assembly: AssemblyFileVersion("11.1.5.0")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6.0")] +[assembly: AssemblyFileVersion("11.1.6.0")] +[assembly: AssemblyInformationalVersion("11.1.6.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs index d726e6a7e..1fe68d070 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.1.5.0")] -[assembly: AssemblyFileVersion("11.1.5.0")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6.0")] +[assembly: AssemblyFileVersion("11.1.6.0")] +[assembly: AssemblyInformationalVersion("11.1.6.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 2f63d0f3f..8503c2a7d 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.1.5.0")] -[assembly: AssemblyFileVersion("11.1.5.0")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6.0")] +[assembly: AssemblyFileVersion("11.1.6.0")] +[assembly: AssemblyInformationalVersion("11.1.6.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 d14ab8cff..e5fdbb41b 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.1.5")] -[assembly: AssemblyFileVersion("11.1.5")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6")] +[assembly: AssemblyFileVersion("11.1.6")] +[assembly: AssemblyInformationalVersion("11.1.6.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 65a2302b3..b96de22aa 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.1.5")] -[assembly: AssemblyFileVersion("11.1.5")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6")] +[assembly: AssemblyFileVersion("11.1.6")] +[assembly: AssemblyInformationalVersion("11.1.6.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 900a90096..3418b0487 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.1.5")] -[assembly: AssemblyFileVersion("11.1.5")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6")] +[assembly: AssemblyFileVersion("11.1.6")] +[assembly: AssemblyInformationalVersion("11.1.6.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 24b308195..f8627d338 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.1.5")] -[assembly: AssemblyFileVersion("11.1.5")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6")] +[assembly: AssemblyFileVersion("11.1.6")] +[assembly: AssemblyInformationalVersion("11.1.6.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs index 60829a9f8..87edaeff5 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.1.5")] -[assembly: AssemblyFileVersion("11.1.5")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6")] +[assembly: AssemblyFileVersion("11.1.6")] +[assembly: AssemblyInformationalVersion("11.1.6.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs index 2ac9dfa29..ba4418f4f 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.1.5")] -[assembly: AssemblyFileVersion("11.1.5")] -[assembly: AssemblyInformationalVersion("11.1.5.0")] +[assembly: AssemblyVersion("11.1.6")] +[assembly: AssemblyFileVersion("11.1.6")] +[assembly: AssemblyInformationalVersion("11.1.6.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj index b6cb7e2fc..367ed9f4e 100644 --- a/Nuspecs/CreatePackages/CreatePackages.csproj +++ b/Nuspecs/CreatePackages/CreatePackages.csproj @@ -1,7 +1,7 @@  - 11.1.5 + 11.1.6 origin/master v4.7.2 diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt index 84db1107a..83941f906 100644 --- a/Queue/Changelog.txt +++ b/Queue/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.6: + +- Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. + Changes in 11.1.5: - Fixed bug where egress bytes were not reported. diff --git a/Queue/README.md b/Queue/README.md index 13bbe680b..fcd163dce 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Queue SDK for .NET (11.1.5) +# Microsoft Azure Storage Queue SDK for .NET (11.1.6) 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 75f7ecd81..5dd4f2c74 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ## For more details, please visit the proper location for each repo. -# Microsoft Azure Storage SDK for .NET (11.1.5) +# Microsoft Azure Storage SDK for .NET (11.1.6) > Server Version: 2019-02-02