Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 32c8767

Browse files
author
jofriedm-msft
authored
Merge pull request #62 from jofriedm-msft/master
Bringing public master to private master
2 parents ab86b9b + 3c4ed8a commit 32c8767

File tree

6 files changed

+11
-4
lines changed

6 files changed

+11
-4
lines changed

BreakingChanges.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes in 5.1.1
2+
OTHER
3+
* Reverted the code from 5.1.0 because it contained a regression and an accidental change.
4+
15
Changes in 5.0.0
26

37
BLOB

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2017.05.14 Version 5.1.1
2+
* Reverted version 5.1.0 due to a regression which was caught after publishing. Version 5.2.0 will be released that contains the fixes from 5.1.0 without the regression.
3+
14
2017.01.18 Version 5.0.0
25
* Prefix support for listing files and directories.
36
* Added support for setting public access when creating a blob container

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3030
<dependency>
3131
<groupId>com.microsoft.azure</groupId>
3232
<artifactId>azure-storage</artifactId>
33-
<version>5.0.0</version>
33+
<version>5.1.1</version>
3434
</dependency>
3535
```
3636

microsoft-azure-storage-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>com.microsoft.azure</groupId>
2828
<artifactId>azure-storage</artifactId>
29-
<version>5.0.0</version>
29+
<version>5.1.1</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>

microsoft-azure-storage/src/com/microsoft/azure/storage/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ public static class HeaderConstants {
656656
/**
657657
* Specifies the value to use for UserAgent header.
658658
*/
659-
public static final String USER_AGENT_VERSION = "5.0.0";
659+
public static final String USER_AGENT_VERSION = "5.1.1";
660660

661661
/**
662662
* The default type for content-type and accept

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.microsoft.azure</groupId>
1212
<artifactId>azure-storage</artifactId>
13-
<version>5.0.0</version>
13+
<version>5.1.1</version>
1414
<packaging>jar</packaging>
1515

1616
<name>Microsoft Azure Storage Client SDK</name>

0 commit comments

Comments
 (0)