Skip to content

Commit

Permalink
Updated nuget to include license
Browse files Browse the repository at this point in the history
  • Loading branch information
FFMG committed Jan 25, 2019
1 parent 9ac67f1 commit 7e8033d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>MyOddWeb.DirectoryWatcher</id>
<version>0.1.1</version>
<title>MyOddWeb.DirectoryWatcher (x86/x64)</title>
<licenseUrl>https://github.com/FFMG/myoddweb.directorywatcher/blob/master/LICENSE</licenseUrl>
<license type="file">.\LICENSE</license>
<projectUrl>https://github.com/FFMG/myoddweb.directorywatcher</projectUrl>
<description>A fast and reliable, (non blocking!), .NET File/Directory watcher, complete rewrite of FileSystemWatcher to ensure speed/acuracy/reliability/suppress duplicate events</description>
<authors>Florent Guelfucci, myoddweb.com</authors>
Expand All @@ -18,6 +18,7 @@
</metadata>

<files>
<file src="..\..\LICENSE*" target="" />
<file src="..\bin\release\myoddweb.directorywatcher.dll" target="lib\net452\" />
<file src="..\bin\release\myoddweb.directorywatcher.interfaces.dll" target="lib\net452\" />
</files>
Expand Down
Binary file modified tools/nuget/nuget.exe
Binary file not shown.

0 comments on commit 7e8033d

Please sign in to comment.