-
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.
Update to use expected version of codegen tool (#38)
* Update to use expected version of codegen * Update to use expected version of codegen * Bump NetDaemon verson * Update Debug.csproj Bump NetDaemon verson
- Loading branch information
Showing
4 changed files
with
33 additions
and
33 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
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": { | ||
"joysoftware.netdaemon.hassmodel.codegen": { | ||
"version": "22.34.0", | ||
"commands": [ | ||
"nd-codegen" | ||
] | ||
} | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"netdaemon.hassmodel.codegen": { | ||
"version": "23.46.1", | ||
"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
18 changes: 9 additions & 9 deletions
18
src/NetDaemon.Templates.Project/templates/netdaemon_src/.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": { | ||
"joysoftware.netdaemon.hassmodel.codegen": { | ||
"version": "22.34.0", | ||
"commands": [ | ||
"nd-codegen" | ||
] | ||
} | ||
"version": 1, | ||
"isRoot": true, | ||
"tools": { | ||
"netdaemon.hassmodel.codegen": { | ||
"version": "23.46.1", | ||
"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