Skip to content

Commit 70c2754

Browse files
authored
Update tasks versions to actual (#1195)
1 parent 35d8972 commit 70c2754

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

Extensions/IISWebAppDeploy/Src/Tasks/IISWebAppDeploy/IISWebAppDeployV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"version": {
88
"Major": 1,
99
"Minor": 5,
10-
"Patch": 4
10+
"Patch": 5
1111
},
1212
"demands": [
1313
],

Extensions/IISWebAppDeploy/Src/Tasks/IISWebAppDeploy/IISWebAppDeployV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 2,
1818
"Minor": 1,
19-
"Patch": 4
19+
"Patch": 5
2020
},
2121
"demands": [
2222
],

Extensions/IISWebAppDeploy/Src/Tasks/IISWebAppMgmt/IISWebAppMgmtV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 1,
1818
"Minor": 4,
19-
"Patch": 3
19+
"Patch": 5
2020
},
2121
"demands": [
2222
],

Extensions/IISWebAppDeploy/Src/Tasks/IISWebAppMgmt/IISWebAppMgmtV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 2,
1818
"Minor": 2,
19-
"Patch": 3
19+
"Patch": 5
2020
},
2121
"demands": [
2222
],

Extensions/IISWebAppDeploy/Src/Tasks/IISWebAppMgmt/IISWebAppMgmtV3/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 3,
1818
"Minor": 1,
19-
"Patch": 3
19+
"Patch": 5
2020
},
2121
"demands": [
2222
],

Extensions/IISWebAppDeploy/Src/Tasks/SqlDacpacDeploy/SqlDacpacDeployV1/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 1,
1818
"Minor": 4,
19-
"Patch": 4
19+
"Patch": 6
2020
},
2121
"demands": [
2222
],

Extensions/IISWebAppDeploy/Src/Tasks/SqlDacpacDeploy/SqlDacpacDeployV2/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"version": {
1717
"Major": 2,
1818
"Minor": 1,
19-
"Patch": 4
19+
"Patch": 6
2020
},
2121
"demands": [
2222
],

Extensions/IISWebAppDeploy/Src/vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"extensionId": "iiswebapp",
44
"name": "IIS Web App Deployment Using WinRM",
5-
"version": "1.6.6",
5+
"version": "1.6.7",
66
"publisher": "ms-vscs-rm",
77
"description": "Using WinRM connect to the host Computer, to deploy a Web project using Web Deploy or a SQL DB using sqlpackage.exe.",
88
"public": true,

0 commit comments

Comments
 (0)