Skip to content

Commit

Permalink
update package version and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
roddone committed Aug 7, 2018
1 parent c26431d commit b70f2ca
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions YeelightAPI/YeelightAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFrameworks> netstandard2.0; net45; net46; net47;</TargetFrameworks>
<Authors>Romain ODDONE</Authors>
<Company>Romain ODDONE</Company>
<Version>1.4.0</Version>
<Version>1.4.1</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseUrl>https://raw.githubusercontent.com/roddone/YeelightAPI/master/LICENSE</PackageLicenseUrl>
Expand All @@ -13,13 +13,14 @@
<RepositoryUrl>https://github.com/roddone/YeelightAPI</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>xiaomi yeelight api bulb device iot .net c#</PackageTags>
<PackageReleaseNotes>* Safer device Discovery
* Add method to discover devices on a specific NetworkInterface</PackageReleaseNotes>
<PackageReleaseNotes>* Add support for adjust_bright, adjust_ct, adjust_color, bg_adjust_bright, bg_adjust_ct and bg_adjust_color
* Add support for the property "active_mode"
* Correct a bug when too many properties are requested through "get_prop" method</PackageReleaseNotes>
<Description>Xiaomi yeelight smart-devices manager</Description>
<Copyright>Copyright © Romain ODDONE 2018</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>1.4.0.0</AssemblyVersion>
<FileVersion>1.4.0.0</FileVersion>
<AssemblyVersion>1.4.1.0</AssemblyVersion>
<FileVersion>1.4.1.0</FileVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b70f2ca

Please sign in to comment.