Skip to content

Commit 13e71a7

Browse files
committed
v2.0.1 tag for versions prior to 1.2021.01
1 parent 137df0a commit 13e71a7

19 files changed

+35
-35
lines changed

.vscode/C4.code-snippets

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
"scope": "plantuml",
44
"prefix": "Include C4 Context Diagram",
55
"body": [
6-
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Context.puml"
6+
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Context.puml"
77
],
88
"description": "Include C4 Context Diagram"
99
},
1010
"C4_Include_Container": {
1111
"scope": "plantuml",
1212
"prefix": "Include C4 Container Diagram",
1313
"body": [
14-
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml"
14+
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml"
1515
],
1616
"description": "Include C4 Container Diagram"
1717
},
1818
"C4_Include_Component": {
1919
"scope": "plantuml",
2020
"prefix": "Include C4 Component Diagram",
2121
"body": [
22-
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Component.puml"
22+
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Component.puml"
2323
],
2424
"description": "Include C4 Component Diagram"
2525
},
2626
"C4_Include_Deployment": {
2727
"scope": "plantuml",
2828
"prefix": "Include C4 Deployment Diagram",
2929
"body": [
30-
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Deployment.puml"
30+
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Deployment.puml"
3131
],
3232
"description": "Include C4 Deployment Diagram"
3333
},
3434
"C4_Include_Dynamic": {
3535
"scope": "plantuml",
3636
"prefix": "Include C4 Dynamic Diagram",
3737
"body": [
38-
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Dynamic.puml"
38+
"!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Dynamic.puml"
3939
],
4040
"description": "Include C4 Dynamic Diagram"
4141
},

C4_Component.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
1+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
22
' uncomment the following line and comment the first to use locally
33
' !include C4_Container.puml
44

C4_Container.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Context.puml
1+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Context.puml
22
' uncomment the following line and comment the first to use locally
33
' !include C4_Context.puml
44

C4_Context.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4.puml
1+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4.puml
22
' uncomment the following line and comment the first to use locally
33
' !include C4.puml
44

C4_Deployment.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
1+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
22
' uncomment the following line and comment the first to use locally
33
' !include C4_Container.puml
44

C4_Dynamic.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Component.puml
1+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Component.puml
22
' uncomment the following line and comment the first to use locally
33
' !include C4_Component.puml
44

LayoutOptions.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ With the two macros `LAYOUT_TOP_DOWN()` and `LAYOUT_LEFT_RIGHT()` it is possible
1212

1313
```csharp
1414
@startuml LAYOUT_TOP_DOWN Sample
15-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
15+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
1616
1717
/' Not needed because this is the default '/
1818
LAYOUT_TOP_DOWN()
@@ -35,7 +35,7 @@ Using `LAYOUT_LEFT_RIGHT()`
3535

3636
```csharp
3737
@startuml LAYOUT_LEFT_RIGHT Sample
38-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
38+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
3939
4040
LAYOUT_LEFT_RIGHT()
4141

@@ -63,7 +63,7 @@ This can be enabled with `LAYOUT_WITH_LEGEND()`.
6363

6464
```csharp
6565
@startuml LAYOUT_WITH_LEGEND Sample
66-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
66+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
6767
6868
LAYOUT_WITH_LEGEND()
6969

@@ -97,7 +97,7 @@ With `LAYOUT_AS_SKETCH()` you can make a difference.
9797

9898
```csharp
9999
@startuml LAYOUT_AS_SKETCH Sample
100-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
100+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
101101
102102
LAYOUT_AS_SKETCH()
103103

@@ -122,7 +122,7 @@ This can be enabled with `HIDE_STEREOTYPE()`.
122122

123123
```csharp
124124
@startuml HIDE_STEREOTYPE Sample
125-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
125+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
126126
127127
HIDE_STEREOTYPE()
128128

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Just remember to change the `!include` statements at the top of the files.
3232
If you want to use the always up-to-date version in this repo, use the following:
3333

3434
```c#
35-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
35+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
3636
```
3737

3838
Now let's create a C4 Container diagram:
@@ -41,7 +41,7 @@ After you have included `C4_Container.puml` you can use the defined macro defini
4141

4242
```csharp
4343
@startuml C4_Elements
44-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
44+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
4545
4646
Person(personAlias, "Label", "Optional Description")
4747
Container(containerAlias, "Label", "Technology", "Optional Description")
@@ -59,7 +59,7 @@ Take a look a look at the following sample of a C4 Container Diagram:
5959

