Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
radek-k committed Oct 3, 2021
1 parent 17aada0 commit cfb7574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FFMediaToolkit/FFMediaToolkit.csproj
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
<Copyright>Copyright (c) 2019-2021 Radosław Kmiotek</Copyright>
<Description>Cross-platform audio/video processing library based on FFmpeg native libraries. Supports audio/video frames extraction (fast access to any frame by timestamp), reading file metadata and encoding media files from bitmap images and audio data.</Description>
<PackageTags>ffmpeg;video;audio;encoder;encoding;decoder;decoding;h264;mp4;c#;netstandard;netcore;frame-extraction</PackageTags>
<VersionPrefix>4.1.1</VersionPrefix>
<VersionPrefix>4.1.2</VersionPrefix>
<RepositoryUrl>https://github.com/radek-k/FFMediaToolkit</RepositoryUrl>
<PackageProjectUrl>https://github.com/radek-k/FFMediaToolkit</PackageProjectUrl>
<PackageLicenseFile></PackageLicenseFile>
@@ -30,7 +30,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="FFmpeg.AutoGen" Version="4.4.0" />
<PackageReference Include="FFmpeg.AutoGen" Version="4.4.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

0 comments on commit cfb7574

Please sign in to comment.