-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 24.23.0 * Update dotnet-tools.json correct version * Update dotnet-tools.json to the correct version
- Loading branch information
1 parent
023a13d
commit b3efb3b
Showing
4 changed files
with
28 additions
and
28 deletions.
There are no files selected for viewing
24 changes: 12 additions & 12 deletions
24
src/NetDaemon.Templates.Project/templates/netdaemon/.config/dotnet-tools.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"netdaemon.hassmodel.codegen": { | ||
"version": "24.21.0", | ||
"commands": [ | ||
"nd-codegen" | ||
] | ||
} | ||
} | ||
} | ||
{ | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"netdaemon.hassmodel.codegen": { | ||
"version": "24.23.0", | ||
"commands": [ | ||
"nd-codegen" | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters