Skip to content

Commit

Permalink
Target specification 2024a
Browse files Browse the repository at this point in the history
  • Loading branch information
jdomnitz committed Sep 10, 2024
1 parent f5eacc5 commit 5fd5be2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build](https://github.com/SmartHomeOS/ZWaveDotNet/actions/workflows/dotnet.yml/badge.svg)](https://github.com/SmartHomeOS/ZWaveDotNet/actions/workflows/dotnet.yml)
[![Version](https://img.shields.io/nuget/v/ZWaveDotNet.svg)](https://www.nuget.org/packages/ZWaveDotNet)
# ZWaveDotNet
An implementation of ZWave Plus using the 2023b public specification.
An implementation of ZWave Plus using the 2024a public specification.

### Features:
* Support is included for 60+ command classes. [Full and partial command class support is listed here](SupportedCommandClasses.md).
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="NUnit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="NUnit.Analyzers" Version="4.3.0">
Expand Down
2 changes: 1 addition & 1 deletion ZWaveDotNet/ZWaveDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Company>SmartHomeOS and Contributors</Company>
<PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression>
<Title>ZWaveDotNet</Title>
<Description>A C# implementation of the 2023b ZWave Plus standard including 60+ Command Classes, Security, SmartStart and ZwaveLR</Description>
<Description>A C# implementation of the 2024a ZWave Plus standard including 60+ Command Classes, Security, SmartStart and ZwaveLR</Description>
<Copyright>Copyright ZWaveDotNet Contributors</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
<RepositoryUrl>https://github.com/SmartHomeOS/ZWaveDotNet/</RepositoryUrl>
Expand Down

0 comments on commit 5fd5be2

Please sign in to comment.