chore bump version

This commit is contained in:
Vlad Jerca 2019-05-11 06:43:46 +03:00
parent 5131061381
commit 22f1f574bd
3 changed files with 5 additions and 7 deletions

View file

@ -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>

View file

@ -1 +0,0 @@
.\.nuget\nuget.exe pack .\FFMpegCore\ -Prop Configuration=Release

1
pack.sh Normal file
View file

@ -0,0 +1 @@
./.nuget/nuget.exe pack ./FFMpegCore/ -Prop Configuration=Release