Merge pull request #94 from katmsft/dev

Change the version to 0.17.0.
This commit is contained in:
Vincent Jiang (LEI) 2017-08-06 19:03:48 -07:00 коммит произвёл GitHub
Родитель b4d6009c1b 0a31fbb343
Коммит c519bfa1f4
4 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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.

Просмотреть файл

@ -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**

Просмотреть файл

@ -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';