Skip to content

Commit

Permalink
[RgbDiode]Fix names in nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jan 5, 2024
1 parent 0145a71 commit 7db1237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devices/RgbDiode/RgbDiode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>nanoFramework.Iot.Device.RgbDiode</id>
<version>$version$</version>
<title>nanoFramework.Iot.Device.RgbDiode</title>
<authors>nanoFramework</authors>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
Expand All @@ -15,9 +15,9 @@
<icon>images\nf-logo.png</icon>
<repository type="git" url="https://github.com/nanoframework/nanoFramework.IoT.Device" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the .NET IoT Core binding Iot.Device.Uln2003 for .NET nanoFramework C# projects.</description>
<description>This package includes the .NET nanoFramework binding Iot.Device.RgbDiode for .NET nanoFramework C# projects.</description>
<summary>Iot.Device.RgbDiode assembly for .NET nanoFramework C# projects</summary>
<tags>nanoFramework C# csharp netmf netnf Iot.Device.RgbDiode</tags>
<tags>nanoFramework C# csharp netmf netnf RgbDiode</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />
<dependency id="nanoFramework.System.Device.Pwm" version="1.1.10" />
Expand Down

0 comments on commit 7db1237

Please sign in to comment.