|
4 | 4 | <TargetFrameworks>net8.0</TargetFrameworks> |
5 | 5 | <ImplicitUsings>enable</ImplicitUsings> |
6 | 6 | <Nullable>enable</Nullable> |
7 | | - <Version>0.8.0</Version> |
| 7 | + <Version>0.8.1</Version> |
8 | 8 | <Authors>jdomnitz</Authors> |
9 | 9 | <Company>SmartHomeOS and Contributors</Company> |
10 | 10 | <PackageLicenseExpression>AGPL-3.0-or-later</PackageLicenseExpression> |
11 | 11 | <Title>ZWaveDotNet</Title> |
12 | | - <Description>A C# implementation of the 2024a ZWave Plus standard including 60+ Command Classes, Security, SmartStart and ZwaveLR</Description> |
| 12 | + <Description>A C# implementation of the 2024a ZWave Plus standard including 70+ Command Classes, Security, SmartStart and ZwaveLR</Description> |
13 | 13 | <Copyright>Copyright ZWaveDotNet Contributors</Copyright> |
14 | 14 | <PackageReadmeFile>README.md</PackageReadmeFile> |
15 | 15 | <RepositoryUrl>https://github.com/SmartHomeOS/ZWaveDotNet/</RepositoryUrl> |
16 | | - <PackageTags>zwave; zwave controller; smart start; zwave LR; dotnet;</PackageTags> |
17 | | - <PackageReleaseNotes>Support is included for 60+ command classes. See README for details.</PackageReleaseNotes> |
| 16 | + <PackageTags>zwave; zwave-controller; smartstart; zwave-LR; dotnet;</PackageTags> |
| 17 | + <PackageReleaseNotes>Support is included for 70+ command classes. See README for details.</PackageReleaseNotes> |
| 18 | + <GenerateDocumentationFile>True</GenerateDocumentationFile> |
| 19 | + </PropertyGroup> |
| 20 | + |
| 21 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net8.0|AnyCPU'"> |
| 22 | + <IsAotCompatible>True</IsAotCompatible> |
| 23 | + </PropertyGroup> |
| 24 | + |
| 25 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'"> |
| 26 | + <IsAotCompatible>True</IsAotCompatible> |
18 | 27 | </PropertyGroup> |
19 | 28 |
|
20 | 29 | <ItemGroup> |
|
0 commit comments