Skip to content

Commit

Permalink
V2023.9.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Sep 6, 2023
1 parent b65f460 commit 6521a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.Shared/Controllers/MainWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public MainWindowController(string[] args)
Directory.Delete($"{UserDirectories.Config}{Path.DirectorySeparatorChar}Nickvision{Path.DirectorySeparatorChar}{AppInfo.Name}", true);
}
Aura.Active.SetConfig<Configuration>("config");
AppInfo.Version = "2023.9.1-next";
AppInfo.Version = "2023.9.1-rc1";
AppInfo.SourceRepo = new Uri("https://github.com/NickvisionApps/Denaro");
AppInfo.IssueTracker = new Uri("https://github.com/NickvisionApps/Denaro/issues/new");
AppInfo.SupportUrl = new Uri("https://github.com/NickvisionApps/Denaro/discussions");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<mediatype>application/x-nmoney</mediatype>
</provides>
<releases>
<release version="2023.9.1-next" date="2023-09-02">
<release version="2023.9.1-rc1" date="2023-09-06">
<description translatable="no">
<p>- Added a currency conversion tool into Denaro, accesable from the main menu. This tool is also integrated into the Transfer dialog when currency conversion is required</p>
<p>- Fixed an issue where dates in the IncomeExpenseOverTime graph would overlap</p>
Expand Down

0 comments on commit 6521a0b

Please sign in to comment.