From e538075cb5e2509ab5235b0cce7c1a388fa25d89 Mon Sep 17 00:00:00 2001 From: Dion Date: Fri, 8 Mar 2024 19:53:43 +0100 Subject: [PATCH 1/2] Remove unused cultures dll's --- starsky/starsky/starsky.csproj | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/starsky/starsky/starsky.csproj b/starsky/starsky/starsky.csproj index a8a33126b0..7767ca97b6 100644 --- a/starsky/starsky/starsky.csproj +++ b/starsky/starsky/starsky.csproj @@ -217,4 +217,25 @@ true + + + + + + + + false + + + + + + + + + + + + + From e48cc208b2fafbeddcc14dfe08294cfd1f05f7d7 Mon Sep 17 00:00:00 2001 From: Dion van Velde Date: Fri, 8 Mar 2024 21:30:02 +0100 Subject: [PATCH 2/2] keep a changelog --- history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/history.md b/history.md index 7f54f4f877..2f1634fe11 100644 --- a/history.md +++ b/history.md @@ -54,6 +54,7 @@ Semantic Versioning 2.0.0 is from version 0.1.6+ - [x] (Fixed) _Back-end_ Longer regex timeout for GetFileName (PR #1444) - [x] (Fixed) _Back-end_ Warnings for Sonarcloud (PR #1445) - [x] (Fixed) _Front-end_ Fix list item status OkAndSame is not red anymore (PR #1445) +- [x] (Removed) _Back-end_ Unused .NET cultures (PR #1453) ## version 0.6.0-beta.2 - 2024-03-05 {#v0.6.0-beta.2}