diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fdabf..b62c4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.6.1 - 2022-01-20 - Dispose bug in netcore +### New Features +### Bugfixes +* Remove Thread.Abort, cause it's not support in netcore +### Changes + ## 1.6.0 - 2022-01-15 - Refactoring is the key ### New Features * Using C# 9 Language features now diff --git a/Zway/Zway.csproj b/Zway/Zway.csproj index e9f493c..1573f3b 100644 --- a/Zway/Zway.csproj +++ b/Zway/Zway.csproj @@ -5,17 +5,18 @@ BlubbFish.IoT.Zway Zway Zway.IoT.BlubbFish - 1.6.0 + 1.6.1 de-DE Library that speaks with zwave module/server BlubbFish BlubbFish - Copyright © 2017 - 15.01.2022 + Copyright © 2017 - 20.01.2022 LICENCE https://git.blubbfish.net/vs_projects/Zway https://git.blubbfish.net/vs_projects/Zway.git git + 1.6.1 - 2022-01-20 - Dispose bug in netcore 1.6.0 - 2022-01-15 - Refactoring is the key 1.5.1 - 2018-10-29 - Tiny fix for nullpointer exception 1.5.0 - 2018-09-29 - Throw Exception if 3 times failed to connect to Raspberry server, add 3 new commandlcasses to IgnoredClasses diff --git a/Zway/lib/Zway/Zway.cs b/Zway/lib/Zway/Zway.cs index 5bcd59a..1ef7a86 100644 --- a/Zway/lib/Zway/Zway.cs +++ b/Zway/lib/Zway/Zway.cs @@ -53,7 +53,6 @@ namespace BlubbFish.IoT.Zway.lib.Zway { } this.pollthread = null; - this.pollthread.Abort(); this.Devices = null; } #endregion