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