Skip to content

Commit

Permalink
nugget packaging added
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwilczynski committed Dec 1, 2011
1 parent 9360ce0 commit b87d45a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
22 changes: 22 additions & 0 deletions nuget/Chronic.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Chronic</id>
<version>0.1.0</version>
<authors>Robert Wilczynski</authors>
<owners>Robert Wilczynski</owners>
<licenseUrl>https://raw.github.com/robertwilczynski/nChronic/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/robertwilczynski/nChronic</projectUrl>
<iconUrl>https://raw.github.com/robertwilczynski/nChronic/master/doc/chronic.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A natural language date parser for .Net. A port of Ruby's chronic.</description>
<releaseNotes>Initial release.</releaseNotes>
<copyright>Copyright © Robert Wilczynski 2011</copyright>
<tags>date time parsing DateTime chronic natural language</tags>
</metadata>
<files>
<file src="..\src\Chronic\bin\Release\Chronic.dll" target="lib\net40" />
<file src="..\src\Chronic\bin\Release\Chronic.pdb" target="lib\net40" />
<file src="..\src\Chronic\**\*.cs" target="src" />
</files>
</package>
5 changes: 5 additions & 0 deletions package.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pushd .
@cd nuget
@..\src\.nuget\nuget.exe pack Chronic.nuspec -OutputDirectory ..\build -Symbols

@popd

0 comments on commit b87d45a

Please sign in to comment.