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

Commit dfa24e5

Browse files
authored
Merge pull request #352 from Azure/New-Storage-SDK-V10-Preview-dev
New storage sdk v10 preview dev
2 parents b9965eb + 1e7f879 commit dfa24e5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2018.08.08 Version 10.0.3-Preview
2+
* Resolved dependency issues
3+
14
2018.08.07 Version 10.0.2-Preview
25
* Support for 2017-07-29 REST version. Please see our REST api documentation and blogs for information about the related added features.
36
* Support for setting a block blob's tier.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To get the binaries of this library as distributed by Microsoft, ready for use w
3131
<dependency>
3232
<groupId>com.microsoft.azure</groupId>
3333
<artifactId>azure-storage-blob</artifactId>
34-
<version>10.0.2-Preview</version>
34+
<version>10.0.3-Preview</version>
3535
</dependency>
3636
```
3737

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.microsoft.azure</groupId>
1616
<artifactId>azure-storage-blob</artifactId>
17-
<version>10.0.2-Preview</version>
17+
<version>10.0.3-Preview</version>
1818

1919
<name>Azure Storage Blob</name>
2020
<description>The Azure Storage Java Blob library.</description>

src/main/java/com/microsoft/azure/storage/blob/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ static final class HeaderConstants {
121121
/**
122122
* Specifies the value to use for UserAgent header.
123123
*/
124-
static final String USER_AGENT_VERSION = "10.0.2-Preview";
124+
static final String USER_AGENT_VERSION = "10.0.3-Preview";
125125

126126
private HeaderConstants() {
127127
// Private to prevent construction.

0 commit comments

Comments
 (0)