Skip to content

Commit

Permalink
chore: Added PackageLicenseExpression with MIT license to all publish…
Browse files Browse the repository at this point in the history
…able projects (#314)
  • Loading branch information
AleksandarDev authored Mar 23, 2024
1 parent 911f159 commit c17b63d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/HueApi.ColorConverters/HueApi.ColorConverters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<WarningsAsErrors>nullable</WarningsAsErrors>
<Version>1.5.0</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>
<PackageProjectUrl>https://github.com/michielpost/Q42.HueApi</PackageProjectUrl>
<RepositoryUrl>https://github.com/michielpost/Q42.HueApi</RepositoryUrl>
Expand Down
1 change: 1 addition & 0 deletions src/HueApi.Entertainment/HueApi.Entertainment.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<WarningsAsErrors>nullable</WarningsAsErrors>
<Version>1.5.0</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>
<PackageProjectUrl>https://github.com/michielpost/Q42.HueApi</PackageProjectUrl>
<RepositoryUrl>https://github.com/michielpost/Q42.HueApi</RepositoryUrl>
Expand Down
1 change: 1 addition & 0 deletions src/HueApi/HueApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<WarningsAsErrors>nullable</WarningsAsErrors>
<Version>1.6.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>
<PackageProjectUrl>https://github.com/michielpost/Q42.HueApi</PackageProjectUrl>
<RepositoryUrl>https://github.com/michielpost/Q42.HueApi</RepositoryUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Version>3.23.0</Version>
<Company>Q42</Company>
<Authors>Michiel Post, Q42</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Description>This package only contains the ColorConverers used with Q42.HueApi</Description>
<PackageProjectUrl>https://github.com/Q42/Q42.HueApi</PackageProjectUrl>
<PackageIconUrl>https://nugetgallery.blob.core.windows.net/icons/DotLessMinification.0.42.1.png</PackageIconUrl>
Expand Down
1 change: 1 addition & 0 deletions src/Q42.HueApi.Streaming/Q42.HueApi.Streaming.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<Nullable>enable</Nullable>
<WarningsAsErrors>CS8600;CS8601;CS8602;CS8603;CS8625;CS8613</WarningsAsErrors>
<Authors>Michiel Post, Q42</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Company>Q42</Company>
<Description>Open source library for interaction with the Philips Hue Bridge Entertainment API. Allows you to control your lights from C#. Supports .Net Standard 2.0 and .net471</Description>
<PackageProjectUrl>https://github.com/Q42/Q42.HueApi</PackageProjectUrl>
Expand Down
1 change: 1 addition & 0 deletions src/Q42.HueApi/Q42.HueApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<WarningsAsErrors>CS8600;CS8601;CS8602;CS8603;CS8625;CS8613</WarningsAsErrors>
<Version>3.23.0</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>
<PackageProjectUrl>https://github.com/michielpost/Q42.HueApi</PackageProjectUrl>
<PackageIconUrl>https://nugetgallery.blob.core.windows.net/icons/DotLessMinification.0.42.1.png</PackageIconUrl>
Expand Down

0 comments on commit c17b63d

Please sign in to comment.