Skip to content

Commit

Permalink
V2023.2.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
nlogozzo committed Jan 22, 2023
1 parent b22db0f commit 9328150
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public Program()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = "Denaro";
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.2.0-next";
_mainWindowController.AppInfo.Version = "2023.2.0-beta1";
_mainWindowController .AppInfo.Changelog = "<ul><li>Added the ability to sort transactions by amount</li><li>LC_MONETARY and LC_TIME will now be respected</li><li>Added the ability to transfer money between accounts with different currencies by providing a conversion rate in TransferDialog</li><li>Recent accounts are now available to select from the TransferDialog</li></ul>";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new");
Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.GNOME/org.nickvision.money.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<binary>org.nickvision.money</binary>
</provides>
<releases>
<release version="2023.2.0-next" date="2023-1-18">
<release version="2023.2.0-beta1" date="2023-01-22">
<description>
<p>- Added the ability to sort transactions by amount</p>
<p>- LC_MONETARY and LC_TIME will now be respected</p>
Expand Down
18 changes: 9 additions & 9 deletions NickvisionMoney.GNOME/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,17 @@
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite/7.0.1/microsoft.data.sqlite.7.0.1.nupkg",
"sha512": "e6da7a4d77fb56b82ea8d8cab460c455063b1734f8f659f4891ddcdff089e3049dbc64035f6d72b3743bd76b546b58dec3146064b5a3f923c778549fab8b4424",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite/7.0.2/microsoft.data.sqlite.7.0.2.nupkg",
"sha512": "957a01842f8402c8ea7655c0b9f1dabeb661b8beac7f6dcf0239950df2078f7f63ae1050cbe90151b7d46f06fd6e7d510f8c0db028531d099fc9ea2bd14a59c8",
"dest": "nuget-sources",
"dest-filename": "microsoft.data.sqlite.7.0.1.nupkg"
"dest-filename": "microsoft.data.sqlite.7.0.2.nupkg"
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/7.0.1/microsoft.data.sqlite.core.7.0.1.nupkg",
"sha512": "88ba307fcb1aa5dda1c1744da352279cac1c8ddda93f40a6a05f41fb3fae0f0d1cdc0fd4952f00316cfea92a0a9b41c4e42f43e44ba6b7b3d6a1e3688ddb81b2",
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/7.0.2/microsoft.data.sqlite.core.7.0.2.nupkg",
"sha512": "d42cd7c91e6afddb7fdb0f6a98540e608221b9276f66119a0e9c92ce5afb3ac950fc40857cf1be7b1a20b1623394f6cb91702c3e366d377587fe1b4c0ecd3936",
"dest": "nuget-sources",
"dest-filename": "microsoft.data.sqlite.core.7.0.1.nupkg"
"dest-filename": "microsoft.data.sqlite.core.7.0.2.nupkg"
},
{
"type": "file",
Expand Down Expand Up @@ -190,10 +190,10 @@
},
{
"type": "file",
"url": "https://api.nuget.org/v3-flatcontainer/questpdf/2022.12.0/questpdf.2022.12.0.nupkg",
"sha512": "304bc94f1cb8491d7e098d6b3e4c363df81a5cc0bef25358ab43da05b4fabab93f3a44bf5af2ef89b9b0bad29daca28f5fe8a7836b1918aaf6ada287e089fea1",
"url": "https://api.nuget.org/v3-flatcontainer/questpdf/2022.12.1/questpdf.2022.12.1.nupkg",
"sha512": "92853ee6e3d69e80153927784ea8b8faada88b168acbfc8e688b9b4366540e54a98c5519026a5555f0a7b27b25e932e63d7e2c4c6a8f0d8830d8743097ade378",
"dest": "nuget-sources",
"dest-filename": "questpdf.2022.12.0.nupkg"
"dest-filename": "questpdf.2022.12.1.nupkg"
},
{
"type": "file",
Expand Down
4 changes: 2 additions & 2 deletions NickvisionMoney.Shared/NickvisionMoney.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<ItemGroup>
<PackageReference Include="Docnet.Core" Version="2.3.1" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.1" />
<PackageReference Include="QuestPDF" Version="2022.12.0" />
<PackageReference Include="Microsoft.Data.Sqlite" Version="7.0.2" />
<PackageReference Include="QuestPDF" Version="2022.12.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.WinUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public App()
_mainWindowController.AppInfo.Name = "Nickvision Denaro";
_mainWindowController.AppInfo.ShortName = "Denaro";
_mainWindowController.AppInfo.Description = $"{_mainWindowController.Localizer["Description"]}.";
_mainWindowController.AppInfo.Version = "2023.2.0-next";
_mainWindowController.AppInfo.Version = "2023.2.0-beta1";
_mainWindowController.AppInfo.Changelog = "- Added the ability to sort transactions by amount\n- Added the ability to transfer money between accounts with different currencies\nby providing a conversion rate in TransferDialog\n- Recent accounts are now available to select from the TransferDialog\n- Fixed an issue where dates in TransactionDialog were not displayed with locale settings";
_mainWindowController.AppInfo.GitHubRepo = new Uri("https://github.com/nlogozzo/NickvisionMoney");
_mainWindowController.AppInfo.IssueTracker = new Uri("https://github.com/nlogozzo/NickvisionMoney/issues/new");
Expand Down
2 changes: 1 addition & 1 deletion NickvisionMoney.WinUI/NickvisionMoney.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<PackageReference Include="CommunityToolkit.WinUI.UI.Controls" Version="7.1.2" />
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.2.221209.1" />
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.755" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.11" />
<PackageReference Include="Vanara.PInvoke.User32" Version="3.4.12" />
<Manifest Include="$(ApplicationManifest)" />
</ItemGroup>

Expand Down

0 comments on commit 9328150

Please sign in to comment.