File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 10
10
<VersionPrefix Condition =" '$(VersionPrefix)' == ''" >$(NhVersion).$(VersionPatch)</VersionPrefix >
11
11
<VersionSuffix Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''" >$(VersionSuffix).$(BuildNumber)</VersionSuffix >
12
12
<AssemblyVersion >$(NhVersion).0.0</AssemblyVersion >
13
- <FileVersion >$(VersionPrefix).0</FileVersion >
13
+ <FileVersion Condition =" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != ''" >$(VersionPrefix).$(BuildNumber)</FileVersion >
14
+ <FileVersion Condition =" '$(FileVersion)' == ''" >$(VersionPrefix).0</FileVersion >
14
15
15
16
<NhAppTargetFrameworks Condition =" $(NhAppTargetFrameworks) == ''" >net461;netcoreapp2.0</NhAppTargetFrameworks >
16
17
<NhLibTargetFrameworks Condition =" $(NhLibTargetFrameworks) == ''" >net461;netcoreapp2.0;netstandard2.0</NhLibTargetFrameworks >
You can’t perform that action at this time.
0 commit comments