Skip to content

Commit

Permalink
Fix the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
GillesTourreau committed Jun 28, 2024
1 parent 389e434 commit 2caa5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/FluentAssertions.Json/FluentAssertions.Json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>
1.3.0
- Add new override BeJsonDeserializableInto() method to test the string collections.
- Add new override BeJsonDeserializableInto() method to test the string and numeric values.
- Add new overload BeJsonDeserializableInto() method to test the string collections.
- Add new overload BeJsonDeserializableInto() method to test the string and numeric values.

1.2.0
- Add new override BeJsonSerializableInto() method to test polymorphism serialization with discriminator JSON property.
- Add new overload BeJsonSerializableInto() method to test polymorphism serialization with discriminator JSON property.
- Add the support to assert the deserialization of root JSON array.

1.1.0
Expand Down

0 comments on commit 2caa5b7

Please sign in to comment.