From 32d4a7a8db09b9108f247c189dde32f8c4a64304 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Sun, 25 May 2025 20:53:10 +0200 Subject: [PATCH 1/2] :speech_balloon: updated community health pages --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a646c1..bf5efb2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ An open-source project (MIT license) that targets and complements the [System.Globalization](https://github.com/dotnet/runtime/tree/main/src/libraries/System.Private.CoreLib/src/System/Globalization) namespace. It aims to provide a way to favor National Language Support (NLS) over International Components for Unicode (ICU). +Full documentation (generated by [DocFx](https://github.com/dotnet/docfx)) located here: https://globalization.codebelt.net/ + ### 📦 Standalone Packages Provides a focused API for RESTful versioning. From 79159bbdf2e3358afa74806a26774ac0766f6102 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Sun, 25 May 2025 20:54:56 +0200 Subject: [PATCH 2/2] :wrench: opt-in for non-mono dockerimage --- testenvironments.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testenvironments.json b/testenvironments.json index 1270327..0214cf5 100644 --- a/testenvironments.json +++ b/testenvironments.json @@ -9,7 +9,7 @@ { "name": "Docker-Ubuntu", "type": "docker", - "dockerImage": "gimlichael/ubuntu-testrunner:mono-net8.0.409-9.0.300" + "dockerImage": "gimlichael/ubuntu-testrunner:net8.0.409-9.0.300" } ] }