diff --git a/README.md b/README.md index 514aaa7..c6f21fe 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 436ca81..25b8964 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -13,7 +13,7 @@ - + diff --git a/ZWaveDotNet/ZWaveDotNet.csproj b/ZWaveDotNet/ZWaveDotNet.csproj index 51f43a2..ae7c5fc 100644 --- a/ZWaveDotNet/ZWaveDotNet.csproj +++ b/ZWaveDotNet/ZWaveDotNet.csproj @@ -9,7 +9,7 @@ SmartHomeOS and Contributors AGPL-3.0-or-later ZWaveDotNet - A C# implementation of the 2023b ZWave Plus standard including 60+ Command Classes, Security, SmartStart and ZwaveLR + A C# implementation of the 2024a ZWave Plus standard including 60+ Command Classes, Security, SmartStart and ZwaveLR Copyright ZWaveDotNet Contributors README.md https://github.com/SmartHomeOS/ZWaveDotNet/