Skip to content

Commit

Permalink
NuGet release 3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michielpost committed Apr 19, 2021
1 parent 3c6a6cc commit 7fa8a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600;CS8601;CS8602;CS8603;CS8625;CS8613</WarningsAsErrors>
<Version>3.14.0</Version>
<Version>3.18.1</Version>
<Company>Q42</Company>
<Authors>Michiel Post, Q42</Authors>
<Description>This package only contains the ColorConverers used with Q42.HueApi</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<RepositoryType>GitHub</RepositoryType>
<PackageTags>philips hue lights entertainment</PackageTags>
<PackageId>Q42.HueApi.Entertainment</PackageId>
<Version>3.18.0-beta1</Version>
<Version>3.18.1</Version>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down
2 changes: 1 addition & 1 deletion src/Q42.HueApi/Q42.HueApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>8.0</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600;CS8601;CS8602;CS8603;CS8625;CS8613</WarningsAsErrors>
<Version>3.18.0-beta1</Version>
<Version>3.18.1</Version>
<Company>Q42</Company>
<Authors>Michiel Post, Q42</Authors>
<Description>Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#. Supports .Net Standard 2.0 and .net45</Description>
Expand Down

0 comments on commit 7fa8a30

Please sign in to comment.