Skip to content

Commit 8a87ec4

Browse files
committed
feat: Update deps
1 parent 75d9809 commit 8a87ec4

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

Nickvision.Application.Shared/Controllers/PreferencesViewController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ public bool AllowPreviewUpdates
5858
set => _configuration.AllowPreviewUpdates = value;
5959
}
6060

61-
public async Task SaveConfigurationAsync() => await _jsonFileService.SaveAsync(_configuration, Configuration.Key);
61+
public Task SaveConfigurationAsync() => _jsonFileService.SaveAsync(_configuration, Configuration.Key);
6262
}

Nickvision.Application.Shared/Nickvision.Application.Shared.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</PropertyGroup>
1212

1313
<ItemGroup>
14-
<PackageReference Include="Nickvision.Desktop" Version="2026.3.1" />
14+
<PackageReference Include="Nickvision.Desktop" Version="2026.3.2" />
1515
<PackageReference Include="NReco.Logging.File" Version="1.3.1" />
1616
</ItemGroup>
1717

flatpak/nuget-sources.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -456,9 +456,9 @@
456456
},
457457
{
458458
"dest": "nuget-sources",
459-
"dest-filename": "nickvision.desktop.2026.3.1.nupkg",
460-
"sha512": "2e7a84adb9aeb055527259e095128a5d65f51c3b82771397459fc5f75638c44b8ca8f9a6967be2907e9ae588a7911f4f9c630ca3dc23214e3073c34464d0cf50",
461-
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop/2026.3.1/nickvision.desktop.2026.3.1.nupkg",
459+
"dest-filename": "nickvision.desktop.2026.3.2.nupkg",
460+
"sha512": "2b54e287dd2c2ba7fc3c7412dc60d219219b959b35f745f08d4b17bd82291ca6354cbaefacf57fb5a46a466d05a1331ab5769082f04df2ad156f2d341a7ff437",
461+
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop/2026.3.2/nickvision.desktop.2026.3.2.nupkg",
462462
"type": "file"
463463
},
464464
{

resources/po/application.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2026-03-01 19:15-0500\n"
11+
"POT-Creation-Date: 2026-03-01 23:05-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)