From bd6c26a591e3d922c180a1d3553bbc4019889afc Mon Sep 17 00:00:00 2001 From: seanmcc-msft Date: Wed, 15 Jan 2020 16:18:51 -0800 Subject: [PATCH] Version 11.1.2 release --- Blob/Changelog.txt | 4 ++++ Blob/README.md | 2 +- Common/README.md | 2 +- Common/changelog.txt | 12 ++++++++++++ File/Changelog.txt | 4 ++++ File/README.md | 2 +- Lib/Common.Split/NetFx/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../NetStandard2/Properties/AssemblyInfo.cs | 6 +++--- Lib/Common/Shared/Protocol/Constants.cs | 2 +- .../Blob/Properties/AssemblyInfo.cs | 6 +++--- .../File/Properties/AssemblyInfo.cs | 6 +++--- .../Queue/Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Properties/AssemblyInfo.cs | 6 +++--- .../Blob/Properties/AssemblyInfo.cs | 6 +++--- .../File/Properties/AssemblyInfo.cs | 6 +++--- .../Queue/Properties/AssemblyInfo.cs | 6 +++--- Nuspecs/CreatePackages/CreatePackages.csproj | 2 +- Queue/Changelog.txt | 4 ++++ Queue/README.md | 2 +- 22 files changed, 66 insertions(+), 42 deletions(-) diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt index 34058ab9e..d7af33797 100644 --- a/Blob/Changelog.txt +++ b/Blob/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.2: + +- None. + Changes in 11.1.1: - Made .NET Core 2.0 CloudBlockBlob.PutBlock and .PutBlockAsync methods virtual diff --git a/Blob/README.md b/Blob/README.md index 868e03145..86292a400 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Blob SDK for .NET (11.1.1) +# Microsoft Azure Storage Blob SDK for .NET (11.1.2) 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 8acaa6d7c..70fca6b43 100644 --- a/Common/README.md +++ b/Common/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Common SDK for .NET (11.1.1) +# Microsoft Azure Storage Common SDK for .NET (11.1.2) 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 2a327eae3..3f0d47097 100644 --- a/Common/changelog.txt +++ b/Common/changelog.txt @@ -1,3 +1,15 @@ +Changes in 11.1.2: + +- None + +Changes in 11.1.1: + +- None + +Changes in 11.1.0: + +- None + Changes in 11.0.1: - None diff --git a/File/Changelog.txt b/File/Changelog.txt index be76b60cb..e5760f3e8 100644 --- a/File/Changelog.txt +++ b/File/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.2: + +- Fixed bug where CloudFile.WriteRange() and .WriteRangeAsync() with sourceUri parameter didn't work with SAS. + Changes in 11.1.1: - None diff --git a/File/README.md b/File/README.md index caebf99bb..11c3e4272 100644 --- a/File/README.md +++ b/File/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage File SDK for .NET (11.1.1) +# Microsoft Azure Storage File SDK for .NET (11.1.2) 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 813af1f79..5f4de29de 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.1.0")] -[assembly: AssemblyFileVersion("11.1.1.0")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2.0")] +[assembly: AssemblyFileVersion("11.1.2.0")] +[assembly: AssemblyInformationalVersion("11.1.2.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 afa9590c2..9ce2f3ab1 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.1.0")] -[assembly: AssemblyFileVersion("11.1.1.0")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2.0")] +[assembly: AssemblyFileVersion("11.1.2.0")] +[assembly: AssemblyInformationalVersion("11.1.2.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs b/Lib/Common.Split/NetStandard2/Properties/AssemblyInfo.cs index 236e2a28d..a98533974 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.1.0")] -[assembly: AssemblyFileVersion("11.1.1.0")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2.0")] +[assembly: AssemblyFileVersion("11.1.2.0")] +[assembly: AssemblyInformationalVersion("11.1.2.0")] #if SIGN diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index b32e6f68c..b6bb6fef5 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.1"; + public const string UserAgentProductVersion = "11.1.2"; /// /// 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 cd4d06736..4687686d1 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.1.0")] -[assembly: AssemblyFileVersion("11.1.1.0")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2.0")] +[assembly: AssemblyFileVersion("11.1.2.0")] +[assembly: AssemblyInformationalVersion("11.1.2.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs b/Lib/NetStandard2.Split/File/Properties/AssemblyInfo.cs index 4ae8df7a6..7e475834c 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.1.0")] -[assembly: AssemblyFileVersion("11.1.1.0")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2.0")] +[assembly: AssemblyFileVersion("11.1.2.0")] +[assembly: AssemblyInformationalVersion("11.1.2.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 796c59362..80aa1022e 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.1.0")] -[assembly: AssemblyFileVersion("11.1.1.0")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2.0")] +[assembly: AssemblyFileVersion("11.1.2.0")] +[assembly: AssemblyInformationalVersion("11.1.2.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 5e1081976..ce0ff3913 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.1")] -[assembly: AssemblyFileVersion("11.1.1")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2")] +[assembly: AssemblyFileVersion("11.1.2")] +[assembly: AssemblyInformationalVersion("11.1.2.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 418352778..83ec1f210 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.1")] -[assembly: AssemblyFileVersion("11.1.1")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2")] +[assembly: AssemblyFileVersion("11.1.2")] +[assembly: AssemblyInformationalVersion("11.1.2.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 c18a82adf..d3864bd25 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.1")] -[assembly: AssemblyFileVersion("11.1.1")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2")] +[assembly: AssemblyFileVersion("11.1.2")] +[assembly: AssemblyInformationalVersion("11.1.2.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 80729a1ee..319cec529 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.1")] -[assembly: AssemblyFileVersion("11.1.1")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2")] +[assembly: AssemblyFileVersion("11.1.2")] +[assembly: AssemblyInformationalVersion("11.1.2.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/File/Properties/AssemblyInfo.cs index d0b930744..db17dcd75 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.1")] -[assembly: AssemblyFileVersion("11.1.1")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2")] +[assembly: AssemblyFileVersion("11.1.2")] +[assembly: AssemblyInformationalVersion("11.1.2.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs b/Lib/WindowsDesktop.Split/Queue/Properties/AssemblyInfo.cs index fb7341533..a108c5bd5 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.1")] -[assembly: AssemblyFileVersion("11.1.1")] -[assembly: AssemblyInformationalVersion("11.1.1.0")] +[assembly: AssemblyVersion("11.1.2")] +[assembly: AssemblyFileVersion("11.1.2")] +[assembly: AssemblyInformationalVersion("11.1.2.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj index 9d5a80f72..c62bcc0ee 100644 --- a/Nuspecs/CreatePackages/CreatePackages.csproj +++ b/Nuspecs/CreatePackages/CreatePackages.csproj @@ -1,7 +1,7 @@  - 11.1.1 + 11.1.2 origin/master v4.7.2 diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt index 93f52242c..23b0dd06b 100644 --- a/Queue/Changelog.txt +++ b/Queue/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.1.2: + +- None + Changes in 11.1.1: - None diff --git a/Queue/README.md b/Queue/README.md index 45ca5c506..73ea0b9b5 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Queue SDK for .NET (11.1.1) +# Microsoft Azure Storage Queue SDK for .NET (11.1.2) The Microsoft Azure Storage Queue SDK for .NET allows you to build Azure applications that take advantage of scalable cloud computing resources.