mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
Update nuget details
This commit is contained in:
parent
dbf672fd6a
commit
d916fd3be4
1 changed files with 6 additions and 5 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue