mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Specify README.md as nuget readme
This commit is contained in:
parent
914003ee32
commit
0efaf686f3
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,8 @@
|
||||||
<PackageProjectUrl>https://github.com/rosenbjerg/FFMpegCore</PackageProjectUrl>
|
<PackageProjectUrl>https://github.com/rosenbjerg/FFMpegCore</PackageProjectUrl>
|
||||||
<Copyright></Copyright>
|
<Copyright></Copyright>
|
||||||
<Description>A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications</Description>
|
<Description>A .NET Standard FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your .NET applications</Description>
|
||||||
<Version>3.0.0.0</Version>
|
<AssemblyVersion>4.0.0.0</AssemblyVersion>
|
||||||
<AssemblyVersion>3.0.0.0</AssemblyVersion>
|
<PackageReadmeFile>README.md</PackageReadmeFile>
|
||||||
<FileVersion>3.0.0.0</FileVersion>
|
|
||||||
<PackageReleaseNotes>- Cancellation token support (thanks patagonaa)
|
<PackageReleaseNotes>- Cancellation token support (thanks patagonaa)
|
||||||
- Support for setting stdout and stderr encoding for ffprobe (thanks CepheiSigma)
|
- Support for setting stdout and stderr encoding for ffprobe (thanks CepheiSigma)
|
||||||
- Improved ffprobe exceptions</PackageReleaseNotes>
|
- Improved ffprobe exceptions</PackageReleaseNotes>
|
||||||
|
@ -27,6 +26,7 @@
|
||||||
<Content Include="FFMPEG\bin\**\*">
|
<Content Include="FFMPEG\bin\**\*">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<None Include="..\README.md" Pack="true" PackagePath="\"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|
Loading…
Reference in a new issue