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 33 <VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
44 <VersionMinor Condition =" '$(VersionMinor)' == ''" >0</VersionMinor >
55 <VersionPatch Condition =" '$(VersionPatch)' == ''" >0</VersionPatch >
6- <VersionSuffix Condition =" '$(VersionSuffix)' == ''" >Alpha1 </VersionSuffix >
6+ <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
77
88 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
99 <AssemblyVersion >$(VersionMajor).$(VersionMinor).0.0</AssemblyVersion >
Original file line number Diff line number Diff line change 3535
3636 <!-- This is used only for build folder -->
3737 <!-- 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" />
3939 <property name =" project.version.numeric" value =" 5.0.0" overwrite =" false" />
4040
4141 <!-- debug|release -->
You can’t perform that action at this time.
0 commit comments