From 7bb85351fda504ed0d40b720bb85a4eae22d365a Mon Sep 17 00:00:00 2001 From: seanmcc-msft Date: Thu, 14 Nov 2019 12:51:14 -0800 Subject: [PATCH] Version 11.1.1 release --- Blob/Changelog.txt | 4 ++++ Blob/README.md | 2 +- Common/README.md | 2 +- 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 +- WindowsFormsTest/Properties/Settings.Designer.cs | 2 +- 22 files changed, 55 insertions(+), 43 deletions(-) diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt index 91ae0d280..34058ab9e 100644 --- a/Blob/Changelog.txt +++ b/Blob/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.1: + +- Made .NET Core 2.0 CloudBlockBlob.PutBlock and .PutBlockAsync methods virtual + Changes in 11.1.0: - None. diff --git a/Blob/README.md b/Blob/README.md index c58c092d3..868e03145 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Blob SDK for .NET (11.1.0) +# Microsoft Azure Storage Blob SDK for .NET (11.1.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 e8d224c36..8acaa6d7c 100644 --- a/Common/README.md +++ b/Common/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Common SDK for .NET (11.1.0) +# Microsoft Azure Storage Common SDK for .NET (11.1.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/File/Changelog.txt b/File/Changelog.txt index 143497fdf..be76b60cb 100644 --- a/File/Changelog.txt +++ b/File/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.1: + +- None + Changes in 11.1.0: - Fixed bug where CloudFileShare.GetStats() and CloudFileShare.GetStatsAsync() would throw an exception when the Share was larger than Int32.MaxValue diff --git a/File/README.md b/File/README.md index 79f828508..caebf99bb 100644 --- a/File/README.md +++ b/File/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage File SDK for .NET (11.1.0) +# Microsoft Azure Storage File SDK for .NET (11.1.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 f0cc6909b..813af1f79 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.0.0")] -[assembly: AssemblyFileVersion("11.1.0.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")] +[assembly: AssemblyFileVersion("11.1.1.0")] +[assembly: AssemblyInformationalVersion("11.1.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 e0fc1b738..afa9590c2 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.0.0")] -[assembly: AssemblyFileVersion("11.1.0.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")] +[assembly: AssemblyFileVersion("11.1.1.0")] +[assembly: AssemblyInformationalVersion("11.1.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 fedc7e284..236e2a28d 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.0.0")] -[assembly: AssemblyFileVersion("11.1.0.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")] +[assembly: AssemblyFileVersion("11.1.1.0")] +[assembly: AssemblyInformationalVersion("11.1.1.0")] #if SIGN diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index 18a84f783..b32e6f68c 100644 --- a/Lib/Common/Shared/Protocol/Constants.cs +++ b/Lib/Common/Shared/Protocol/Constants.cs @@ -1050,7 +1050,7 @@ static HeaderConstants() /// /// Specifies the value to use for UserAgent header. /// - public const string UserAgentProductVersion = "11.1.0"; + public const string UserAgentProductVersion = "11.1.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 cc487fc4c..cd4d06736 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.0.0")] -[assembly: AssemblyFileVersion("11.1.0.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")] +[assembly: AssemblyFileVersion("11.1.1.0")] +[assembly: AssemblyInformationalVersion("11.1.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 67446966f..4ae8df7a6 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.0.0")] -[assembly: AssemblyFileVersion("11.1.0.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")] +[assembly: AssemblyFileVersion("11.1.1.0")] +[assembly: AssemblyInformationalVersion("11.1.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 ae7f25bc6..796c59362 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.0.0")] -[assembly: AssemblyFileVersion("11.1.0.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1.0")] +[assembly: AssemblyFileVersion("11.1.1.0")] +[assembly: AssemblyInformationalVersion("11.1.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 7e677057a..5e1081976 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.0")] -[assembly: AssemblyFileVersion("11.1.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1")] +[assembly: AssemblyFileVersion("11.1.1")] +[assembly: AssemblyInformationalVersion("11.1.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 0943e1363..418352778 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.0")] -[assembly: AssemblyFileVersion("11.1.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1")] +[assembly: AssemblyFileVersion("11.1.1")] +[assembly: AssemblyInformationalVersion("11.1.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 7aeceb06e..c18a82adf 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.0")] -[assembly: AssemblyFileVersion("11.1.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1")] +[assembly: AssemblyFileVersion("11.1.1")] +[assembly: AssemblyInformationalVersion("11.1.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 a0dde2a45..80729a1ee 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.0")] -[assembly: AssemblyFileVersion("11.1.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1")] +[assembly: AssemblyFileVersion("11.1.1")] +[assembly: AssemblyInformationalVersion("11.1.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 1b01694a7..d0b930744 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.0")] -[assembly: AssemblyFileVersion("11.1.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1")] +[assembly: AssemblyFileVersion("11.1.1")] +[assembly: AssemblyInformationalVersion("11.1.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 c6f5b4e5b..fb7341533 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.0")] -[assembly: AssemblyFileVersion("11.1.0")] -[assembly: AssemblyInformationalVersion("11.1.0.0")] +[assembly: AssemblyVersion("11.1.1")] +[assembly: AssemblyFileVersion("11.1.1")] +[assembly: AssemblyInformationalVersion("11.1.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj index 09f5ff3c9..9d5a80f72 100644 --- a/Nuspecs/CreatePackages/CreatePackages.csproj +++ b/Nuspecs/CreatePackages/CreatePackages.csproj @@ -1,7 +1,7 @@  - 11.1.0 + 11.1.1 origin/master v4.7.2 diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt index 1705a9012..93f52242c 100644 --- a/Queue/Changelog.txt +++ b/Queue/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.1: + +- None + Changes in 11.1.0: - None diff --git a/Queue/README.md b/Queue/README.md index 6fd3ebca2..45ca5c506 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Queue SDK for .NET (11.1.0) +# Microsoft Azure Storage Queue SDK for .NET (11.1.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/WindowsFormsTest/Properties/Settings.Designer.cs b/WindowsFormsTest/Properties/Settings.Designer.cs index b806bdd46..616802fd1 100644 --- a/WindowsFormsTest/Properties/Settings.Designer.cs +++ b/WindowsFormsTest/Properties/Settings.Designer.cs @@ -13,7 +13,7 @@ namespace WindowsFormsTest.Properties [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.1.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.1.1.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {