Skip to content

Commit 1f2c1db

Browse files
committed
Restore HelpFileVersion for API docs
1 parent 7ea830f commit 1f2c1db

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build-common/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<!-- Path to the folder that contain the external assemblies -->
1212
<property name="lib.dir" value="lib" dynamic="true" />
1313

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) -->
1515
<target name="get-project-version">
1616
<xmlpeek
1717
file="${root.dir}/build-common/NHibernate.props"

default.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project
33
name="NHibernate"
44
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"
66
>
77

88
<property name="root.dir" value="." />

doc/NHibernate.shfbproj.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<FeedbackEMailLinkText>nhibernate team</FeedbackEMailLinkText>
2424
<HelpTitle>NHibernate API Reference</HelpTitle>
2525
<IndentHtml>False</IndentHtml>
26+
<HelpFileVersion>${project.version}</HelpFileVersion>
2627
<DocumentationSources>
2728
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/net461/NHibernate.dll" />
2829
<DocumentationSource sourceFile="${root.dir}/src/NHibernate/bin/${build.config}/net461/Nhibernate.xml" />

0 commit comments

Comments
 (0)