Skip to content

Commit

Permalink
Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Feb 13, 2024
1 parent c265696 commit 55657bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Qowaiv/Json/Identifiers/IdJsonConverter.cs
Expand Up @@ -82,7 +82,7 @@ public override void Write(Utf8JsonWriter writer, Id<TBehavior> value, JsonSeria
}

/// <inheritdoc />
- public override Id<TBehavior> ReadAsPropertyName(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
public override Id<TBehavior> ReadAsPropertyName(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
=> Id<TBehavior>.FromJson(reader.GetString());

/// <inheritdoc />
Expand Down
2 changes: 1 addition & 1 deletion src/Qowaiv/Qowaiv.csproj
Expand Up @@ -29,7 +29,7 @@ v7.0.0
- Seal all JSON converters. #361 (breaking)
- Allign Parse and TryParse provider naming with IParsable. #360 (breaking)
- Drop support for .NET 5 and .NET 7 STS's. #359 (breaking)
- Deserializing ID's from JSON numeric nodes takes constrains into account.
- Deserializing ID's from JSON numeric nodes takes constrains into account. #374
v6.6.0
- Add former countries. #357
- Update display names countries (EN, DE, NL). #356
Expand Down

0 comments on commit 55657bb

Please sign in to comment.