diff --git a/Blob/Changelog.txt b/Blob/Changelog.txt
index 1a9ec807..7950a5f3 100644
--- a/Blob/Changelog.txt
+++ b/Blob/Changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.2.2:
+
+- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
+
Changes in 11.2.1:
- Fixed bug causing performance degradation on .NET Framework.
diff --git a/Blob/README.md b/Blob/README.md
index 84118dc7..404cc79c 100644
--- a/Blob/README.md
+++ b/Blob/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage Blob SDK for .NET (11.2.1)
+# Microsoft Azure Storage Blob SDK for .NET (11.2.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 22285d30..153187d2 100644
--- a/Common/README.md
+++ b/Common/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage Common SDK for .NET (11.2.1)
+# Microsoft Azure Storage Common SDK for .NET (11.2.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/File/Changelog.txt b/File/Changelog.txt
index a31f0d66..29701e90 100644
--- a/File/Changelog.txt
+++ b/File/Changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.2.2:
+
+- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
+
Changes in 11.2.1:
- Fixed bug causing performance degradation on .NET Framework.
diff --git a/File/README.md b/File/README.md
index d6e22cda..70546aca 100644
--- a/File/README.md
+++ b/File/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage File SDK for .NET (11.2.1)
+# Microsoft Azure Storage File SDK for .NET (11.2.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 760cb1ea..0d690f50 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.2.1.0")]
-[assembly: AssemblyFileVersion("11.2.1.0")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2.0")]
+[assembly: AssemblyFileVersion("11.2.2.0")]
+[assembly: AssemblyInformationalVersion("11.2.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 23e8c310..1d488e71 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.2.1.0")]
-[assembly: AssemblyFileVersion("11.2.1.0")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2.0")]
+[assembly: AssemblyFileVersion("11.2.2.0")]
+[assembly: AssemblyInformationalVersion("11.2.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 4f256527..1806a38b 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.2.1.0")]
-[assembly: AssemblyFileVersion("11.2.1.0")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2.0")]
+[assembly: AssemblyFileVersion("11.2.2.0")]
+[assembly: AssemblyInformationalVersion("11.2.2.0")]
#if SIGN
diff --git a/Lib/Common/Shared/Protocol/Constants.cs b/Lib/Common/Shared/Protocol/Constants.cs
index 3e1a25f3..6238206a 100644
--- a/Lib/Common/Shared/Protocol/Constants.cs
+++ b/Lib/Common/Shared/Protocol/Constants.cs
@@ -1060,7 +1060,7 @@ static HeaderConstants()
///
/// Specifies the value to use for UserAgent header.
///
- public const string UserAgentProductVersion = "11.2.1";
+ public const string UserAgentProductVersion = "11.2.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 4931a3d2..3f97f95e 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.2.1.0")]
-[assembly: AssemblyFileVersion("11.2.1.0")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2.0")]
+[assembly: AssemblyFileVersion("11.2.2.0")]
+[assembly: AssemblyInformationalVersion("11.2.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 8a60d394..b3b12178 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.2.1.0")]
-[assembly: AssemblyFileVersion("11.2.1.0")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2.0")]
+[assembly: AssemblyFileVersion("11.2.2.0")]
+[assembly: AssemblyInformationalVersion("11.2.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 115a2590..0f796c70 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.2.1.0")]
-[assembly: AssemblyFileVersion("11.2.1.0")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2.0")]
+[assembly: AssemblyFileVersion("11.2.2.0")]
+[assembly: AssemblyInformationalVersion("11.2.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 6ba75aab..98925966 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.2.1")]
-[assembly: AssemblyFileVersion("11.2.1")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2")]
+[assembly: AssemblyFileVersion("11.2.2")]
+[assembly: AssemblyInformationalVersion("11.2.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 b6ff47ba..05b2903d 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.2.1")]
-[assembly: AssemblyFileVersion("11.2.1")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2")]
+[assembly: AssemblyFileVersion("11.2.2")]
+[assembly: AssemblyInformationalVersion("11.2.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 127652fe..45196bdb 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.2.1")]
-[assembly: AssemblyFileVersion("11.2.1")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2")]
+[assembly: AssemblyFileVersion("11.2.2")]
+[assembly: AssemblyInformationalVersion("11.2.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 7ad551b8..bb7e8bd5 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.2.1")]
-[assembly: AssemblyFileVersion("11.2.1")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2")]
+[assembly: AssemblyFileVersion("11.2.2")]
+[assembly: AssemblyInformationalVersion("11.2.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 18c96e05..d01e6a4e 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.2.1")]
-[assembly: AssemblyFileVersion("11.2.1")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2")]
+[assembly: AssemblyFileVersion("11.2.2")]
+[assembly: AssemblyInformationalVersion("11.2.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 f28b84d9..ddf10884 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.2.1")]
-[assembly: AssemblyFileVersion("11.2.1")]
-[assembly: AssemblyInformationalVersion("11.2.1.0")]
+[assembly: AssemblyVersion("11.2.2")]
+[assembly: AssemblyFileVersion("11.2.2")]
+[assembly: AssemblyInformationalVersion("11.2.2.0")]
#if SIGN
[assembly: InternalsVisibleTo(
diff --git a/Nuspecs/CreatePackages/CreatePackages.csproj b/Nuspecs/CreatePackages/CreatePackages.csproj
index 2b01d51d..a2097adf 100644
--- a/Nuspecs/CreatePackages/CreatePackages.csproj
+++ b/Nuspecs/CreatePackages/CreatePackages.csproj
@@ -1,7 +1,7 @@
- 11.2.1
+ 11.2.2
origin/master
v4.7.2
diff --git a/Queue/Changelog.txt b/Queue/Changelog.txt
index 84c9a3c7..1cc1147a 100644
--- a/Queue/Changelog.txt
+++ b/Queue/Changelog.txt
@@ -1,3 +1,7 @@
+Changes in 11.2.2:
+
+- Fixed bug causing performance degradation on .NET Framework. Missing coverage for .NET Standard 1.3.
+
Changes in 11.2.1:
- Fixed bug causing performance degradation on .NET Framework.
diff --git a/Queue/README.md b/Queue/README.md
index 0bae07fd..835389d0 100644
--- a/Queue/README.md
+++ b/Queue/README.md
@@ -1,4 +1,4 @@
-# Microsoft Azure Storage Queue SDK for .NET (11.2.1)
+# Microsoft Azure Storage Queue SDK for .NET (11.2.2)
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 2a86c827..9420c8a4 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
We have engineered a highly performant and scalable SDK with our V12 releases. We encourage all our customers to give it a try.
-# Microsoft Azure Storage SDK for .NET (11.2.1)
+# Microsoft Azure Storage SDK for .NET (11.2.2)
> Server Version: 2019-07-07