mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Chore: bump release version and stop packing binaries
This commit is contained in:
parent
7c36ffc873
commit
eab069dbf0
2 changed files with 8 additions and 3 deletions
|
@ -7,6 +7,9 @@
|
|||
<PackageProjectUrl>https://github.com/vladjerca/FFMpegCore</PackageProjectUrl>
|
||||
<Copyright>Vlad Jerca</Copyright>
|
||||
<Description>A great way to use FFMpeg encoding when writing video applications, client-side and server-side. It has wrapper methods that allow conversion to all web formats: MP4, OGV, TS and methods of capturing screens from the videos.</Description>
|
||||
<Version>1.0.1</Version>
|
||||
<AssemblyVersion>1.0.1.0</AssemblyVersion>
|
||||
<FileVersion>1.0.1.0</FileVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -12,10 +12,12 @@
|
|||
<releaseNotes>
|
||||
More information available @ https://github.com/vladjerca/FFMpegCore/blob/master/README.md
|
||||
</releaseNotes>
|
||||
<contentFiles>
|
||||
<files include="**/FFMPEG/bin/*.*" buildAction="Content" />
|
||||
</contentFiles>
|
||||
<copyright>Copyright 2019</copyright>
|
||||
<tags>ffmpeg video conversion FFMpegCore mp4 ogv net.core core net</tags>
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />
|
||||
<dependency id="Newtonsoft.Json" version="12.0.1" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Drawing.Common" version="4.5.1" exclude="Build,Analyzers" />
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
|
|
Loading…
Reference in a new issue