Skip to content

Commit f79beba

Browse files
committed
upddate pack metadata
1 parent 10308f8 commit f79beba

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

FFMpeg.runtime.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<None Include="icon.png" Pack="True" PackagePath="\" />
15-
<None Include="LICENSE" Pack="True" PackagePath="\" />
16-
<None Include="README.md" Pack="True" PackagePath="\" />
14+
<None Include="icon.png" Pack="True" PackagePath="" />
15+
<None Include="LICENSE" Pack="True" PackagePath="" />
16+
<None Include="README.md" Pack="True" PackagePath="" />
1717
</ItemGroup>
1818
</Project>

FFMpeg.runtime.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<title>FFMpeg native bindings for linux, windows</title>
77
<authors>zerpico</authors>
88
<icon>icon.png</icon>
9-
<license>LICENSE</license>
10-
<Readme>README.md</Readme>
9+
<readme>README.md</readme>
10+
<license type="file">LICENSE</license>
1111
<projectUrl>https://github.com/Zerpico/FFmpeg-nuget-package</projectUrl>
1212
<description>Native library ffmpeg for compress and decompress</description>
1313
<releaseNotes></releaseNotes>

0 commit comments

Comments
 (0)