Skip to content

Commit

Permalink
Update tasks versions to actual (#1195)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftTwixWand authored Sep 20, 2023
1 parent 35d8972 commit 70c2754
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": {
"Major": 1,
"Minor": 5,
"Patch": 4
"Patch": 5
},
"demands": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 4
"Patch": 5
},
"demands": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 1,
"Minor": 4,
"Patch": 3
"Patch": 5
},
"demands": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 2,
"Minor": 2,
"Patch": 3
"Patch": 5
},
"demands": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 3,
"Minor": 1,
"Patch": 3
"Patch": 5
},
"demands": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 1,
"Minor": 4,
"Patch": 4
"Patch": 6
},
"demands": [
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"version": {
"Major": 2,
"Minor": 1,
"Patch": 4
"Patch": 6
},
"demands": [
],
Expand Down
2 changes: 1 addition & 1 deletion Extensions/IISWebAppDeploy/Src/vss-extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifestVersion": 1,
"extensionId": "iiswebapp",
"name": "IIS Web App Deployment Using WinRM",
"version": "1.6.6",
"version": "1.6.7",
"publisher": "ms-vscs-rm",
"description": "Using WinRM connect to the host Computer, to deploy a Web project using Web Deploy or a SQL DB using sqlpackage.exe.",
"public": true,
Expand Down

0 comments on commit 70c2754

Please sign in to comment.