6060
```csharp
6161
@startuml Basic Sample
62-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
62+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
6363
6464
Person(admin, "Administrator")
6565
System_Boundary(c1, "Sample System") {
@@ -78,7 +78,7 @@ Entities can also be decorated with icons using the last parameter, for example:
7878

7979
```cs
8080
@startuml
81-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
81+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
8282
8383
!define DEVICONS https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/devicons
8484
!define FONTAWESOME https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/font-awesome-5
@@ -108,7 +108,7 @@ Rel_R(api, db, "Reads/Writes")
108108
Diagram types
109109

110110
* System Context & System Landscape diagrams
111-
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Context.puml`
111+
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Context.puml`
112112
* Macros:
113113
* `Person(alias, label, ?description, ?sprite)`
114114
* `Person_Ext`
@@ -118,7 +118,7 @@ Diagram types
118118
* `Enterprise_Boundary(alias, label)`
119119
* `System_Boundary`
120120
* Container diagram
121-
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml`
121+
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml`
122122
* Additional Macros:
123123
* `Container(alias, label, technology, ?description, ?sprite)`
124124
* `ContainerDb`
@@ -128,7 +128,7 @@ Diagram types
128128
* `ContainerQueue_Ext`
129129
* `Container_Boundary(alias, label)`
130130
* Component diagram
131-
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Component.puml`
131+
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Component.puml`
132132
* Additional Macros:
133133
* `Component(alias, label, technology, ?description, ?sprite)`
134134
* `ComponentDb`
@@ -137,13 +137,13 @@ Diagram types
137137
* `ComponentDb_Ext`
138138
* `ComponentQueue_Ext`
139139
* Dynamic diagram
140-
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Dynamic.puml`
140+
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Dynamic.puml`
141141
* Additional Macros:
142142
* `RelIndex(index, from, to, label)`
143143
* `increment()`
144144
* `setIndex(number)`
145145
* Deployment diagram
146-
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Deployment.puml`
146+
* Import: `!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Deployment.puml`
147147
* Additional Macros:
148148
* `Deployment_Node(alias, label, ?type)`
149149

samples/C4_Component Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Component.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Component.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Component.puml
55

samples/C4_Container Diagram Sample - bigbankplc-icons.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
33
!define DEVICONS https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/devicons
44
!define FONTAWESOME https://raw.githubusercontent.com/tupadr3/plantuml-icon-font-sprites/master/font-awesome-5
55
' uncomment the following line and comment the first to use locally

samples/C4_Container Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Container.puml
55

samples/C4_Container Diagram Sample - message bus.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml "messagebus"
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Container.puml
55

samples/C4_Container Diagram Sample - techtribesjs.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml "techtribesjs"
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Container.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Container.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Container.puml
55

samples/C4_Context Diagram Sample - bigbankplc-landscape.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Context.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Context.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Context.puml
55

samples/C4_Context Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Context.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Context.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Context.puml
55

samples/C4_Context Diagram Sample - enterprise.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml "enterprise"
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Context.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Context.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Context.puml
55

samples/C4_Deployment Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Deployment.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Deployment.puml
33
' uncomment the following line and comment the first to use locally
44
' !include C4_Deployment.puml
55

samples/C4_Dynamic Diagram Sample - bigbankplc.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Dynamic.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Dynamic.puml
33

44
LAYOUT_WITH_LEGEND()
55

samples/C4_Dynamic Diagram Sample - message bus.puml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@startuml
2-
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.0/C4_Dynamic.puml
2+
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/v2.0.1/C4_Dynamic.puml
33

44
LAYOUT_TOP_DOWN()
55
LAYOUT_WITH_LEGEND()

0 commit comments

Comments
 (0)