Skip to content

Commit

Permalink
update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsdennis committed Feb 2, 2023
1 parent c79fe4d commit 4860967
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JsonLogic/JsonLogic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<PackageTags>json logic json-logic jsonlogic</PackageTags>
<PackageReleaseNotes>Release notes can be found on [GitHub](https://github.com/gregsdennis/json-everything/blob/master/json-everything.net/wwwroot/md/release-notes/json-logic.md) and https://json-everything.net/json-logic</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>3.3.0</Version>
<Version>3.3.1</Version>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<FileVersion>3.3.0.0</FileVersion>
<FileVersion>3.3.1.0</FileVersion>
<DocumentationFile>JsonLogic.xml</DocumentationFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down
4 changes: 4 additions & 0 deletions json-everything.net/wwwroot/md/release-notes/json-logic.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [3.3.1](https://github.com/gregsdennis/json-everything/pull/376)

[#373](https://github.com/gregsdennis/json-everything/issues/373) - Updated `<` and `<=` rules for the three-input case ("between" rule) to properly coerce values. Thanks to [@alexkharuk](https://github.com/alexkharuk) for finding and fixing this bug.

# [3.3.0](https://github.com/gregsdennis/json-everything/pull/370)

[#368](https://github.com/gregsdennis/json-everything/issues/368)/[#369](https://github.com/gregsdennis/json-everything/issues/369) - Updated rule class accessibility to allow users to customize rule behavior. Thanks to [@dcook-net](https://github.com/dcook-net) for suggesting and implementing this change.
Expand Down

0 comments on commit 4860967

Please sign in to comment.