Skip to content

Commit

Permalink
v1.1.10: Adding string comparisons.
Browse files Browse the repository at this point in the history
  • Loading branch information
yavuztor committed Jul 13, 2021
1 parent 4b0af89 commit 25786cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JsonLogic.Net/JsonLogic.Net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netstandard2.1;netstandard2.0;netstandard1.0</TargetFrameworks>
<Version>1.1.9</Version>
<Version>1.1.10</Version>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Copyright>Copyright 2018</Copyright>
<PackageLicenseUrl>https://raw.githubusercontent.com/yavuztor/JsonLogic.Net/master/LICENSE</PackageLicenseUrl>
Expand Down
3 changes: 3 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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
Expand Down

0 comments on commit 25786cd

Please sign in to comment.