Merge pull request #323 from rosenbjerg/master

Update package metadata
This commit is contained in:
Malte Rosenbjerg 2022-04-15 20:12:07 +02:00 committed by GitHub
commit 9efd5c5d4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,18 @@
<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>- Added libx265 static codec prop <PackageReleaseNotes>- Fixes for `MetaDataArgument` (thanks @JKamsker)
- Support for reading Packets from mediafile through ffprobe (thanks zhuker) - Support for Audible `aaxc` (thanks @JKamsker)
- Support for fluent configuration of FFOptinos per-run (thanks BobSilent) - Include errordata in `IMediaAnalysis` (thanks @JKamsker)
- Support for adding metadata (thanks Weirdo) - Pass `FFOptions` properly when using ffprobe (thanks @Notheisz57)
- Automatically escape single quotes in filenames for DemuxConcatArgument (thanks JKamsker)</PackageReleaseNotes> - CancellationToken support for `AnalyseAsync`
- Case-insensitive dictionaries for `Tags` and `Disposition`
- Fix for `PosterWithAudio`
- Fix for `JoinImageSequence`
- Updates to dependendies
- A lot of bug fixes</PackageReleaseNotes>
<LangVersion>8</LangVersion> <LangVersion>8</LangVersion>
<PackageVersion>4.7.0</PackageVersion> <PackageVersion>4.8.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>