Skip to content

Commit 8047634

Browse files
committed
release Yafc 2.14.0
1 parent 344729c commit 8047634

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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.13.0</AssemblyVersion>
7-
<FileVersion>2.13.0</FileVersion>
6+
<AssemblyVersion>2.14.0</AssemblyVersion>
7+
<FileVersion>2.14.0</FileVersion>
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<ApplicationIcon>image.ico</ApplicationIcon>
1010
<Nullable>enable</Nullable>

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
// Bugfixes go there.
1515
// Internal changes:
1616
// Changes to the code that do not affect the behavior of the program.
17+
1718
----------------------------------------------------------------------------------------------------------------------
1819
Version:
1920
Date:
21+
Features:
22+
23+
Fixes:
24+
25+
----------------------------------------------------------------------------------------------------------------------
26+
Version: 2.14.0
27+
Date: June 15th 2025
2028
Features:
2129
- Module templates can be automatically applied to new recipe rows, on a per-template basis.
2230
Fixes:

0 commit comments

Comments
 (0)