From 9c2c7ef0492e0352ea36fec0c9f8432fc5bde67c Mon Sep 17 00:00:00 2001 From: Kamil Sobol <61715331+kasobol-msft@users.noreply.github.com> Date: Tue, 2 Jun 2020 20:01:59 -0700 Subject: [PATCH] Version 11.1.7 release --- Blob/Changelog.txt | 4 ++++ Blob/README.md | 2 +- Common/README.md | 2 +- Common/changelog.txt | 4 ++++ File/Changelog.txt | 4 ++++ File/README.md | 2 +- Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs | 6 +++--- Lib/Common/Shared/Protocol/Constants.cs | 2 +- Lib/NetStandard2.Split/Blob/Properties/AssemblyInfo.cs | 6 +++--- Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs | 6 +++--- Lib/NetStandard2.Split/Queue/Properties/AssemblyInfo.cs | 6 +++--- .../Microsoft.Azure.Storage.Blob/Properties/AssemblyInfo.cs | 6 +++--- .../Microsoft.Azure.Storage.File/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- Lib/WindowsDesktop.Split/Blob/Properties/AssemblyInfo.cs | 6 +++--- Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs | 6 +++--- Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs | 6 +++--- Nuspecs/CreatePackages/CreatePackages.csproj | 2 +- Queue/Changelog.txt | 4 ++++ Queue/README.md | 2 +- README.md | 2 +- 23 files changed, 59 insertions(+), 43 deletions(-) diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt index 299a60ac4..215191277 100644 --- a/Blob/Changelog.txt +++ b/Blob/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.7: + +- None. + Changes in 11.1.6: - Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. diff --git a/Blob/README.md b/Blob/README.md index 8313d8937..45691a72f 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Blob SDK for .NET (11.1.6) +# Microsoft Azure Storage Blob SDK for .NET (11.1.7) 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 00f18e1f6..6aacc09a4 100644 --- a/Common/README.md +++ b/Common/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Common SDK for .NET (11.1.6) +# Microsoft Azure Storage Common SDK for .NET (11.1.7) 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 282ed6700..e4d1dfd9c 100644 --- a/Common/changelog.txt +++ b/Common/changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.7: + +- None. + Changes in 11.1.6: - Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. diff --git a/File/Changelog.txt b/File/Changelog.txt index 9ff4d57f1..431c9df46 100644 --- a/File/Changelog.txt +++ b/File/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.7: + +- None. + Changes in 11.1.6: - Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. diff --git a/File/README.md b/File/README.md index 770d2fda2..8b1a74610 100644 --- a/File/README.md +++ b/File/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage File SDK for .NET (11.1.6) +# Microsoft Azure Storage File SDK for .NET (11.1.7) 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 1845fcf0e..e26f7cd67 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.6.0")] -[assembly: AssemblyFileVersion("11.1.6.0")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7.0")] +[assembly: AssemblyFileVersion("11.1.7.0")] +[assembly: AssemblyInformationalVersion("11.1.7.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 fbefa9677..c14206d78 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.6.0")] -[assembly: AssemblyFileVersion("11.1.6.0")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7.0")] +[assembly: AssemblyFileVersion("11.1.7.0")] +[assembly: AssemblyInformationalVersion("11.1.7.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs index f6dad170b..690795a6e 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.6.0")] -[assembly: AssemblyFileVersion("11.1.6.0")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7.0")] +[assembly: AssemblyFileVersion("11.1.7.0")] +[assembly: AssemblyInformationalVersion("11.1.7.0")] #if SIGN diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index b5d0fa9a4..e8a54ceec 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.6"; + public const string UserAgentProductVersion = "11.1.7"; /// /// 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 61c48e9c6..481602c64 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.6.0")] -[assembly: AssemblyFileVersion("11.1.6.0")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7.0")] +[assembly: AssemblyFileVersion("11.1.7.0")] +[assembly: AssemblyInformationalVersion("11.1.7.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs index 1fe68d070..75a2dbbbb 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.6.0")] -[assembly: AssemblyFileVersion("11.1.6.0")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7.0")] +[assembly: AssemblyFileVersion("11.1.7.0")] +[assembly: AssemblyInformationalVersion("11.1.7.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 8503c2a7d..2b735c8e2 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.6.0")] -[assembly: AssemblyFileVersion("11.1.6.0")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7.0")] +[assembly: AssemblyFileVersion("11.1.7.0")] +[assembly: AssemblyInformationalVersion("11.1.7.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 e5fdbb41b..5af417f56 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.6")] -[assembly: AssemblyFileVersion("11.1.6")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7")] +[assembly: AssemblyFileVersion("11.1.7")] +[assembly: AssemblyInformationalVersion("11.1.7.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 b96de22aa..320c051a4 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.6")] -[assembly: AssemblyFileVersion("11.1.6")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7")] +[assembly: AssemblyFileVersion("11.1.7")] +[assembly: AssemblyInformationalVersion("11.1.7.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 3418b0487..d78024abe 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.6")] -[assembly: AssemblyFileVersion("11.1.6")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7")] +[assembly: AssemblyFileVersion("11.1.7")] +[assembly: AssemblyInformationalVersion("11.1.7.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 f8627d338..9670d087a 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.6")] -[assembly: AssemblyFileVersion("11.1.6")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7")] +[assembly: AssemblyFileVersion("11.1.7")] +[assembly: AssemblyInformationalVersion("11.1.7.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs index 87edaeff5..6c7931b40 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.6")] -[assembly: AssemblyFileVersion("11.1.6")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7")] +[assembly: AssemblyFileVersion("11.1.7")] +[assembly: AssemblyInformationalVersion("11.1.7.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs index ba4418f4f..337dbc9de 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.6")] -[assembly: AssemblyFileVersion("11.1.6")] -[assembly: AssemblyInformationalVersion("11.1.6.0")] +[assembly: AssemblyVersion("11.1.7")] +[assembly: AssemblyFileVersion("11.1.7")] +[assembly: AssemblyInformationalVersion("11.1.7.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj index 367ed9f4e..231a3bb5f 100644 --- a/Nuspecs/CreatePackages/CreatePackages.csproj +++ b/Nuspecs/CreatePackages/CreatePackages.csproj @@ -1,7 +1,7 @@  - 11.1.6 + 11.1.7 origin/master v4.7.2 diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt index 83941f906..9de788b98 100644 --- a/Queue/Changelog.txt +++ b/Queue/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.7: + +- GitHub Issue #999 - NetworkTimeout not applied correctly in QueueRequestOptions. + Changes in 11.1.6: - Fixed bug where response streaming hangs indefinietly on .NET Framework. Eagerly dispose network stream if read timeout occurs. diff --git a/Queue/README.md b/Queue/README.md index fcd163dce..a0652a2d4 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Queue SDK for .NET (11.1.6) +# Microsoft Azure Storage Queue SDK for .NET (11.1.7) 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 5dd4f2c74..6f9ea9979 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.6) +# Microsoft Azure Storage SDK for .NET (11.1.7) > Server Version: 2019-02-02