diff --git a/FFMpegCore/FFMpegCore.csproj b/FFMpegCore/FFMpegCore.csproj index ef27566..fba30c8 100644 --- a/FFMpegCore/FFMpegCore.csproj +++ b/FFMpegCore/FFMpegCore.csproj @@ -7,12 +7,10 @@ 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.8 - 1.0.8.0 - 1.0.8.0 - # v1.0.8 - -- add support for OSX and Linux + 1.0.9 + 1.0.9.0 + 1.0.9.0 + diff --git a/pack.ps1 b/pack.ps1 deleted file mode 100644 index b395d74..0000000 --- a/pack.ps1 +++ /dev/null @@ -1 +0,0 @@ -.\.nuget\nuget.exe pack .\FFMpegCore\ -Prop Configuration=Release \ No newline at end of file diff --git a/pack.sh b/pack.sh new file mode 100644 index 0000000..8bda521 --- /dev/null +++ b/pack.sh @@ -0,0 +1 @@ +./.nuget/nuget.exe pack ./FFMpegCore/ -Prop Configuration=Release \ No newline at end of file