From 1d2a15189b00296063c47dfebc5a7f0ca71cb49c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 02:50:25 +0000 Subject: [PATCH] chore(release): 1.5.2 --- Base/Base.csproj | 2 +- CHANGELOG.md | 7 +++++++ Db/Db.fsproj | 2 +- FsBase/FsBase.fsproj | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Base/Base.csproj b/Base/Base.csproj index d2b5221..e223744 100644 --- a/Base/Base.csproj +++ b/Base/Base.csproj @@ -12,7 +12,7 @@ FruityFoundation.Base https://github.com/kyleratti/FruityFoundation - 1.5.1 + 1.5.2 true LICENSE FruityFoundation.Base diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ceb68e..fec88bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ Changelog + +## [1.5.2](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.5.2) (2023-12-20) + +### 🐛 Bug Fixes + +* rename IDictionary.TryGet to TryGetValue ([b958542](https://www.github.com/kyleratti/FruityFoundation/commit/b95854253450ee2fe5f9a8df2c78f9e19a4732c8)) + ## [1.5.1](https://www.github.com/kyleratti/FruityFoundation/releases/tag/v1.5.1) (2023-12-17) diff --git a/Db/Db.fsproj b/Db/Db.fsproj index 68952e2..5d52836 100644 --- a/Db/Db.fsproj +++ b/Db/Db.fsproj @@ -10,7 +10,7 @@ FruityFoudnation.Db https://github.com/kyleratti/FruityFoundation - 1.5.1 + 1.5.2 true LICENSE net6.0;net8.0 diff --git a/FsBase/FsBase.fsproj b/FsBase/FsBase.fsproj index 0b8d003..8e86c28 100644 --- a/FsBase/FsBase.fsproj +++ b/FsBase/FsBase.fsproj @@ -7,7 +7,7 @@ FruityFoundation.FsBase Kyle Ratti true - 1.5.1 + 1.5.2 LICENSE net6.0;net8.0 8.0