Skip to content

Commit b64b6b7

Browse files
committed
Prepare 4.1.1.GA release.
* Assembly version stays the same
1 parent 9c92e0f commit b64b6b7

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

build-common/common.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
effectively SP0).
5353
-->
5454

55-
<property name="project.version" value="4.1.0.GA" overwrite="false" />
55+
<property name="project.version" value="4.1.1.GA" overwrite="false" />
5656

5757
<!-- This version number should be changed if, but only if, there are incompatible
5858
changes compared to the previous version. -->

releasenotes.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Build 4.1.1.GA
2+
=============================
3+
4+
##### Notes #####
5+
The [NH-3904] has been reverted in favor of [NH-2401]: users now required to explicitly specify
6+
custom user type via MappedAs method if they want to use IUserType/ICompositeUserType type
7+
parameters in Linq queries, or implement generators the way they take the types into account.
8+
9+
** Sub-task
10+
* [NH-3940] - Revert NH-3904
11+
12+
** Bug
13+
* [NH-3929] - ExpressionParameterVisitor selects wrong CustomType for ConstantExpression (Linq)
14+
* [NH-3941] - MappedAs() does not work
15+
116
Build 4.1.0.GA
217
=============================
318

0 commit comments

Comments
 (0)