Skip to content

Commit

Permalink
Version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 27, 2020
1 parent 9c19903 commit 04293f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions netdaemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# Changelog

## [0.3.2]

- Better logging and error handling
- Serilog now main logsink
- Improved Log methods in NetDaemonApps

## [0.3.3]

- Bugfix, config not working
Expand All @@ -27,3 +21,7 @@ Hav fun with this release.
- NetDaemonApp is abstract now
- Thread safe global state sharing
- Redesign of reconnect, full load on reconnect

## [0.3.7]

- Bugfix, exclude auto generated code from warning of missing Execute/ExecuteAsync
2 changes: 1 addition & 1 deletion netdaemon/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NetDaemon",
"version": "0.3.6",
"version": "0.3.7",
"slug": "netdaemon",
"description": "Application daemon written in .NET core 3.1",
"url": "http://netdaemon.xyz",
Expand Down

0 comments on commit 04293f8

Please sign in to comment.