mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 18:15:44 +00:00
18 lines
590 B
XML
18 lines
590 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<IsPackable>true</IsPackable>
|
|
<Description>FFMpeg downloader extension for FFMpegCore</Description>
|
|
<PackageVersion>5.0.0</PackageVersion>
|
|
<PackageOutputPath>../nupkg</PackageOutputPath>
|
|
<PackageReleaseNotes>
|
|
</PackageReleaseNotes>
|
|
<PackageTags>ffmpeg ffprobe convert video audio mediafile resize analyze download</PackageTags>
|
|
<Authors>Kerry Cao, Malte Rosenbjerg</Authors>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FFMpegCore\FFMpegCore.csproj"/>
|
|
</ItemGroup>
|
|
|
|
</Project>
|