Updated the version number to 1.3.1
This commit is contained in:
Родитель
80d5930e6c
Коммит
afa9edc5f2
|
@ -1,6 +1,11 @@
|
|||
Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will
|
||||
be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node.
|
||||
|
||||
2016.09 Version 1.3.1
|
||||
|
||||
ALL
|
||||
* Improved the type script support.
|
||||
|
||||
2016.08 Version 1.3.0
|
||||
|
||||
ALL
|
||||
|
|
|
@ -31,7 +31,7 @@ var Constants = {
|
|||
/*
|
||||
* Specifies the value to use for UserAgent header.
|
||||
*/
|
||||
USER_AGENT_PRODUCT_VERSION: '1.3.0',
|
||||
USER_AGENT_PRODUCT_VERSION: '1.3.1',
|
||||
|
||||
/**
|
||||
* The number of default concurrent requests for parallel operation.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "azure-storage",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"description": "Microsoft Azure Storage Client Library for Node.js",
|
||||
"typings": "typings/azure-storage/azure-storage.d.ts",
|
||||
"tags": [
|
||||
|
|
Загрузка…
Ссылка в новой задаче