Update nuget details

Former-commit-id: 607bd1837f
This commit is contained in:
Malte Rosenbjerg 2021-08-12 22:37:52 +02:00
parent 7b5b4b82d0
commit db56dda75e

View file

@ -8,11 +8,13 @@
<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>
<AssemblyVersion>4.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion>
<PackageReadmeFile>README.md</PackageReadmeFile> <PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>- Cancellation token support (thanks patagonaa) <PackageReleaseNotes>- Support for PCM audio samples (thanks to Namaneo)
- Support for setting stdout and stderr encoding for ffprobe (thanks CepheiSigma) - Support for subtitle streams in MediaAnalysis (thanks to alex6dj)
- Improved ffprobe exceptions</PackageReleaseNotes> - Support for subtitle hard burning (thanks to alex6dj)
- Additional codec* properties on MediaAnalysis object (thanks to GuyWithDogs)
- SelectStream method for mapping/specifyíng specific streams from input files (thanks to Feodoros)</PackageReleaseNotes>
<LangVersion>8</LangVersion> <LangVersion>8</LangVersion>
<PackageVersion>4.4.0</PackageVersion> <PackageVersion>4.5.0</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors> <Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors>
<PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags> <PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags>