mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
chore: bump version
This commit is contained in:
parent
d599592084
commit
acf6b10fab
3 changed files with 6 additions and 4 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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" />
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue