mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
parent
779de01661
commit
7980823aab
3 changed files with 5 additions and 7 deletions
|
@ -7,12 +7,10 @@
|
|||
<PackageProjectUrl>https://github.com/vladjerca/FFMpegCore</PackageProjectUrl>
|
||||
<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>
|
||||
<Version>1.0.8</Version>
|
||||
<AssemblyVersion>1.0.8.0</AssemblyVersion>
|
||||
<FileVersion>1.0.8.0</FileVersion>
|
||||
<PackageReleaseNotes># v1.0.8
|
||||
|
||||
- add support for OSX and Linux</PackageReleaseNotes>
|
||||
<Version>1.0.9</Version>
|
||||
<AssemblyVersion>1.0.9.0</AssemblyVersion>
|
||||
<FileVersion>1.0.9.0</FileVersion>
|
||||
<PackageReleaseNotes></PackageReleaseNotes>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
1
pack.ps1
1
pack.ps1
|
@ -1 +0,0 @@
|
|||
.\.nuget\nuget.exe pack .\FFMpegCore\ -Prop Configuration=Release
|
1
pack.sh
Normal file
1
pack.sh
Normal file
|
@ -0,0 +1 @@
|
|||
./.nuget/nuget.exe pack ./FFMpegCore/ -Prop Configuration=Release
|
Loading…
Reference in a new issue