Update nuget details

This commit is contained in:
Malte Rosenbjerg 2025-10-27 19:53:39 +01:00
parent dbf672fd6a
commit d916fd3be4

View file

@ -3,13 +3,14 @@
<PropertyGroup> <PropertyGroup>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>
<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>
<PackageVersion>5.3.0</PackageVersion> <PackageVersion>5.4.0</PackageVersion>
<PackageOutputPath>../nupkg</PackageOutputPath> <PackageOutputPath>../nupkg</PackageOutputPath>
<PackageReleaseNotes> <PackageReleaseNotes>
- **Fixed race condition on Named pipe dispose/disconnect** by techtel-pstevens - Fixed exception thrown on cancelling ffprobe analysis - by snechaev
- **More extensions for snapshot function(jpg, bmp, webp)** by GorobVictor - Added FFMetadataBuilder - by rosenbjerg
- **Include more GUID characters in pipe path** by reima, rosenbjerg - Fix JoinImageSequence by passing framerate argument to input as well as output - by rosenbjerg
- **Updated dependencies and minor cleanup**: by rosenbjerg - Change fps input from int to double - by rosenbjerg
- Fix GetCreationTime method on ITagsContainer - by rosenbjerg
</PackageReleaseNotes> </PackageReleaseNotes>
<PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags> <PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze muxing</PackageTags>
<Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors> <Authors>Malte Rosenbjerg, Vlad Jerca, Max Bagryantsev</Authors>