We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0af89 commit 25786cdCopy full SHA for 25786cd
JsonLogic.Net/JsonLogic.Net.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.0</TargetFrameworks>
5
- <Version>1.1.9</Version>
+ <Version>1.1.10</Version>
6
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
7
<Copyright>Copyright 2018</Copyright>
8
<PackageLicenseUrl>https://raw.githubusercontent.com/yavuztor/JsonLogic.Net/master/LICENSE</PackageLicenseUrl>
release-notes.md
@@ -1,3 +1,6 @@
1
+## 1.1.10
+- Changed comparison operators to work with string values.
+
## 1.1.9
- Added `netstandard2.1`. Updated test project to run with dotnet 3.1.
## 1.1.8
0 commit comments