File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
<VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
4
4
<VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
5
5
<VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
6
- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >Alpha1 </VersionSuffix >
6
+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
7
7
8
8
<VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
9
9
<AssemblyVersion >$(VersionMajor).$(VersionMinor).0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 35
35
36
36
<!-- This is used only for build folder -->
37
37
<!-- TODO: Either remove or refactor to use NHibernate.props -->
38
- <property name =" project.version" value =" 5.0.0-Alpha1 " overwrite =" false" />
38
+ <property name =" project.version" value =" 5.0.0" overwrite =" false" />
39
39
<property name =" project.version.numeric" value =" 5.0.0" overwrite =" false" />
40
40
41
41
<!-- debug|release -->
You can’t perform that action at this time.
0 commit comments