File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11
11
<!-- Path to the folder that contain the external assemblies -->
12
12
<property name =" lib.dir" value =" lib" dynamic =" true" />
13
13
14
- <!-- This is used only for build folder -->
14
+ <!-- This is used for build folder and also for "API Reference" docs (not active task, see doc/NHibernate.shfbproj.template) -->
15
15
<target name =" get-project-version" >
16
16
<xmlpeek
17
17
file =" ${root.dir}/build-common/NHibernate.props"
Original file line number Diff line number Diff line change 2
2
<project
3
3
name=" NHibernate"
4
4
default=" build"
5
- xmlns=" http://nant.sf.net/release/0.85-rc3 /nant.xsd"
5
+ xmlns=" http://nant.sf.net/release/0.90 /nant.xsd"
6
6
>
7
7
8
8
<property name =" root.dir" value =" ." />
Original file line number Diff line number Diff line change 23
23
<FeedbackEMailLinkText>nhibernate team</FeedbackEMailLinkText>
24
24
<HelpTitle>NHibernate API Reference</HelpTitle>
25
25
<IndentHtml>False</IndentHtml>
26
+ <HelpFileVersion>${project.version}</HelpFileVersion>
26
27
<DocumentationSources>
27
28
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/net461/NHibernate.dll" />
28
29
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/net461/Nhibernate.xml" />
You can’t perform that action at this time.
0 commit comments