-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk@1675 d7b3437e-3345-0410-94a8-cbd290e69f67
- Loading branch information
darioquintana
committed
Apr 16, 2011
1 parent
a5b0620
commit b26f177
Showing
4 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>NHibernate.Validator</id> | ||
<version>1.3.1.4000</version> | ||
<authors>Author here</authors> | ||
<owners>Owner here</owners> | ||
<licenseUrl>http://www.gnu.org/licenses/lgpl.html</licenseUrl> | ||
<projectUrl>http://nhforge.org</projectUrl> | ||
<iconUrl>http://darioquintana.com.ar/files/NHV-logo-white-background.png</iconUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description>Validation framework for .Net</description> | ||
<tags>Tag1 Tag2</tags> | ||
<dependencies> | ||
<dependency id="NHibernate" version="3.1.0.4000" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="Build\NuDeploy\*" target="lib\Net35" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
nant -t:net-3.5 -D:project.config=release cleanall package | ||
nant -t:net-3.5 -D:project.config=release cleanall package nugetdeploy | ||
pause |