From efe61e8bad44560c259799de31359dee25e8cc3b Mon Sep 17 00:00:00 2001 From: Vlad Jerca Date: Mon, 30 Sep 2019 14:07:10 +0300 Subject: [PATCH] chore: bump version Former-commit-id: 8a8b8a968f75b1cf41cb8f69276f86e83d07f9ea --- FFMpegCore/FFMpegCore.csproj | 8 ++++---- README.md | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/FFMpegCore/FFMpegCore.csproj b/FFMpegCore/FFMpegCore.csproj index 265f742..ab2456e 100644 --- a/FFMpegCore/FFMpegCore.csproj +++ b/FFMpegCore/FFMpegCore.csproj @@ -1,4 +1,4 @@ - + netstandard2.0 @@ -7,9 +7,9 @@ https://github.com/vladjerca/FFMpegCore Vlad Jerca 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. - 1.0.10 - 1.0.10.0 - 1.0.10.0 + 1.0.11 + 1.0.11.0 + 1.0.11.0 diff --git a/README.md b/README.md index 6dbd54a..c2d6752 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ public class OverrideArgument : Argument + ### License