chore: bump version

Former-commit-id: acf6b10fab
This commit is contained in:
Vlad Jerca 2020-01-29 13:03:20 +02:00
parent ce16d9103c
commit 87c4db19da
3 changed files with 6 additions and 4 deletions

View file

@ -7,9 +7,9 @@
<PackageProjectUrl>https://github.com/vladjerca/FFMpegCore</PackageProjectUrl> <PackageProjectUrl>https://github.com/vladjerca/FFMpegCore</PackageProjectUrl>
<Copyright>Vlad Jerca</Copyright> <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> <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.11</Version> <Version>1.0.12</Version>
<AssemblyVersion>1.0.11.0</AssemblyVersion> <AssemblyVersion>1.0.12.0</AssemblyVersion>
<FileVersion>1.0.11.0</FileVersion> <FileVersion>1.0.12.0</FileVersion>
<PackageReleaseNotes></PackageReleaseNotes> <PackageReleaseNotes></PackageReleaseNotes>
</PropertyGroup> </PropertyGroup>

View file

@ -12,7 +12,7 @@
<releaseNotes> <releaseNotes>
More information available @ https://github.com/vladjerca/FFMpegCore/blob/master/README.md More information available @ https://github.com/vladjerca/FFMpegCore/blob/master/README.md
</releaseNotes> </releaseNotes>
<copyright>Copyright 2019</copyright> <copyright>Copyright 2020</copyright>
<tags>ffmpeg video conversion FFMpegCore mp4 ogv net.core core net</tags> <tags>ffmpeg video conversion FFMpegCore mp4 ogv net.core core net</tags>
<dependencies> <dependencies>
<dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" /> <dependency id="Microsoft.CSharp" version="4.5.0" exclude="Build,Analyzers" />

View file

@ -389,6 +389,8 @@ public class OverrideArgument : Argument
<a href="https://github.com/kyriakosio"><img src="https://avatars3.githubusercontent.com/u/6959989?v=4" title="kyriakosio" width="80" height="80"></a> <a href="https://github.com/kyriakosio"><img src="https://avatars3.githubusercontent.com/u/6959989?v=4" title="kyriakosio" width="80" height="80"></a>
<a href="https://github.com/winchesterag"><img src="https://avatars3.githubusercontent.com/u/47878681?v=4" title="winchesterag" width="80" height="80"></a> <a href="https://github.com/winchesterag"><img src="https://avatars3.githubusercontent.com/u/47878681?v=4" title="winchesterag" width="80" height="80"></a>
<a href="https://github.com/devlev"><img src="https://avatars3.githubusercontent.com/u/2109995?v=4" title="devlev" width="80" height="80"></a> <a href="https://github.com/devlev"><img src="https://avatars3.githubusercontent.com/u/2109995?v=4" title="devlev" width="80" height="80"></a>
<a href="https://github.com/tugrulelmas"><img src="https://avatars3.githubusercontent.com/u/3829187?v=4" title="tugrulelmas" width="80" height="80"></a>
<a href="https://github.com/rosenbjerg"><img src="https://avatars3.githubusercontent.com/u/11181960?v=4" title="rosenbjerg" width="80" height="80"></a>
### License ### License