From 8a3720f9ab396979341fdbbc5b08fb858c92c353 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Sun, 3 Dec 2023 11:54:21 +1300 Subject: [PATCH] update version and release notes --- JsonSchema/JsonSchema.csproj | 4 ++-- tools/ApiDocsGenerator/release-notes/rn-json-schema.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/JsonSchema/JsonSchema.csproj b/JsonSchema/JsonSchema.csproj index 219634d382..776b7932d8 100644 --- a/JsonSchema/JsonSchema.csproj +++ b/JsonSchema/JsonSchema.csproj @@ -16,8 +16,8 @@ https://github.com/gregsdennis/json-everything https://github.com/gregsdennis/json-everything json-schema validation schema json - 5.4.0 - 5.4.0.0 + 5.4.1 + 5.4.1.0 5.0.0.0 LICENSE JsonSchema.Net diff --git a/tools/ApiDocsGenerator/release-notes/rn-json-schema.md b/tools/ApiDocsGenerator/release-notes/rn-json-schema.md index 1de91c076c..c9be5889e5 100644 --- a/tools/ApiDocsGenerator/release-notes/rn-json-schema.md +++ b/tools/ApiDocsGenerator/release-notes/rn-json-schema.md @@ -4,6 +4,10 @@ title: JsonSchema.Net icon: fas fa-tag order: "08.01" --- +# [5.4.1](https://github.com/gregsdennis/json-everything/pull/572) {#release-pointer-5.4.1} + +[#570](https://github.com/gregsdennis/json-everything/issues/570) - RFC 3339 date/times require the time zone offset. Thanks to [@danielstarck](https://github.com/danielstarck) for identifying and fixing this issue. + # [5.4.0](https://github.com/gregsdennis/json-everything/pull/565) {#release-pointer-5.4.0} [#549](https://github.com/gregsdennis/json-everything/issues/549) - Expose JSON converters for all types to support JSON source generation.