Chore: bump release version and stop packing binaries

This commit is contained in:
Vlad Jerca 2019-02-26 23:01:04 +02:00
parent 7c36ffc873
commit eab069dbf0
2 changed files with 8 additions and 3 deletions

View file

@ -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>

View file

@ -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>