diff options
Diffstat (limited to 'pages/develop/tutorials')
4 files changed, 4 insertions, 4 deletions
diff --git a/pages/develop/tutorials/csharp/hello-world-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-cs.md.txt index bdf293543..42db36dcc 100644 --- a/pages/develop/tutorials/csharp/hello-world-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-cs.md.txt | |||
@@ -9,7 +9,7 @@ This first tutorial ensures that your EFL installation is ready to produce C# ap | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | ## Prerequisites ## | 14 | ## Prerequisites ## |
15 | 15 | ||
diff --git a/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt b/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt index f837757a1..53d1b8130 100644 --- a/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt +++ b/pages/develop/tutorials/csharp/hello-world-gui-cs.md.txt | |||
@@ -9,7 +9,7 @@ In this guide you will learn how to build a complete graphical application, with | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | ## Prerequisites ## | 14 | ## Prerequisites ## |
15 | 15 | ||
diff --git a/pages/develop/tutorials/csharp/start.md.txt b/pages/develop/tutorials/csharp/start.md.txt index 184e72aae..411c4c29b 100644 --- a/pages/develop/tutorials/csharp/start.md.txt +++ b/pages/develop/tutorials/csharp/start.md.txt | |||
@@ -9,7 +9,7 @@ The following tutorials are designed to build on each other, introducing concept | |||
9 | 9 | ||
10 | | | WARNING | | | 10 | | | WARNING | | |
11 | | --- | ------- | --- | | 11 | | --- | ------- | --- | |
12 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 12 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
13 | 13 | ||
14 | > **NOTE:** | 14 | > **NOTE:** |
15 | > The tutorials in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Current_vs._Beta). Versions of these tutorials written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/tutorial/start). | 15 | > The tutorials in this section use the latest beta release of the API, as noted in [Developing with the Enlightenment Foundation Libraries](/develop/start.md#Current_vs._Beta). Versions of these tutorials written for the current release can be found in the [Legacy section of the website](https://www.enlightenment.org/develop/legacy/tutorial/start). |
diff --git a/pages/develop/tutorials/csharp/texteditor-cs.md.txt b/pages/develop/tutorials/csharp/texteditor-cs.md.txt index 046e6bbe6..fd1ea6b35 100644 --- a/pages/develop/tutorials/csharp/texteditor-cs.md.txt +++ b/pages/develop/tutorials/csharp/texteditor-cs.md.txt | |||
@@ -14,7 +14,7 @@ In this tutorial you will learn how to build a simple text editor application, i | |||
14 | 14 | ||
15 | | | WARNING | | | 15 | | | WARNING | | |
16 | | --- | ------- | --- | | 16 | | --- | ------- | --- | |
17 | |  | **The C# bindings are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>The source code for the tutorials is subject to change in the future. |  | | 17 | |  | **Some C# classes are currently in BETA state**<br>They should only be used for experimenting and **NOT** for any product development.<br>These classes are marked as **BETA** in the reference documentation.<br>The source code for the tutorials is subject to change in the future. |  | |
18 | 18 | ||
19 | ## Prerequisites ## | 19 | ## Prerequisites ## |
20 | 20 | ||