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

Commit c519bfa

Browse files
authored
Merge pull request #94 from katmsft/dev
Change the version to 0.17.0.
2 parents b4d6009 + 0a31fbb commit c519bfa

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

BreakingChanges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Tracking Breaking changes in 1.0.0-beta.1
1+
Tracking Breaking changes in 0.17.0
22

33
All
44
* Refined code logic for continuation token. Now continuation token will be null if there are no more instance to be queried/listed.

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2017.07 - version 1.0.0-beta.1
1+
2017.07 - version 0.17.0
22

33
All
44
* REST API version upgraded to 2016-05-31.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Microsoft Azure Storage SDK for PHP
1+
# Microsoft Azure Storage SDK for PHP - GA Preview
22

33
This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage services (blobs, tables and queues). For documentation on how to host PHP applications on Microsoft Azure, please see the [Microsoft Azure PHP Developer Center](http://www.windowsazure.com/en-us/develop/php/).
44

5+
This project is now in GA Preview stage.
6+
57
[![Latest Stable Version](https://poser.pugx.org/microsoft/azure-storage/v/stable)](https://packagist.org/packages/microsoft/azure-storage)
68

79
> **Note**

src/Common/Internal/Resources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ class Resources
301301
const DEAFULT_RETRY_INTERVAL = 1000;//Milliseconds
302302

303303
// Header values
304-
const SDK_VERSION = '1.0.0-beta.1';
304+
const SDK_VERSION = '0.17.0';
305305
const STORAGE_API_LATEST_VERSION = '2016-05-31';
306306
const DATA_SERVICE_VERSION_VALUE = '3.0';
307307
const MAX_DATA_SERVICE_VERSION_VALUE = '3.0;NetFx';

0 commit comments

Comments
 (0)