Skip to content

Commit d6bbdb5

Browse files
committed
release Yafc 2.3.1
1 parent 33d50ef commit d6bbdb5

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Yafc/Yafc.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0</TargetFramework>
55
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
6-
<AssemblyVersion>2.3.0</AssemblyVersion>
7-
<FileVersion>2.3.0</FileVersion>
6+
<AssemblyVersion>2.3.1</AssemblyVersion>
7+
<FileVersion>2.3.1</FileVersion>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<ApplicationIcon>image.ico</ApplicationIcon>
1010
<Nullable>enable</Nullable>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
// Internal changes:
1616
// Changes to the code that do not affect the behavior of the program.
1717
----------------------------------------------------------------------------------------------------------------------
18+
Version: 2.3.1
19+
Date: November 10th 2024
20+
Bugfixes:
21+
- Cybersyn now doesn't crash on load.
22+
1823
Version: 2.3.0
1924
Date: November 10th 2024
2025
Features:

0 commit comments

Comments
 (0)