Skip to content

Commit

Permalink
prepare .csproj for version 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
roddone committed Aug 11, 2020
1 parent bf3bca9 commit 8b8874a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions YeelightAPI/YeelightAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,20 @@
<TargetFrameworks> netstandard2.0; net45; net46; net47;</TargetFrameworks>
<Authors>Romain ODDONE</Authors>
<Company>Romain ODDONE</Company>
<Version>1.8.0</Version>
<Version>1.9.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>* DeviceLocator refactoring
* Deprecate DeviceLocator.Discover method (see DiscoverAsync instead)
* Deprecate OnDeviceFound event (see DiscoverAsync instead)
* Add DeviceLocator.DiscoverAsync methods
* Add MaxRetryCount option
* Add UseAllAvailableMulticastAddresses option
* Add DefaultMulticastIPAddress option
<PackageReleaseNotes>* Add support for music mode
</PackageReleaseNotes>
<Description>Xiaomi yeelight smart-devices manager</Description>
<Copyright>Copyright © Romain ODDONE 2020</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>1.8.0.0</AssemblyVersion>
<FileVersion>1.8.0.0</FileVersion>
<AssemblyVersion>1.9.0.0</AssemblyVersion>
<FileVersion>1.9.0.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
Expand Down

0 comments on commit 8b8874a

Please sign in to comment.