Skip to content

Commit 239cc58

Browse files
committed
Upgraded to NHibernate 3.1
1 parent 3715542 commit 239cc58

20 files changed

+974
-477
lines changed

RakeFile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ namespace :source do
4949
asm.version = get_version
5050
asm.company_name = 'http://fluentnhibernate.org'
5151
asm.product_name = 'FluentNHibernate'
52-
asm.copyright = 'Copyright 2008-2010 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.'
52+
asm.copyright = 'Copyright 2008-2011 James Gregory and contributors (Paul Batum, Hudson Akridge et al). All rights reserved.'
5353
asm.namespaces = ['System.Security']
5454
asm.custom_attributes :AllowPartiallyTrustedCallers => nil
5555

-115 KB
Binary file not shown.
-99.5 KB
Binary file not shown.
Binary file not shown.

tools/NHibernate/3.0/NHibernate.dll

-2.61 MB
Binary file not shown.

tools/NHibernate/3.0/NHibernate.pdb

-8.14 MB
Binary file not shown.
-245 KB
Binary file not shown.
85.5 KB
Binary file not shown.
Binary file not shown.

tools/NHibernate/3.x/NHibernate.dll

2.88 MB
Binary file not shown.

tools/NHibernate/3.x/NHibernate.pdb

7.42 MB
Binary file not shown.

tools/NHibernate/3.0/NHibernate.xml renamed to tools/NHibernate/3.x/NHibernate.xml

Lines changed: 972 additions & 476 deletions
Large diffs are not rendered by default.

tools/NHibernate/3.0/nhibernate-mapping.xsd renamed to tools/NHibernate/3.x/nhibernate-mapping.xsd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,6 +1342,7 @@
13421342
<xs:element ref="one-to-one" />
13431343
<xs:element ref="component" />
13441344
<xs:element ref="dynamic-component" />
1345+
<xs:element ref="properties" />
13451346
<xs:element ref="any" />
13461347
<xs:element ref="map" />
13471348
<xs:element ref="set" />

0 commit comments

Comments
 (0)