From df3c18ef2a4afca20cd23041724098660fc832bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Polykanine?= Date: Mon, 8 Jun 2026 16:24:08 +0200 Subject: [PATCH] Update .NET to 10.0 --- CLAUDE.md | 2 +- README.md | 4 ++-- src/Sic/Sic.csproj | 13 ++++++------- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 4728b90..bd16054 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Project Overview -SIC! (Simple Image Converter) is a Windows Forms desktop application (.NET 8.0, x64-only) by Oire Software. It converts images between formats (JPG, PNG, WEBP, ICO, BMP, TIFF, GIF, AVIF) with optional resizing, using Magick.NET as the image processing backend. The app has both a GUI mode and a headless CLI mode. +SIC! (Simple Image Converter) is a Windows Forms desktop application (.NET 10.0, x64-only) by Oire Software. It converts images between formats (JPG, PNG, WEBP, ICO, BMP, TIFF, GIF, AVIF) with optional resizing, using Magick.NET as the image processing backend. The app has both a GUI mode and a headless CLI mode. It uses structured logging (Serilog), file-based configuration (SharpConfig), and gettext-based localization (GetText.NET). Versioning is handled automatically via GitVersion (GitVersion.MsBuild) from git history. diff --git a/README.md b/README.md index bf98924..11a335f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Built with accessibility in mind — screen-reader friendly with proper labels a ## Requirements - Windows 10/11 (x64) -- [.NET 8.0 Runtime](https://dotnet.microsoft.com/download/dotnet/8.0) +- [.NET 10.0 Runtime](https://dotnet.microsoft.com/download/dotnet/10.0) ## Installation @@ -112,7 +112,7 @@ To run SIC! in portable mode, create an empty `userdata` folder next to `Sic.exe ## Building -Requires [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0). +Requires [.NET 10.0 SDK](https://dotnet.microsoft.com/download/dotnet/10.0). ```bash dotnet build # Debug build (x64) diff --git a/src/Sic/Sic.csproj b/src/Sic/Sic.csproj index 4c8cdd1..08ceb44 100644 --- a/src/Sic/Sic.csproj +++ b/src/Sic/Sic.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net10.0-windows true enable enable @@ -16,7 +16,6 @@ latest true true - NU1901;NU1902 SIC! SIC! — Simple Image Converter Oire Software @@ -38,20 +37,20 @@ - + all - - + + - + - +