Skip to content

Commit 147665e

Browse files
committed
feat: Update deps
1 parent ffb438c commit 147665e

6 files changed

Lines changed: 164 additions & 171 deletions

File tree

Nickvision.Application.GNOME/Nickvision.Application.GNOME.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ItemGroup>
1515
<PackageReference Include="GirCore.Adw-1" Version="0.7.0" />
16-
<PackageReference Include="Nickvision.Desktop.GNOME" Version="2026.3.1" />
16+
<PackageReference Include="Nickvision.Desktop.GNOME" Version="2026.3.2" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\Nickvision.Application.Shared\Nickvision.Application.Shared.csproj" />

Nickvision.Application.Shared/Controllers/MainWindowController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public async Task CheckForUpdatesAsync(bool showNotificationForNoUpdates)
118118

119119
public async Task WindowsUpdateAsync(IProgress<DownloadProgress> progress)
120120
{
121-
var res = await _updaterService.WindowsUpdate(_latestVersion, progress);
121+
var res = await _updaterService.WindowsApplicationUpdateAsync(_latestVersion, progress);
122122
if (!res)
123123
{
124124
_notificationService.Send(new AppNotification(_translationService._("Unable to download and install the update"), NotificationSeverity.Error));

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

Nickvision.Application.WinUI/Nickvision.Application.WinUI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<PackageReference Include="CommunityToolkit.WinUI.Extensions" Version="8.2.251219" />
3434
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.26100.7705" />
3535
<PackageReference Include="Microsoft.WindowsAppSDK" Version="1.8.260209005" />
36-
<PackageReference Include="Nickvision.Desktop.WinUI" Version="2026.3.0" />
36+
<PackageReference Include="Nickvision.Desktop.WinUI" Version="2026.3.1" />
3737
</ItemGroup>
3838
<ItemGroup>
3939
<ProjectReference Include="..\Nickvision.Application.Shared\Nickvision.Application.Shared.csproj" />

0 commit comments

Comments
 (0)