Skip to content

Commit 75d9809

Browse files
committed
feat: Update deps
1 parent 9eb534f commit 75d9809

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

Nickvision.Application.Shared/Controllers/MainWindowController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public async Task CheckForUpdatesAsync(bool showNotificationForNoUpdates)
9191
}
9292
if (_latestVersion > _appInfo.Version!)
9393
{
94-
if(!OperatingSystem.IsLinux())
94+
if (!OperatingSystem.IsLinux())
9595
{
9696
_logger.LogInformation($"New application update available: {_latestVersion}");
9797
_notificationService.Send(new AppNotification(_translationService._("New {0} update available: {1}", _appInfo.ShortName!, _latestVersion.ToString()), NotificationSeverity.Success)

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.0" />
14+
<PackageReference Include="Nickvision.Desktop" Version="2026.3.1" />
1515
<PackageReference Include="NReco.Logging.File" Version="1.3.1" />
1616
</ItemGroup>
1717

flatpak/nuget-sources.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,13 @@
454454
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop/2026.3.0/nickvision.desktop.2026.3.0.nupkg",
455455
"type": "file"
456456
},
457+
{
458+
"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",
462+
"type": "file"
463+
},
457464
{
458465
"dest": "nuget-sources",
459466
"dest-filename": "nickvision.desktop.gnome.2026.3.0.nupkg",

0 commit comments

Comments
 (0)