From 87966ae44ae9b795e2992c183a3d5d93b62a7911 Mon Sep 17 00:00:00 2001 From: team-modern-deployments-bot <124109055+team-modern-deployments-bot@users.noreply.github.com> Date: Thu, 6 Aug 2026 11:38:03 +1000 Subject: [PATCH 1/2] chore(main): release 2.23.6 --- CHANGELOG.md | 7 +++++++ version.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a54f944..4731dee0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.23.6](https://github.com/OctopusDeploy/cli/compare/v2.23.5...v2.23.6) (2026-08-06) + + +### Bug Fixes + +* produce valid NuGet packages from package nuget create ([47932dc](https://github.com/OctopusDeploy/cli/commit/47932dc5a3f6a0ce02e24912610a9bc939f17191)), closes [#477](https://github.com/OctopusDeploy/cli/issues/477) + ## [2.23.5](https://github.com/OctopusDeploy/cli/compare/v2.23.4...v2.23.5) (2026-08-05) diff --git a/version.txt b/version.txt index 00436370..bdaa661c 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.23.5 +2.23.6 From 096c72ad06f2c67e180088f896ac4cad1aed2d9b Mon Sep 17 00:00:00 2001 From: team-integrations-fnm-bot Date: Thu, 6 Aug 2026 01:38:17 +0000 Subject: [PATCH 2/2] chore: update install script version --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index faae18fd..f2eeea69 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -33,7 +33,7 @@ fi log "Selecting version..." -version=${VERSION:-v2.23.5} +version=${VERSION:-v2.23.6} if [ ! $version ]; then log "${YELLOW}"