1
- <?xml version =" 1.0" ?>
2
- <package xmlns : xsd =" http://www.w3.org/2001/XMLSchema" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
- <metadata xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
4
- <id >FluentNHibernate</id >
5
- <version >1.4.0.0</version >
1
+ <?xml version =' 1.0' ?>
2
+ <package xmlns : xsd =' http://www.w3.org/2001/XMLSchema' xmlns : xsi =' http://www.w3.org/2001/XMLSchema-instance' >
3
+ <metadata xmlns =' http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' >
4
+ <id >FluentNHibernate.Net35</id >
5
+ <title >FluentNHibernate for .Net 3.5</title >
6
+ <version >1.4.1.0</version >
6
7
<authors >James Gregory and contributors</authors >
7
8
<owners >jagregory, chester89</owners >
8
- <licenseUrl >http://github.com/jagregory/fluent-nhibernate/blob /master/LICENSE.txt</licenseUrl >
9
- <projectUrl >http://github.com/jagregory/fluent-nhibernate/ </projectUrl >
9
+ <licenseUrl >http://github.com/jagregory/fluent-nhibernate/raw /master/LICENSE.txt</licenseUrl >
10
+ <projectUrl >http://fluentnhibernate.org </projectUrl >
10
11
<dependencies >
11
- <dependency id =" NHibernate" version =" [3.3.1.4000,4) " />
12
+ <dependency id =' NHibernate' version =' [3.3.1.4000,4.0) ' />
12
13
</dependencies >
13
14
<requireLicenseAcceptance >false</requireLicenseAcceptance >
14
15
<description >Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.</description >
17
18
<language >en-US</language >
18
19
</metadata >
19
20
<files >
20
- <file src =" ..\src\FluentNHibernate\bin\Release\FluentNHibernate.*" target =" lib\net35" />
21
+ <file src =' ..\src\FluentNHibernate\bin\Release\FluentNHibernate.*' target =' lib\net35' />
21
22
</files >
22
23
</package >
0 commit comments