Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
radek-k committed Apr 9, 2022
1 parent bebe7d9 commit ee6027d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FFMediaToolkit/FFMediaToolkit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<Copyright>Copyright (c) 2019-2022 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.3.0</VersionPrefix>
<VersionPrefix>4.3.1</VersionPrefix>
<RepositoryUrl>https://github.com/radek-k/FFMediaToolkit</RepositoryUrl>
<PackageProjectUrl>https://github.com/radek-k/FFMediaToolkit</PackageProjectUrl>
<PackageLicenseFile></PackageLicenseFile>
Expand All @@ -19,6 +19,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>..\FFMediaToolkit.snk</AssemblyOriginatorKeyFile>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand Down

0 comments on commit ee6027d

Please sign in to comment.