Skip to content

Commit afb1ba2

Browse files
authored
README, template updates (#10)
1 parent f0944d7 commit afb1ba2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Swift (Community)
1+
# Swift
22

33
## Summary
44

5-
*Develop Swift based applications. Includes everything you need to get up and running.*
5+
Develop Swift based applications. Includes everything you need to get up and running.
66

77
| Metadata | Value |
88
|----------|-------|
99
| *Contributors* | [0xTim](https://github.com/0xTim), [adam-fowler](https://github.com/adam-fowler), [cloudnull](https://github.com/cloudnull) |
10-
| *Categories* | Community, Languages |
10+
| *Categories* | Languages |
1111
| *Definition type* | Dockerfile |
1212
| *Supported architecture(s)* | x86-64, arm64 |
1313
| *Works in Codespaces* | Yes |

src/swift/devcontainer-template.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "swift",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"name": "Swift",
55
"description": "Develop Swift based applications. Includes appropriate runtime args and everything you need to get up and running.",
6-
"documentationURL": "https://github.com/microsoft/vscode-dev-containers/tree/main/containers/swift",
7-
"publisher": "Community",
6+
"documentationURL": "https://github.com/swift-server/vscode-swift-devcontainer/tree/main/README.md",
7+
"publisher": "Swift Server Work Group",
88
"licenseURL": "https://github.com/microsoft/vscode-dev-containers/blob/main/LICENSE",
99
"options": {
1010
"imageVariant": {

0 commit comments

Comments
 (0)