Skip to content

Commit

Permalink
version 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
roddone committed Dec 28, 2020
1 parent 9dd34d8 commit 81dcff5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions YeelightAPI/YeelightAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
<TargetFrameworks> netstandard2.0; netstandard2.1; net45; net46; net47; net48; net5.0</TargetFrameworks>
<Authors>Romain ODDONE</Authors>
<Company>Romain ODDONE</Company>
<Version>1.9.0</Version>
<Version>1.10.0</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageProjectUrl>https://github.com/roddone/YeelightAPI</PackageProjectUrl>
<RepositoryUrl>https://github.com/roddone/YeelightAPI</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>xiaomi yeelight api bulb device iot .net c#</PackageTags>
<PackageReleaseNotes>* Add support for music mode
</PackageReleaseNotes>
<PackageReleaseNotes>* [DeviceLocator] various fixes on discovery
* [DeviceLocator] better exception handling
* [DeviceLocator] remove deprecated methods
* add .net 5 support</PackageReleaseNotes>
<Description>Xiaomi yeelight smart-devices manager</Description>
<Copyright>Copyright © Romain ODDONE 2020</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>1.9.0.0</AssemblyVersion>
<FileVersion>1.9.0.0</FileVersion>
<AssemblyVersion>1.10.0.0</AssemblyVersion>
<FileVersion>1.10.0.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 81dcff5

Please sign in to comment.