From: <fab...@us...> - 2011-03-12 19:18:21
|
Revision: 5455 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=5455&view=rev Author: fabiomaulo Date: 2011-03-12 19:18:15 +0000 (Sat, 12 Mar 2011) Log Message: ----------- Minor Modified Paths: -------------- trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.Castle.nuspec.template Modified: trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template =================================================================== --- trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template 2011-03-12 18:58:14 UTC (rev 5454) +++ trunk/nhibernate/src/NHibernate/NHibernate.nuspec.template 2011-03-12 19:18:15 UTC (rev 5455) @@ -4,6 +4,7 @@ <id>NHibernate</id> <version>x.y.z</version> <authors>NHibernate community, Hibernate community</authors> + <summary>NHibernate is a mature, open source object-relational mapper for the .NET framework.</summary> <description> DONT INSTALL IT DIRECTLY Only as reference for others frameworks. Modified: trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.Castle.nuspec.template =================================================================== --- trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.Castle.nuspec.template 2011-03-12 18:58:14 UTC (rev 5454) +++ trunk/nhibernate/src/NHibernate.ByteCode.Castle/NHibernate.Castle.nuspec.template 2011-03-12 19:18:15 UTC (rev 5455) @@ -4,8 +4,9 @@ <id>NHibernate.Castle</id> <version>x.y.z</version> <authors>NHibernate community, Hibernate community</authors> + <summary>NHibernate with lazy-loading enabled.</summary> <description> - 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. + NHibernate is a mature, open source object-relational mapper for the .NET framework. This package enables the ability to use lazy-loading with Castle dynamic-proxy. </description> <language>en-US</language> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |