File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
33 <VersionMajor Condition =" '$(VersionMajor)' == ''" >5</VersionMajor >
4- <VersionMinor Condition =" '$(VersionMinor)' == ''" >0 </VersionMinor >
5- <VersionPatch Condition =" '$(VersionPatch)' == ''" >3 </VersionPatch >
4+ <VersionMinor Condition =" '$(VersionMinor)' == ''" >1 </VersionMinor >
5+ <VersionPatch Condition =" '$(VersionPatch)' == ''" >0 </VersionPatch >
66 <VersionSuffix Condition =" '$(VersionSuffix)' == ''" ></VersionSuffix >
77
88 <VersionPrefix >$(VersionMajor).$(VersionMinor).$(VersionPatch)</VersionPrefix >
Original file line number Diff line number Diff line change 3030
3131 <!-- This is used only for build folder -->
3232 <!-- TODO: Either remove or refactor to use NHibernate.props -->
33- <property name =" project.version" value =" 5.0.3 " overwrite =" false" />
34- <property name =" project.version.numeric" value =" 5.0.3 " overwrite =" false" />
33+ <property name =" project.version" value =" 5.1.0 " overwrite =" false" />
34+ <property name =" project.version.numeric" value =" 5.1.0 " overwrite =" false" />
3535
3636 <!-- properties used to connect to database for testing -->
3737 <include buildfile =" nhibernate-properties.xml" />
Original file line number Diff line number Diff line change 3838 <bookinfo >
3939 <title >NHibernate - Relational Persistence for Idiomatic .NET</title >
4040 <subtitle >NHibernate Reference Documentation</subtitle >
41- <releaseinfo >5.0 </releaseinfo >
41+ <releaseinfo >5.1 </releaseinfo >
4242 </bookinfo >
4343
4444 <toc />
You can’t perform that action at this time.
0 commit comments