Skip to content

Commit bb7f85e

Browse files
committed
Work CI-CD
- Fix assembly name in nuspec. ***NO_CI***
1 parent 4f20c68 commit bb7f85e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nanoFramework.Graphics.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>nanoFramework.Graphics</id>
@@ -16,7 +16,7 @@
1616
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Graphics" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
1818
<description>This package includes the nanoFramework.Graphics assembly for .NET nanoFramework C# projects..
19-
This package requires a target with System.Math v$nativeVersion$ (checksum $checksum$).</description>
19+
This package requires a target with System.Graphics v$nativeVersion$ (checksum $checksum$).</description>
2020
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Graphics</tags>
2121
<dependencies>
2222
<dependency id="nanoFramework.CoreLibrary" version="1.15.5" />

0 commit comments

Comments
 (0)