From f7fb98b4105a2917a1db8ddd6efca316adacff57 Mon Sep 17 00:00:00 2001 From: Ruben Bartelink Date: Thu, 11 Jul 2024 14:58:19 +0100 Subject: [PATCH] Release 3.0.2 FsCodec.SystemTextJson only --- CHANGELOG.md | 12 ++++++++++-- src/FsCodec.Box/FsCodec.Box.fsproj | 3 ++- .../FsCodec.NewtonsoftJson.fsproj | 3 ++- .../FsCodec.SystemTextJson.fsproj | 3 ++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7eacc..31e6021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,15 @@ The `Unreleased` section name is replaced by the expected version of next releas ### Removed ### Fixed + +## [3.0.2] - 2024-7-11 + +### Fix + +- `SystemTextJson`: Relax dependency to `FsCodec.Box` v `3.0.0` + -## [3.0.1] - 2024-7-11 +## [3.0.1] - 2024-7-11 (Unlisted) ### Changed @@ -475,7 +482,8 @@ Initial release based on merge of [Jet.JsonNet.Converters v0](https://github.com Final release of Jet.JsonNet.Converters archived on [v0 branch](https://github.com/jet/FsCodec/tree/v0) -[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.1...HEAD +[Unreleased]: https://github.com/jet/FsCodec/compare/3.0.2...HEAD +[3.0.2]: https://github.com/jet/FsCodec/compare/3.0.1...3.0.2 [3.0.1]: https://github.com/jet/FsCodec/compare/3.0.0...3.0.1 [3.0.0]: https://github.com/jet/FsCodec/compare/3.0.0-rc.18...3.0.0 [3.0.0-rc.18]: https://github.com/jet/FsCodec/compare/3.0.0-rc.17...3.0.0-rc.18 diff --git a/src/FsCodec.Box/FsCodec.Box.fsproj b/src/FsCodec.Box/FsCodec.Box.fsproj index 1695970..3c8ff02 100644 --- a/src/FsCodec.Box/FsCodec.Box.fsproj +++ b/src/FsCodec.Box/FsCodec.Box.fsproj @@ -23,7 +23,8 @@ - + + diff --git a/src/FsCodec.NewtonsoftJson/FsCodec.NewtonsoftJson.fsproj b/src/FsCodec.NewtonsoftJson/FsCodec.NewtonsoftJson.fsproj index 117b61c..16885af 100644 --- a/src/FsCodec.NewtonsoftJson/FsCodec.NewtonsoftJson.fsproj +++ b/src/FsCodec.NewtonsoftJson/FsCodec.NewtonsoftJson.fsproj @@ -29,7 +29,8 @@ - + + diff --git a/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj b/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj index e69fc8c..b752423 100644 --- a/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj +++ b/src/FsCodec.SystemTextJson/FsCodec.SystemTextJson.fsproj @@ -30,7 +30,8 @@ - + +