From 4a65636adeffd1ea97ebf11ec2f831c0ed3cfd03 Mon Sep 17 00:00:00 2001 From: Einar Date: Fri, 30 Aug 2024 14:28:51 +0200 Subject: [PATCH] Bump packages and version (#693) * Bump packages and version * Update changelog * Revert litedb --- Extractor/Extractor.csproj | 6 +++--- Server/Server.csproj | 6 +++--- Test/Test.csproj | 2 +- manifest.yml | 6 ++++++ 4 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Extractor/Extractor.csproj b/Extractor/Extractor.csproj index ecc68f31..2715d626 100644 --- a/Extractor/Extractor.csproj +++ b/Extractor/Extractor.csproj @@ -13,11 +13,11 @@ - + - + - + diff --git a/Server/Server.csproj b/Server/Server.csproj index 1cdaaef1..c2285f0b 100644 --- a/Server/Server.csproj +++ b/Server/Server.csproj @@ -10,12 +10,12 @@ - + - - + + \ No newline at end of file diff --git a/Test/Test.csproj b/Test/Test.csproj index 13eb6d85..2f4103d8 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -27,7 +27,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/manifest.yml b/manifest.yml index 2aee07f7..4164dbbb 100644 --- a/manifest.yml +++ b/manifest.yml @@ -67,6 +67,12 @@ schema: - "https://raw.githubusercontent.com/" versions: + "2.30.3": + description: Fix various issues. + changelog: + fixed: + - Fix error when updating parent IDs. + - Avoid broken state when the local config buffer cannot be written to. "2.30.2": description: Set `ReturnBounds` to false in history read requests. changelog: