Skip to content

Commit

Permalink
update licence and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain ODDONE committed Oct 10, 2019
1 parent 7967460 commit 9685563
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2018 Romain ODDONE
Copyright 2019 Romain ODDONE

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
16 changes: 9 additions & 7 deletions YeelightAPI/YeelightAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,24 @@
<TargetFrameworks> netstandard2.0; net45; net46; net47;</TargetFrameworks>
<Authors>Romain ODDONE</Authors>
<Company>Romain ODDONE</Company>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseUrl>https://raw.githubusercontent.com/roddone/YeelightAPI/master/LICENSE</PackageLicenseUrl>
<PackageLicenseUrl></PackageLicenseUrl>
<PackageProjectUrl>https://github.com/roddone/YeelightAPI</PackageProjectUrl>
<PackageIconUrl>https://github.com/roddone/YeelightAPI/raw/master/YeelightAPI/icon.png</PackageIconUrl>
<RepositoryUrl>https://github.com/roddone/YeelightAPI</RepositoryUrl>
<RepositoryType>Github</RepositoryType>
<PackageTags>xiaomi yeelight api bulb device iot .net c#</PackageTags>
<PackageReleaseNotes>* Correct a bug that might occur when using DeviceLocator.Discover method
* Better asynchronism handling when calling the same method multiple times at the same time on the same device</PackageReleaseNotes>
<PackageReleaseNotes>* Fix smooth usage with V2 bulbs</PackageReleaseNotes>
<Description>Xiaomi yeelight smart-devices manager</Description>
<Copyright>Copyright © Romain ODDONE 2018</Copyright>
<Copyright>Copyright © Romain ODDONE 2019</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<PackageLicenseFile></PackageLicenseFile>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<DocumentationFile></DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 9685563

Please sign in to comment.