Skip to content

Commit

Permalink
Fix code generation
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 4, 2020
1 parent a2ff67c commit c15e0b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions netdaemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Changelog

## [0.0.35]

- Docker support
- Discovery and reload apps

## [0.0.36]

- Support to delay until state is changed to specific state
- NUGET dev component version: 0.1.45-alpha

## [0.1.45]

- Version sync with NetDaemon components and docker container release. So now always the corresponding nuget packages for dev env should be used.
Expand All @@ -18,3 +8,7 @@
## [0.2.1]

- Much improved error handling

## [0.2.3]

- Generate code from entities
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.2.2",
"version": "0.2.3",
"slug": "netdaemon",
"description": "Application daemon written in .NET core 3.1",
"url": "http://netdaemon.xyz",
Expand Down

0 comments on commit c15e0b4

Please sign in to comment.