From 13457438b9e7edfdd34d1331eef0c157cbcf4d32 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Mon, 1 Jun 2026 16:45:40 +0200 Subject: [PATCH] Updates the version to v10.0.204 --- .github/workflows/github-actions-ci.yaml | 2 +- .github/workflows/github-actions-release.yaml | 4 ++-- README.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github-actions-ci.yaml b/.github/workflows/github-actions-ci.yaml index 31f0b18..df77fe6 100644 --- a/.github/workflows/github-actions-ci.yaml +++ b/.github/workflows/github-actions-ci.yaml @@ -15,7 +15,7 @@ jobs: pull-requests: write env: - DOTNET_SDK_VERSION: "10.0.201" + DOTNET_SDK_VERSION: "10.0.204" IMAGE_NAME: dotnet-sdk-extended steps: diff --git a/.github/workflows/github-actions-release.yaml b/.github/workflows/github-actions-release.yaml index 8c218d0..2358516 100644 --- a/.github/workflows/github-actions-release.yaml +++ b/.github/workflows/github-actions-release.yaml @@ -3,9 +3,9 @@ on: workflow_dispatch env: - DOTNET_SDK_VERSION: "10.0.201" + DOTNET_SDK_VERSION: "10.0.204" -run-name: "v10.0.201" +run-name: "v10.0.204" jobs: build: diff --git a/README.md b/README.md index 918bbe5..c56795e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Image registry: - [9.0.309](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [9.0.310](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) - [10.0.201](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) + - [10.0.204](https://github.com/PosInformatique/dotnet-sdk-extended/pkgs/container/dotnet-sdk-extended/) ## Tool versions - Node.js: 24.13.0 (LTS)