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

Commit

Permalink
Change the version string back to 0.17.0 and add GA Preview tag to Re…
Browse files Browse the repository at this point in the history
…adme.md
  • Loading branch information
katmsft committed Aug 4, 2017
1 parent b4d6009 commit 0a31fbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BreakingChanges.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Internal/Resources.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 0a31fbb

Please sign in to comment.