aboutsummaryrefslogtreecommitdiff
path: root/src/powershell
diff options
context:
space:
mode:
authorJosh Spicer <joshspicer@github.com>2022-08-24 20:36:05 +0300
committerGitHub <noreply@github.com>2022-08-24 20:36:05 +0300
commit41e3e4c748f276ebf6b7bfee127f931eca98fd8d (patch)
tree05082a9e2d73b4b21749f925e035710377ccdb98 /src/powershell
parentf82307ad60514d1e912a9aa2b64204721fe955eb (diff)
add documentationURL to all features (#115)
Diffstat (limited to 'src/powershell')
-rw-r--r--src/powershell/devcontainer-feature.json3
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": {