Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build-common/NHibernate.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<PropertyGroup>
<NhVersion Condition="'$(NhVersion)' == ''" >5.3</NhVersion>
<VersionPatch Condition="'$(VersionPatch)' == ''">18</VersionPatch>
<VersionPatch Condition="'$(VersionPatch)' == ''">19</VersionPatch>
<!-- Clear VersionSuffix for making release and set it to dev for making development builds -->
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>

Expand Down
18 changes: 17 additions & 1 deletion releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
Build 5.3.18
Build 5.3.19
=============================

Release notes - NHibernate - Version 5.3.19

2 issues were resolved in this release.

** Bug

* #3397 GenerateSchemaCreationScript creates many identical dialect instances

** Task

* #3405 Release 5.3.19


Build 5.3.18
=============================

Release notes - NHibernate - Version 5.3.18
Expand Down