Skip to content

Commit 41aff3d

Browse files
committed
Fix project URL in nuspec
***NO_CI*** Signed-off-by: José Simões <[email protected]>
1 parent 0a0fd68 commit 41aff3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<releaseNotes>
1111
</releaseNotes>
1212
<developmentDependency>false</developmentDependency>
13-
<projectUrl>https://github.com/nanoframework</projectUrl>
13+
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32</projectUrl>
1414
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1515
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
1616
<description>** DON'T REFERENCE THIS PACKAGE ** Not meant for development. This package includes the deliverable artifacts of the nanoFramework.Hardware.Esp32 assembly for nanoFramework. These are for testing purposes and for updating the native code base of the library.</description>

source/nanoFramework.Hardware.Esp32.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<releaseNotes>
1111
</releaseNotes>
1212
<developmentDependency>false</developmentDependency>
13-
<projectUrl>https://github.com/nanoframework</projectUrl>
13+
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32</projectUrl>
1414
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1515
<copyright>Copyright (c) 2018 The nanoFramework project contributors</copyright>
1616
<description>This package includes the nanoFramework.Hardware.Esp32 assembly for nanoFramework C# projects. The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP32 device.</description>

0 commit comments

Comments
 (0)