Skip to content

Commit

Permalink
nuspec to create package release
Browse files Browse the repository at this point in the history
  • Loading branch information
gBritz committed Aug 14, 2015
1 parent 4508eb6 commit 2bc0763
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ShellProgress.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>ShellProgress</id>
<version>1.0.0.0</version>
<title>ShellProgress</title>
<authors>Britz</authors>
<owners>Britz</owners>
<description>Another progress bar to console application</description>
<language>pt-BR</language>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/gBritz/ShellProgress</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<developmentDependency>false</developmentDependency>
<copyright>Copyright © 2015</copyright>
<tags>console shell progress progressbar</tags>
</metadata>
<files>
<file src="C:\Trabalhos\ShellProgress\ShellProgress\bin\Release\ShellProgress.dll" target="lib\net45" />
</files>
</package>

0 comments on commit 2bc0763

Please sign in to comment.