Skip to content

Commit

Permalink
version 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roddone authored Feb 8, 2021
1 parent 62a40d1 commit 46eeaa7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions YeelightAPI/YeelightAPI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,19 @@
<TargetFrameworks> netstandard2.0; netstandard2.1; net45; net46; net47; net48; net5.0</TargetFrameworks>
<Authors>Romain ODDONE</Authors>
<Company>Romain ODDONE</Company>
<Version>1.10.0</Version>
<Version>1.10.1</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] various fixes on discovery
* [DeviceLocator] better exception handling
* [DeviceLocator] remove deprecated methods
* add .net 5 support</PackageReleaseNotes>
<PackageReleaseNotes>* [Device] fix an exception that might occur in some cases when disposing device</PackageReleaseNotes>
<Description>Xiaomi yeelight smart-devices manager</Description>
<Copyright>Copyright © Romain ODDONE 2020</Copyright>
<Copyright>Copyright © Romain ODDONE 2021</Copyright>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>1.10.0.0</AssemblyVersion>
<FileVersion>1.10.0.0</FileVersion>
<AssemblyVersion>1.10.1.0</AssemblyVersion>
<FileVersion>1.10.1.0</FileVersion>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIcon>icon.png</PackageIcon>
</PropertyGroup>
Expand All @@ -41,4 +38,4 @@
<PackageReference Include="System.Net.NetworkInformation" Version="4.3.0" />
</ItemGroup>

</Project>
</Project>

0 comments on commit 46eeaa7

Please sign in to comment.