Skip to content

Commit c54c2b3

Browse files
committed
Release 1.1.11.
1 parent 60484e5 commit c54c2b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

JsonLogic.Net/JsonLogic.Net.csproj

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

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.0</TargetFrameworks>
5-
<Version>1.1.10</Version>
5+
<Version>1.1.11</Version>
66
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
77
<Copyright>Copyright 2018</Copyright>
88
<PackageLicenseUrl>https://raw.githubusercontent.com/yavuztor/JsonLogic.Net/master/LICENSE</PackageLicenseUrl>

release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.11
2+
- Fixed "in" operator failing when second argument (the haystack) is null.
3+
14
## 1.1.10
25
- Changed comparison operators to work with string values.
36

0 commit comments

Comments
 (0)