Skip to content

Commit

Permalink
chore: update version to 2.1.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shpaass committed Oct 29, 2024
1 parent 9e96d3e commit fbf8f31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Yafc/Yafc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64;osx-arm64</RuntimeIdentifiers>
<AssemblyVersion>2.0.1</AssemblyVersion>
<FileVersion>2.0.1</FileVersion>
<AssemblyVersion>2.1.0</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<ApplicationIcon>image.ico</ApplicationIcon>
<Nullable>enable</Nullable>
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
// Internal changes:
// Changes to the code that do not affect the behavior of the program.
----------------------------------------------------------------------------------------------------------------------
Version: 2.x
Date:
Version: 2.1.0
Date: October 29th 2024
Features:
- Focus the built count and fixed count edit boxes when first opening them.
- Add a dark mode checkbox to the preferences.
Expand Down

0 comments on commit fbf8f31

Please sign in to comment.