From 12c07f0a159f7796362d132575178f408dbb32d1 Mon Sep 17 00:00:00 2001 From: Ziya Suzen Date: Fri, 20 Oct 2023 06:36:40 +0100 Subject: [PATCH 1/2] Release prep 2.0.0-alpha.5 * Initial Object Store implementation (#150) * TLS first connection (#156) * Consume clean exit fixes (#161) * Add NatsMemoryOwner (#162) --- version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.txt b/version.txt index c4e10406a..fe5c16b9b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.0.0-alpha.4 +2.0.0-alpha.5 From 870ec20de2d327834d20ec1c6520a0165ec9e629 Mon Sep 17 00:00:00 2001 From: Ziya Suzen Date: Fri, 20 Oct 2023 10:52:29 +0100 Subject: [PATCH 2/2] Pack object store --- src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj b/src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj index d58a0e017..39282a010 100644 --- a/src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj +++ b/src/NATS.Client.ObjectStore/NATS.Client.ObjectStore.csproj @@ -9,7 +9,7 @@ pubsub;messaging JetStream Object Store support for NATS.Client. - false + true