Skip to content

Commit 115bacd

Browse files
Release 5.1.0
1 parent 54856a2 commit 115bacd

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

NHibernate.Validator.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>NHibernate.Validator</id>
55
<title>NHibernate Validator</title>
6-
<version>5.0.0</version>
6+
<version>5.1.0</version>
77
<authors>Dario Quintana, Fabio Maulo, Gustavo Ringel, NHibernate community</authors>
88
<owners>Dario Quintana, Fabio Maulo, Gustavo Ringel</owners>
99
<licenseUrl>https://raw.githubusercontent.com/nhibernate/NHibernate-Validator/master/LICENSE.txt</licenseUrl>

build-common/NHibernate.Validator.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<VersionMajor Condition="'$(VersionMajor)' == ''">5</VersionMajor>
4-
<VersionMinor Condition="'$(VersionMinor)' == ''">0</VersionMinor>
4+
<VersionMinor Condition="'$(VersionMinor)' == ''">1</VersionMinor>
55
<VersionPatch Condition="'$(VersionPatch)' == ''">0</VersionPatch>
66
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
77

build-common/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<property name="NHibernate.lib" value="../../lib/${framework.family}/${framework.version}" />
88

9-
<property name="project.version" value="5.0.0" overwrite="false" />
9+
<property name="project.version" value="5.1.0" overwrite="false" />
1010

1111
<!-- named project configurations -->
1212
<target name="set-debug-project-configuration" description="Perform a 'debug' build">

releasenotes.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ Documentation and examples are available at http://nhibernate.info/
22
Any feedback can be sent to NHibernate user group at http://groups.google.com/group/nhusers and will be greatly appreciated.
33
Issues are tracked on Jira at https://nhibernate.jira.com/projects/NHV/issues
44

5+
Release notes - NHibernate.Validator - Version 5.1.0
6+
7+
** Patch
8+
* [NHV-118] - bugfix to make InvalidStateException correctly serializable and to use the correct className in the message
9+
10+
** Bug
11+
* [NHV-117] - Using Validator and Envers together
12+
* [NHV-133] - Fix bad translations
13+
* [NHV-135] - Exception serialization is not valid
14+
15+
** New Feature
16+
* [NHV-132] - Validation for enum properties
17+
* [NHV-134] - To be able generate validators from NHib metadata, if no validators defined explicitly
18+
* [NHV-136] - Support .Net Core
19+
20+
** Improvement
21+
* [NHV-131] - Fix warnings
22+
523
Release Notes - NHibernate.Validator - Version 5.0.0 GA
624

725
* Update to NHibernate 5.0.0 GA

0 commit comments

Comments
 (0)