Skip to content

Commit

Permalink
Add NuGet package.
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Aug 4, 2013
1 parent a7ce331 commit d76a58b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/build/
/build/
Gettext.Tools.*.nupkg
22 changes: 22 additions & 0 deletions Gettext.Tools.0.18.3.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Gettext.Tools</id>
<version>0.18.3</version>
<title>GNU gettext tools for Windows</title>
<authors>Vaclav Slavik</authors>
<licenseUrl>https://github.com/vslavik/gettext-tools-windows/blob/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/vslavik/gettext-tools-windows</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Windows build of GNU gettext tools (msgfmt, xgettext etc.).</description>
<copyright>Copyright (C) Free Software Foundation, Inc. {http://fsf.org/}</copyright>
<language>en-US</language>
<tags>gnu gettext msgfmt xgettext msgmerge</tags>
</metadata>

<files>
<file src="build\dist\bin\*" target="tools" />
<file src="build\dist\license.txt" target="" />
<file src="build\dist\readme.txt" target="" />
</files>
</package>

0 comments on commit d76a58b

Please # to comment.