diff options
Diffstat (limited to 'src/powershell/devcontainer-feature.json')
-rw-r--r-- | src/powershell/devcontainer-feature.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/powershell/devcontainer-feature.json b/src/powershell/devcontainer-feature.json index 23be355..ca5eaea 100644 --- a/src/powershell/devcontainer-feature.json +++ b/src/powershell/devcontainer-feature.json @@ -1,7 +1,8 @@ { "id": "powershell", - "version": "1.0.0", + "version": "1.0.1", "name": "PowerShell", + "documentationURL": "https://github.com/devcontainers/features/tree/main/src/powershell", "description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.", "options": { "version": { |