Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting DotNetStandard #8

Merged
merged 9 commits into from
Oct 21, 2020
Prev Previous commit
Next Next commit
Updated README.md
  • Loading branch information
LxWolfgang committed Oct 21, 2020
commit 5bfa23f0440797d0dedfe1dd8e23df469436806e
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LxCommunicator.NET v0.9.1
# LxCommunicator.NET v0.9.4
This library exposes all necessary classes to establish a secure and encrypted connection to a Loxone Miniserver.
LxCommunicator can be installed using NuGet

Expand All @@ -8,6 +8,7 @@ LxCommunicator can be installed using NuGet

## Supported Frameworks
- .Net Framework 4.7.2
- .Net Standard 2.0

## Use LxCommunicator.NET
Use the namespace `Loxone.Communicator` and in case of handling events via websocket also `Loxone.Communicator.Events`
Expand Down