From 66a93a81cafe27cfe2760b4138271d824373d462 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:29:01 +0200 Subject: [PATCH] Update to Steeltoe 4.0.0 and 3.3.0 --- Version.props | 4 ++-- install-template.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Version.props b/Version.props index fb6f37f..49ea7cf 100644 --- a/Version.props +++ b/Version.props @@ -5,8 +5,8 @@ - 4.0.0-rc1 - 3.2.8 + 4.0.0 + 3.3.0 6.5.0 diff --git a/install-template.sh b/install-template.sh index 504a2ab..ed55dbb 100644 --- a/install-template.sh +++ b/install-template.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n SteeltoeDev +dotnet nuget add source https://pkgs.dev.azure.com/dotnet/Steeltoe/_packaging/ci/nuget/v3/index.json -n Steeltoe-ci if [[ -z "$TEMPLATE_CHECKOUT_TARGET" ]] ;then dotnet new install Steeltoe.NetCoreTool.Templates::${templates_version} &&\