From 567f068dc2a64c0fed98ceb5e24663926a7dfd51 Mon Sep 17 00:00:00 2001 From: seanmcc-msft Date: Thu, 12 Sep 2019 12:08:23 -0700 Subject: [PATCH] v11.0.1 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 +++--- Queue/Changelog.txt | 4 ++++ Queue/README.md | 2 +- Test/WindowsDesktop.Split/Properties/AssemblyInfo.cs | 6 +++--- 22 files changed, 60 insertions(+), 44 deletions(-) diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt index 1c1f0d299..514ee5034 100644 --- a/Blob/Changelog.txt +++ b/Blob/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.0.1: + +- Made CloudBlockBlob.PutBlock() checksum-related overloads public. + Changes in 11.0.0: - Added support for CRC64 diff --git a/Blob/README.md b/Blob/README.md index f5bf73613..1e0a41985 100644 --- a/Blob/README.md +++ b/Blob/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Blob SDK for .NET (11.0.0) +# Microsoft Azure Storage Blob SDK for .NET (11.0.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 2638c02bc..354a2a96f 100644 --- a/Common/README.md +++ b/Common/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Common SDK for .NET (11.0.0) +# Microsoft Azure Storage Common SDK for .NET (11.0.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 beb86872c..2a327eae3 100644 --- a/Common/changelog.txt +++ b/Common/changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.0.1: + +- None + Changes in 11.0.0: - Added support for CRC64 diff --git a/File/Changelog.txt b/File/Changelog.txt index 44022591b..3babed007 100644 --- a/File/Changelog.txt +++ b/File/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.0.1: + +- None + Changes in 11.0.0: - Added support for CRC64 diff --git a/File/README.md b/File/README.md index a019e125c..871c9fed5 100644 --- a/File/README.md +++ b/File/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage File SDK for .NET (11.0.0) +# Microsoft Azure Storage File SDK for .NET (11.0.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 f74c411d7..13fc07825 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.0.0.0")] -[assembly: AssemblyFileVersion("11.0.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1.0")] +[assembly: AssemblyFileVersion("11.0.1.0")] +[assembly: AssemblyInformationalVersion("11.0.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 04806e6d7..0c36e03be 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.0.0.0")] -[assembly: AssemblyFileVersion("11.0.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1.0")] +[assembly: AssemblyFileVersion("11.0.1.0")] +[assembly: AssemblyInformationalVersion("11.0.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 b98ab547a..9a1a26da1 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.0.0.0")] -[assembly: AssemblyFileVersion("11.0.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1.0")] +[assembly: AssemblyFileVersion("11.0.1.0")] +[assembly: AssemblyInformationalVersion("11.0.1.0")] #if SIGN diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs index 8a7be78bd..a37f9ca15 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.0.0"; + public const string UserAgentProductVersion = "11.0.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 181b6daa1..0e28c416e 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.0.0.0")] -[assembly: AssemblyFileVersion("11.0.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1.0")] +[assembly: AssemblyFileVersion("11.0.1.0")] +[assembly: AssemblyInformationalVersion("11.0.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 a9a337062..85a883dad 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.0.0.0")] -[assembly: AssemblyFileVersion("11.0.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1.0")] +[assembly: AssemblyFileVersion("11.0.1.0")] +[assembly: AssemblyInformationalVersion("11.0.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 ddf0c2fd0..a565bc5c3 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.0.0.0")] -[assembly: AssemblyFileVersion("11.0.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1.0")] +[assembly: AssemblyFileVersion("11.0.1.0")] +[assembly: AssemblyInformationalVersion("11.0.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 e45ffb3e2..dd8f586c8 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.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.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 8fa72425f..0684af26c 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.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.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 bc2a72f71..0799bdc68 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.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.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 2f331a929..6e1f0d898 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.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.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 f71080b6a..1549d7ee2 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.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.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 9629cfcc8..d4569bba2 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.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.1.0")] #if SIGN [assembly: InternalsVisibleTo( diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt index 7853a202f..215d93efe 100644 --- a/Queue/Changelog.txt +++ b/Queue/Changelog.txt @@ -1,3 +1,7 @@ +Changes in 11.0.1: + +- None + Changes in 11.0.0: - Added support for CRC64 diff --git a/Queue/README.md b/Queue/README.md index 876d1f8d7..6bea6bbda 100644 --- a/Queue/README.md +++ b/Queue/README.md @@ -1,4 +1,4 @@ -# Microsoft Azure Storage Queue SDK for .NET (11.0.0) +# Microsoft Azure Storage Queue SDK for .NET (11.0.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/Test/WindowsDesktop.Split/Properties/AssemblyInfo.cs b/Test/WindowsDesktop.Split/Properties/AssemblyInfo.cs index 91c3065ea..ccaf1581d 100644 --- a/Test/WindowsDesktop.Split/Properties/AssemblyInfo.cs +++ b/Test/WindowsDesktop.Split/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("11.0.0")] -[assembly: AssemblyFileVersion("11.0.0")] -[assembly: AssemblyInformationalVersion("11.0.0.0")] +[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyFileVersion("11.0.1")] +[assembly: AssemblyInformationalVersion("11.0.1.0")]