Skip to content

Commit ec942fc

Browse files
authored
Update version to v2.0.6 (Azure#337)
1 parent 9fbf7a3 commit ec942fc

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Worker.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>Microsoft.Azure.Functions.NodeJsWorker</id>
5-
<version>2.0.5$version$</version>
5+
<version>2.0.6$version$</version>
66
<authors>Microsoft</authors>
77
<owners>Microsoft</owners>
88
<requireLicenseAcceptance>false</requireLicenseAcceptance>

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables: {
2-
WORKER_VERSION: '2.0.5',
2+
WORKER_VERSION: '2.0.6',
33
NODE_8: '8.x',
44
NODE_10: '10.x',
55
NODE_12: '12.x',

e2e-nightly-cli-azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables: {
2-
WORKER_VERSION: '2.0.5',
2+
WORKER_VERSION: '2.0.6',
33
NODE_12: '12.x'
44
}
55
name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r)

e2e-nightly-site-azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
variables: {
2-
WORKER_VERSION: '2.0.5',
2+
WORKER_VERSION: '2.0.6',
33
NODE_12: '12.x'
44
}
55
name: $(WORKER_VERSION)-$(Date:yyyyMMdd)$(Rev:.r)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "azure-functions-nodejs-worker",
33
"author": "Microsoft Corporation",
4-
"version": "2.0.5",
4+
"version": "2.0.6",
55
"description": "Microsoft Azure Functions NodeJS Worker",
66
"license": "(MIT OR Apache-2.0)",
77
"dependencies": {

types/public/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/functions",
3-
"version": "2.0.5",
3+
"version": "2.0.6",
44
"description": "Azure Functions types for Typescript",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)