updated version numbers of different modules based on commits in the dev branch
This commit is contained in:
Родитель
d976204da4
Коммит
7e403f7b60
|
@ -1,3 +1,7 @@
|
|||
2014.11.07 Version 0.10.1
|
||||
* Fixed parsing of sql db error messages with xml namespace
|
||||
* Implemented Renew-Lock for Message in ServiceBus
|
||||
|
||||
2014.10.02 Version 0.10.0
|
||||
* Switch to use "azure-storage" from "azure-storage-legacy"
|
||||
* Fix retry logic on http status code 408
|
||||
|
|
|
@ -22,7 +22,7 @@ module.exports = function(grunt) {
|
|||
src : 'http://www.nuget.org/nuget.exe'
|
||||
},
|
||||
packageVersions: {
|
||||
'azure': '0.10.0',
|
||||
'azure': '0.10.1',
|
||||
'azure-common': '0.9.9',
|
||||
'azure-gallery': '2.0.0-pre.11',
|
||||
'azure-mgmt': '0.9.12',
|
||||
|
@ -31,15 +31,15 @@ module.exports = function(grunt) {
|
|||
'azure-mgmt-resource': '2.0.0-pre.12',
|
||||
'azure-mgmt-sb': '0.9.12',
|
||||
'azure-mgmt-scheduler': '0.9.1-pre.12',
|
||||
'azure-mgmt-sql': '0.9.12',
|
||||
'azure-mgmt-sql': '0.9.13',
|
||||
'azure-mgmt-storage': '0.9.12',
|
||||
'azure-mgmt-store': '0.9.12',
|
||||
'azure-mgmt-subscription': '0.9.12',
|
||||
'azure-mgmt-vnet': '0.9.12',
|
||||
'azure-mgmt-vnet': '0.9.13',
|
||||
'azure-mgmt-website': '0.9.12',
|
||||
'azure-monitoring': '0.9.1-pre.12',
|
||||
'azure-rm-website': '0.9.0-pre.6',
|
||||
'azure-sb': '0.9.13',
|
||||
'azure-sb': '0.9.14',
|
||||
'azure-scheduler': '0.9.1-pre.12',
|
||||
'azure-storage-legacy': '0.9.12',
|
||||
'azure-mgmt-authorization': '0.9.0-pre.2',
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"Rodrigues, Andre <andrerod@microsoft.com>",
|
||||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.12",
|
||||
"version": "0.9.13",
|
||||
"description": "Microsoft Azure Virtual Network Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"Rodrigues, Andre <andrerod@microsoft.com>",
|
||||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.13",
|
||||
"version": "0.9.14",
|
||||
"description": "Microsoft Azure Service Bus Service Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"Rodrigues, Andre <andrerod@microsoft.com>",
|
||||
"Tavares, Chris <ctavares@microsoft.com>"
|
||||
],
|
||||
"version": "0.9.12",
|
||||
"version": "0.9.13",
|
||||
"description": "Microsoft Azure SQL Management Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"Mkrtchyan, Hovsep <hovsepm@microsoft.com>",
|
||||
"Lu, Jianghao <jianghlu@microsoft.com>"
|
||||
],
|
||||
"version": "0.10.0",
|
||||
"version": "0.10.1",
|
||||
"description": "Microsoft Azure Client Library for node",
|
||||
"tags": [
|
||||
"azure",
|
||||
|
@ -38,9 +38,9 @@
|
|||
"azure-common": "0.9.9",
|
||||
"azure-mgmt-compute": "0.9.12",
|
||||
"azure-mgmt": "0.9.12",
|
||||
"azure-mgmt-vnet": "0.9.12",
|
||||
"azure-mgmt-vnet": "0.9.13",
|
||||
"azure-mgmt-sb": "0.9.12",
|
||||
"azure-mgmt-sql": "0.9.12",
|
||||
"azure-mgmt-sql": "0.9.13",
|
||||
"azure-mgmt-storage": "0.9.12",
|
||||
"azure-mgmt-website": "0.9.12",
|
||||
"azure-rm-website": "0.9.0-pre.6",
|
||||
|
@ -52,7 +52,7 @@
|
|||
"azure-gallery": "2.0.0-pre.11",
|
||||
"azure-mgmt-hdinsight": "0.9.12",
|
||||
"azure-mgmt-authorization": "0.9.0-pre.2",
|
||||
"azure-sb": "0.9.13",
|
||||
"azure-sb": "0.9.14",
|
||||
"mime": "~1.2.4",
|
||||
"underscore": "1.4.x",
|
||||
"request": "2.27.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче