Skip to content

Commit 981bb01

Browse files
committed
Work CI-CD
- FIx nuspec.
1 parent b08b5e4 commit 981bb01

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

nanoFramework.CoreLibrary.NoReflection.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<license type="file">LICENSE.md</license>
1111
<releaseNotes></releaseNotes>
1212
<developmentDependency>false</developmentDependency>
13-
<projectUrl>https://github.com/nanoframework/lib-CoreLibrary</projectUrl>
13+
<projectUrl>https://github.com/nanoframework/CoreLibrary</projectUrl>
1414
<icon>images\nf-logo.png</icon>
15-
<repository type="git" url="https://github.com/nanoframework/lib-CoreLibrary" commit="$commit$" />
15+
<repository type="git" url="https://github.com/nanoframework/CoreLibrary" commit="$commit$" />
1616
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1717
<description>This package includes the CoreLibrary assembly for .NET nanoFramework C# projects **WITHOUT** the System.Reflection API.&#10;This package requires a target with mscorlib v$nativeVersion$ (checksum $checksum$).&#10;There is another version that includes the System.Reflection API.</description>
1818
<tags>nanoFramework C# csharp netmf netnf nanoFramework.CoreLibrary</tags>
@@ -24,8 +24,8 @@
2424
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.pe" target="lib\mscorlib.pe" />
2525
<file src="nanoFramework.CoreLibrary\bin\Release\mscorlib.xml" target="lib\mscorlib.xml" />
2626

27-
<file src="assets\readme.txt" target="images" />
28-
<file src="assets\nf-logo.png" target="" />
27+
<file src="assets\readme.txt" target="" />
28+
<file src="assets\nf-logo.png" target="images" />
2929
<file src="LICENSE.md" target="" />
3030
</files>
3131
</package>

0 commit comments

Comments
 (0)