From da8f6d1f49f8fc30ed33cb6bfbf97700dc2eaf51 Mon Sep 17 00:00:00 2001
From: Mike <45664417+thewhobox@users.noreply.github.com>
Date: Tue, 26 Nov 2024 10:39:46 +0100
Subject: [PATCH] fixed: readme
---
Kaenx.Konnect/Kaenx.Konnect.csproj | 6 +++---
Readme.md | 6 ------
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/Kaenx.Konnect/Kaenx.Konnect.csproj b/Kaenx.Konnect/Kaenx.Konnect.csproj
index c3fe6f6..5764e06 100644
--- a/Kaenx.Konnect/Kaenx.Konnect.csproj
+++ b/Kaenx.Konnect/Kaenx.Konnect.csproj
@@ -7,10 +7,10 @@
net7.0
true
de
- 1.0.1.0
- 1.0.1.0
+ 1.0.2.0
+ 1.0.2.0
Connect to a KNX IP (tunneling/routing) or USB Interface
- 1.0.1
+ 1.0.2
Logo.png
knx, bus, communication
diff --git a/Readme.md b/Readme.md
index 50d7f34..653598f 100644
--- a/Readme.md
+++ b/Readme.md
@@ -14,12 +14,6 @@ Its supports IP Tunneling, USB* and IP Routing.
# How to use
See the Wiki-Section to see how to use this library.
-### Build your own version
-To be able to build this project you need the following repos in the same directory:
- - https://github.com/OpenKNX/Kaenx-Konnect (this repo)
- - https://github.com/OpenKNX/Kaenx-Creator-Share
- - https://github.com/thewhobox/Kaenx.DataContext
-
# Credits
Many thanks go to @[xp-development](https://github.com/xp-development) and his Code from [Automation.KNX](https://github.com/xp-development/Automation.Knx) which was the base code for my lib.