File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed
Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1+ buy_me_a_coffee : jdomnitz
2+ thanks_dev : jdomnitz
3+ tidelift : nuget/ZWaveDotNet
Original file line number Diff line number Diff line change 1919 - name : Setup .NET
2020 uses : actions/setup-dotnet@v3
2121 with :
22- dotnet-version : 8 .0.x
22+ dotnet-version : 9 .0.x
2323 - name : Restore dependencies
2424 run : dotnet restore
2525 - name : Build
Original file line number Diff line number Diff line change @@ -19,4 +19,7 @@ An implementation of ZWave Plus using the 2024a public specification.
1919#### Work in progress:
2020* Multicast is not fully implemented (including secure multicast)
2121
22+ #### Other Projects
23+ * Check out my other projects for [ HomeKit] ( https://github.com/SmartHomeOS/HomeKitDotNet )
24+
2225Testers, Tickets, Feedback and PRs are welcome.
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0</TargetFrameworks >
4+ <TargetFrameworks >net8.0; net9.0 </TargetFrameworks >
55 <ImplicitUsings >enable</ImplicitUsings >
66 <Nullable >enable</Nullable >
7- <Version >0.8.1 </Version >
7+ <Version >0.8.2 </Version >
88 <Authors >jdomnitz</Authors >
99 <Company >SmartHomeOS and Contributors</Company >
1010 <PackageLicenseExpression >AGPL-3.0-or-later</PackageLicenseExpression >
You can’t perform that action at this time.
0 commit comments