From 4811953e40122b4a20695ee2c7b41fb2d8a722d4 Mon Sep 17 00:00:00 2001 From: Josh Friedman Date: Thu, 4 May 2017 09:45:50 -0700 Subject: [PATCH] Updating version for 5.1.0 release --- ChangeLog.txt | 2 +- README.md | 2 +- microsoft-azure-storage-samples/pom.xml | 2 +- .../src/com/microsoft/azure/storage/Constants.java | 2 +- pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 0d86fef069f51..6f2d4d628b721 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,4 +1,4 @@ -2017.04.25 Version 5.1.0 +2017.05.04 Version 5.1.0 * Fixed Exists() calls on Shares and Directories to now populate metadata. This was already being done for Files. * Changed blob constants to support up to 256 MB on put blob for block blobs. The default value for put blob threshold has also been updated to half of the maximum, or 128 MB currently. * Fixed a bug that prevented setting content MD5 to true when creating a new file. diff --git a/README.md b/README.md index 7399caeaf94eb..f10c44745ad85 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w com.microsoft.azure azure-storage - 5.0.0 + 5.1.0 ``` diff --git a/microsoft-azure-storage-samples/pom.xml b/microsoft-azure-storage-samples/pom.xml index dfad84d66081b..1e89f60ccb739 100644 --- a/microsoft-azure-storage-samples/pom.xml +++ b/microsoft-azure-storage-samples/pom.xml @@ -26,7 +26,7 @@ com.microsoft.azure azure-storage - 5.0.0 + 5.1.0 com.microsoft.azure diff --git a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java index cc0995cd9e109..31d08df24e6a8 100644 --- a/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java +++ b/microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java @@ -661,7 +661,7 @@ public static class HeaderConstants { /** * Specifies the value to use for UserAgent header. */ - public static final String USER_AGENT_VERSION = "5.0.0"; + public static final String USER_AGENT_VERSION = "5.1.0"; /** * The default type for content-type and accept diff --git a/pom.xml b/pom.xml index cc2e300d763d4..a7f39b54ba541 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 com.microsoft.azure azure-storage - 5.0.0 + 5.1.0 jar Microsoft Azure Storage Client SDK