Skip to content

Commit 25786cd

Browse files
committed
v1.1.10: Adding string comparisons.
1 parent 4b0af89 commit 25786cd

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.9</Version>
5+
<Version>1.1.10</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.10
2+
- Changed comparison operators to work with string values.
3+
14
## 1.1.9
25
- Added `netstandard2.1`. Updated test project to run with dotnet 3.1.
36
## 1.1.8

0 commit comments

Comments
 (0)