Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Jul 26, 2024
1 parent 4fb0c13 commit ac04e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/powershell-extended/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"legacyIds": [
"powershell"
],
"version": "2.0.1",
"version": "2.0.2",
"name": "PowerShell Extended [PSResourceGet / NuGet Versioning]",
"documentationURL": "https://github.com/jpawlowski/devcontainer-features/tree/main/src/powershell",
"description": "Installs PowerShell on AMD64 and ARM64 machines, and optional additional resources from the PowerShell Gallery using PSResourceGet. It also supports advanced installation options.",
Expand Down Expand Up @@ -35,7 +35,7 @@
"prerelease"
],
"default": "release",
"description": "Update [`Microsoft.PowerShell.PSResourceGet`](https://github.com/PowerShell/PSResourceGet) module to the latest version before installing additional resources."
"description": "Update built-in [`Microsoft.PowerShell.PSResourceGet`](https://github.com/PowerShell/PSResourceGet) module to the latest version before installing additional resources."
},
"updatePSReadLine": {
"type": "string",
Expand All @@ -45,7 +45,7 @@
"prerelease"
],
"default": "release",
"description": "Update [`PSReadLine`](https://github.com/PowerShell/PSReadline) module to the latest version."
"description": "Update built-in [`PSReadLine`](https://github.com/PowerShell/PSReadline) module to the latest version."
},
"repositories": {
"type": "string",
Expand Down

0 comments on commit ac04e85

Please sign in to comment.