From a5ac63fc617a134f4faae442783c378d4b9fde78 Mon Sep 17 00:00:00 2001 From: SubZeroPL Date: Wed, 24 Jun 2026 20:26:09 +0200 Subject: [PATCH 1/3] ci: DiscTools update --- DiscTools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscTools b/DiscTools index 160f1c9..3771023 160000 --- a/DiscTools +++ b/DiscTools @@ -1 +1 @@ -Subproject commit 160f1c9c95149f3bda2191a90544fda39603f5d6 +Subproject commit 377102330c2d40885b2863b4e69c4b5310f9f4de From 34734a371eb140dec23c64a2b000392c395910fa Mon Sep 17 00:00:00 2001 From: SubZeroPL Date: Wed, 24 Jun 2026 20:26:39 +0200 Subject: [PATCH 2/3] docs: updated README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 46d8c0b..10715f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# AssM - Arkadyzja savestates Manager +# AssM – Arkadyzja savestates Manager -It is a piece of software that assists in creating entries for [Arkadyzja savestates repository](https://github.com/ActionPL/duckstation_openbios_savestates). It allows creating and editing README files for games that will have savestates uploaded to the repository. Those savestates will then be available for [Arkadyzja](https://arkadyzja.honmaru.pl/). +This is a piece of software that assists in creating entries for [Arkadyzja savestates repository](https://github.com/ActionPL/duckstation_openbios_savestates). It allows creating and editing README files for games that will have savestates uploaded to the repository. Those savestates will then be available for [Arkadyzja](https://arkadyzja.honmaru.pl/). ## ⚠️ Requirements For the application to work, [.NET Framework 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0) is required. @@ -9,10 +9,10 @@ Application is developed and tested on Windows 11 OS. It should also work on Lin ## 📦 Releases Each release starting with 1.4.0 has four variants: -- Windows x64 version with .NET 8 framework bundled (AssM_X.X.X_with_dotnet-win-x64.zip) -- Windows x64 version without .NET 8 framework bundled (AssM_X.X.X-win-x64.zip) -- Linux x64 version with .NET 8 framework bundled (AssM_X.X.X_with_dotnet-linux-x64.zip) -- Linux x64 version without .NET 8 framework bundled (AssM_X.X.X-linux-x64.zip) +- Windows x64 version with .NET 10 framework bundled (AssM_X.X.X_with_dotnet-win-x64.zip) +- Windows x64 version without .NET 10 framework bundled (AssM_X.X.X-win-x64.zip) +- Linux x64 version with .NET 10 framework bundled (AssM_X.X.X_with_dotnet-linux-x64.zip) +- Linux x64 version without .NET 10 framework bundled (AssM_X.X.X-linux-x64.zip) _**Linux releases are highly experimental, use at your own risk!**_ From 588ee4d5d0dbbc6c96fed246fa4d0189621fb979 Mon Sep 17 00:00:00 2001 From: SubZeroPL Date: Wed, 24 Jun 2026 20:26:48 +0200 Subject: [PATCH 3/3] ci: update version to 1.9.3 --- AssM.csproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AssM.csproj b/AssM.csproj index 5d0da58..c6a190c 100644 --- a/AssM.csproj +++ b/AssM.csproj @@ -5,11 +5,11 @@ enable true app.manifest - 1.9.2 + 1.9.3 SubZeroPL https://github.com/SubZeroPL/AssM - 1.9.2 - 1.9.2 + 1.9.3 + 1.9.3 AssM https://github.com/SubZeroPL/AssM/blob/master/LICENSE https://github.com/SubZeroPL/AssM/