This is an automated email from the ASF dual-hosted git repository.
otluk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git
The following commit(s) were added to refs/heads/develop by this push:
new e0c43d9345 removed dotnet support from readme
e0c43d9345 is described below
commit e0c43d934547791852596eaf7a3b45087d1c6868
Author: otluk <[email protected]>
AuthorDate: Tue Mar 7 21:18:37 2023 +0100
removed dotnet support from readme
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0c31654a03..71e8bbafcb 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ We are planning on shipping libraries for usage in:
2. Go
3. C (not ready for usage)
4. Python (not ready for usage)
-5. C# (.Net) (not ready for usage)
+5. C# (.Net) (not ready for usage - abandoned)
PLC4X also integrates with other Apache projects, such as:
@@ -191,7 +191,7 @@ In order to be able to build the Python module, you
currently need to activate t
In order to build everything the following command should work:
```
-./mvnw -P with-c,with-dotnet,with-go,with-python,with-sandbox install
+./mvnw -P with-c,with-go,with-python,with-sandbox install
```
## Community