From 63cacaa33ba29cd6f99e515624bf8f520858d64a Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:34:07 +0100 Subject: [PATCH 1/2] Bump version from 3.0.0 to 3.0.1 Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index 4a36342f..cb2b00e4 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -3.0.0 +3.0.1 From 3f3a21c12cdc70f5e42bf9e2e5e6ee7a29179930 Mon Sep 17 00:00:00 2001 From: Henrique Graca <999396+hjgraca@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:35:38 +0100 Subject: [PATCH 2/2] Delete version.json Signed-off-by: Henrique Graca <999396+hjgraca@users.noreply.github.com> --- version.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 version.json diff --git a/version.json b/version.json deleted file mode 100644 index c55e7366..00000000 --- a/version.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "Core": { - "Logging": "2.0.2", - "Metrics": "2.2.0", - "Tracing": "1.6.2", - "Metrics.AspNetCore": "0.1.0" - }, - "Utilities": { - "Parameters": "1.3.1", - "Idempotency": "1.4.0", - "BatchProcessing": "1.2.1", - "EventHandler": "1.0.1", - "EventHandler.Resolvers.BedrockAgentFunction": "1.0.1", - "Kafka.Json": "1.0.2", - "Kafka.Avro": "1.0.2", - "Kafka.Protobuf": "1.0.2" - } -}