diff --git a/BreakingChanges.md b/BreakingChanges.md index 2fb738e4f..ef51345ee 100644 --- a/BreakingChanges.md +++ b/BreakingChanges.md @@ -1,4 +1,4 @@ -Tracking Breaking changes in 1.0.0-beta.1 +Tracking Breaking changes in 0.17.0 All * Refined code logic for continuation token. Now continuation token will be null if there are no more instance to be queried/listed. diff --git a/ChangeLog.md b/ChangeLog.md index d0f421e03..0e560032c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,4 +1,4 @@ -2017.07 - version 1.0.0-beta.1 +2017.07 - version 0.17.0 All * REST API version upgraded to 2016-05-31. diff --git a/README.md b/README.md index 1abc69977..8c470c093 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Microsoft Azure Storage SDK for PHP +# Microsoft Azure Storage SDK for PHP - GA Preview 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/). +This project is now in GA Preview stage. + [![Latest Stable Version](https://poser.pugx.org/microsoft/azure-storage/v/stable)](https://packagist.org/packages/microsoft/azure-storage) > **Note** diff --git a/src/Common/Internal/Resources.php b/src/Common/Internal/Resources.php index 2a1f6a777..b428c1076 100644 --- a/src/Common/Internal/Resources.php +++ b/src/Common/Internal/Resources.php @@ -301,7 +301,7 @@ class Resources const DEAFULT_RETRY_INTERVAL = 1000;//Milliseconds // Header values - const SDK_VERSION = '1.0.0-beta.1'; + const SDK_VERSION = '0.17.0'; const STORAGE_API_LATEST_VERSION = '2016-05-31'; const DATA_SERVICE_VERSION_VALUE = '3.0'; const MAX_DATA_SERVICE_VERSION_VALUE = '3.0;NetFx';