Skip to content
This repository has been archived by the owner on Mar 28, 2019. It is now read-only.

Commit

Permalink
Nuget: configure assembly information and nuget pack
Browse files Browse the repository at this point in the history
  • Loading branch information
vladjerca committed Sep 19, 2018
1 parent 094b7af commit 671d230
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
Binary file added .nuget/nuget.exe
Binary file not shown.
20 changes: 20 additions & 0 deletions FFMpegSharp/FFMpegSharp.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>Vlad Jerca</authors>
<owners>Vlad Jerca</owners>
<projectUrl>https://github.com/vladjerca/FFMpegSharp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>
Initial Nuget Release:

API Documentation: https://github.com/vladjerca/FFMpegSharp/blob/master/README.md
</releaseNotes>
<copyright>Copyright 2018</copyright>
<tags>ffmpeg video conversion ffmpegsharp mp4 ogv</tags>
</metadata>
</package>
6 changes: 3 additions & 3 deletions FFMpegSharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
// associated with an assembly.

[assembly: AssemblyTitle("FFMpegSharp")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("FFMpegSharp is 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.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("FFMpegSharp")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -35,5 +35,5 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]

[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
1 change: 1 addition & 0 deletions pack.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.\.nuget\nuget.exe pack .\FFMpegSharp\ -Prop Configuration=Release

0 comments on commit 671d230

Please sign in to comment.