Revision: 5597
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5597&view=rev
Author: fabiomaulo
Date: 2011-04-03 17:03:44 +0000 (Sun, 03 Apr 2011)
Log Message:
-----------
Fixed nuget template ;)
Modified Paths:
--------------
trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template
Modified: trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template
===================================================================
--- trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template 2011-04-03 17:00:28 UTC (rev 5596)
+++ trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template 2011-04-03 17:03:44 UTC (rev 5597)
@@ -4,12 +4,10 @@
<id>NHibernate</id>
<version>x.y.z</version>
<authors>NHibernate community, Hibernate community</authors>
- <summary>DONT INSTALL IT DIRECTLY. Use only as reference for others frameworks.</summary>
+ <summary>
+ NHibernate is a mature, open source object-relational mapper for the .NET framework. It's actively developed , fully featured and used in thousands of successful projects.
+ </summary>
<description>
- DONT INSTALL IT DIRECTLY
- Only as reference for others frameworks.
- see NHibernate.Castle, NHibernate.LinFu, NHibernate.Spring.
-
NHibernate is a mature, open source object-relational mapper for the .NET framework. It's actively developed , fully featured and used in thousands of successful projects.
</description>
<language>en-US</language>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|