Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AssM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<Version>1.9.2</Version>
<Version>1.9.3</Version>
<Authors>SubZeroPL</Authors>
<PackageProjectUrl>https://github.com/SubZeroPL/AssM</PackageProjectUrl>
<AssemblyVersion>1.9.2</AssemblyVersion>
<FileVersion>1.9.2</FileVersion>
<AssemblyVersion>1.9.3</AssemblyVersion>
<FileVersion>1.9.3</FileVersion>
<Title>AssM</Title>
<PackageLicenseUrl>https://github.com/SubZeroPL/AssM/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryUrl>https://github.com/SubZeroPL/AssM/</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion DiscTools
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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!**_

Expand Down