Skip to content

Commit

Permalink
Updated version to build new NuGet packages with MIT license included…
Browse files Browse the repository at this point in the history
… in the NuGet package
  • Loading branch information
michielpost committed Mar 23, 2024
1 parent c17b63d commit d811aab
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/HueApi.ColorConverters/HueApi.ColorConverters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<Authors>Michiel Post</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/HueApi.Entertainment/HueApi.Entertainment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<Version>1.5.0</Version>
<Version>1.5.1</Version>
<Authors>Michiel Post</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#.</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/HueApi/HueApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<WarningsAsErrors>nullable</WarningsAsErrors>
<Version>1.6.1</Version>
<Version>1.6.2</Version>
<Authors>Michiel Post</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>For Clip v2 API. Open source library for interaction with the Philips Hue Bridge. Allows you to control your lights from C#.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600;CS8601;CS8602;CS8603;CS8625;CS8613</WarningsAsErrors>
<Version>3.23.0</Version>
<Version>3.23.1</Version>
<Company>Q42</Company>
<Authors>Michiel Post, Q42</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
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.23.0</Version>
<Version>3.23.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>latest</LangVersion>
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600;CS8601;CS8602;CS8603;CS8625;CS8613</WarningsAsErrors>
<Version>3.23.0</Version>
<Version>3.23.1</Version>
<Authors>Michiel Post</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<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 d811aab

Please sign in to comment.