Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-k committed May 7, 2023
1 parent 5de0789 commit 9c30a85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FFMediaToolkit/FFMediaToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Authors>Radosław Kmiotek</Authors>
<Company>radek-k</Company>
<Copyright>Copyright (c) 2019-2022 Radosław Kmiotek</Copyright>
<Copyright>Copyright (c) 2019-2023 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>
<RepositoryUrl>https://github.com/radek-k/FFMediaToolkit</RepositoryUrl>
Expand Down Expand Up @@ -38,7 +38,7 @@

<ItemGroup>
<PackageReference Include="FFmpeg.AutoGen" Version="6.0.0.2" />
<PackageReference Include="MinVer" Version="3.1.0">
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
Expand All @@ -50,7 +50,7 @@
</ItemGroup>

<ItemGroup Condition="$(TargetFramework.StartsWith('netstandard2.0'))">
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>

</Project>

0 comments on commit 9c30a85

Please sign in to comment.