From: <fab...@us...> - 2009-07-17 12:56:13
|
Revision: 4645 http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4645&view=rev Author: fabiomaulo Date: 2009-07-17 12:56:10 +0000 (Fri, 17 Jul 2009) Log Message: ----------- Revert r3849 because NH-1890 (ugly but needed). Modified Paths: -------------- branches/2.1.x/nhibernate/lib/net/2.0/Iesi.Collections.dll branches/2.1.x/nhibernate/lib/net/3.5/Iesi.Collections.dll branches/2.1.x/nhibernate/src/Iesi.Collections/Iesi.Collections.build branches/2.1.x/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.build Modified: branches/2.1.x/nhibernate/lib/net/2.0/Iesi.Collections.dll =================================================================== (Binary files differ) Modified: branches/2.1.x/nhibernate/lib/net/3.5/Iesi.Collections.dll =================================================================== (Binary files differ) Modified: branches/2.1.x/nhibernate/src/Iesi.Collections/Iesi.Collections.build =================================================================== --- branches/2.1.x/nhibernate/src/Iesi.Collections/Iesi.Collections.build 2009-07-16 17:03:34 UTC (rev 4644) +++ branches/2.1.x/nhibernate/src/Iesi.Collections/Iesi.Collections.build 2009-07-17 12:56:10 UTC (rev 4645) @@ -18,7 +18,7 @@ value="Declaration of code in public domain can be found in comment by Jason Smith at http://www.codeproject.com/csharp/sets.asp#xx703510xx. Copyright © 2002-2004 by Aidant Systems, Inc., and by Jason Smith." /> <property name="assembly.version" value="1.0.1.0" /> <property name="assembly.version.informational" value="1.0" /> - <property name="assembly.version.file" value="1.0.1.0" /> + <!-- NOTE : Don't add file version see NH-1890 issue --> <property name="assembly.allow-partially-trusted-callers" value="true" /> <property name="clover.instrument" value="true" /> Modified: branches/2.1.x/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.build =================================================================== --- branches/2.1.x/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.build 2009-07-16 17:03:34 UTC (rev 4644) +++ branches/2.1.x/nhibernate/src/Iesi.Collections.Test/Iesi.Collections.Test.build 2009-07-17 12:56:10 UTC (rev 4645) @@ -16,7 +16,6 @@ <property name="assembly.description" value="The Unit Tests for Iesi.Collections." /> <property name="assembly.version" value="1.0.1.0" /> <property name="assembly.version.informational" value="1.0" /> - <property name="assembly.version.file" value="1.0.1.0" /> <property name="clover.instrument" value="false" /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |