Skip to content

Commit b7b6e95

Browse files
committed
feat: Update deps
1 parent 6a16b60 commit b7b6e95

7 files changed

Lines changed: 18 additions & 22 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,4 +402,7 @@ FodyWeavers.xsd
402402
*.sln.iml
403403

404404
# Translations
405-
*.mo
405+
*.mo
406+
407+
# macOS
408+
.DS_Store

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.2.5" />
16+
<PackageReference Include="Nickvision.Desktop.GNOME" Version="2026.3.0" />
1717
</ItemGroup>
1818
<ItemGroup>
1919
<ProjectReference Include="..\Nickvision.Application.Shared\Nickvision.Application.Shared.csproj" />

Nickvision.Application.Shared/Helpers/HostApplicationBuilderExtensions.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
using Microsoft.Extensions.DependencyInjection;
22
using Microsoft.Extensions.Hosting;
3-
using Microsoft.Extensions.Logging;
43
using Nickvision.Application.Shared.Controllers;
54
using Nickvision.Application.Shared.Services;
65
using Nickvision.Desktop.Application;
76
using Nickvision.Desktop.Filesystem;
87
using Nickvision.Desktop.Helpers;
9-
using NReco.Logging.File;
108
using System;
119
using System.IO;
1210

@@ -27,18 +25,13 @@ public IHostApplicationBuilder ConfigureApplication(string[] args)
2725
DiscussionsForum = new Uri("https://github.com/NickvisionApps/Application/discussions"),
2826
IsPortable = OperatingSystem.IsWindows() && args.Contains("--portable")
2927
};
30-
var loggingPath = appInfo.IsPortable ? "app.log" : Path.Combine(UserDirectories.LocalData, appInfo.Name, "app.log");
3128
builder.Properties.Add("AppInfo", appInfo);
3229
builder.Services.AddSingleton(appInfo);
33-
builder.ConfigureNickvision(args);
30+
builder.ConfigureNickvision(args, appInfo.IsPortable ? "app.log" : Path.Combine(UserDirectories.LocalData, appInfo.Name, "app.log"));
3431
builder.Services.AddSingleton<IEventsService, EventsService>();
3532
builder.Services.AddSingleton<IFolderService, FolderService>();
3633
builder.Services.AddSingleton<MainWindowController>();
3734
builder.Services.AddTransient<PreferencesViewController>();
38-
builder.Logging.ClearProviders();
39-
builder.Logging.SetMinimumLevel(LogLevel.Information);
40-
builder.Logging.AddConsole();
41-
builder.Logging.AddFile(loggingPath, false);
4235
return builder;
4336
}
4437
}

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.2.12" />
14+
<PackageReference Include="Nickvision.Desktop" Version="2026.3.0" />
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.2.4" />
36+
<PackageReference Include="Nickvision.Desktop.WinUI" Version="2026.3.0" />
3737
</ItemGroup>
3838
<ItemGroup>
3939
<ProjectReference Include="..\Nickvision.Application.Shared\Nickvision.Application.Shared.csproj" />

flatpak/nuget-sources.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
},
107107
{
108108
"dest": "nuget-sources",
109-
"dest-filename": "markdig.1.0.0.nupkg",
110-
"sha512": "5aa3db32b71ff75544cc18b0de49f9935cbf9d7bbe901ccfcdd60da1faadfd7128230375021b180143d0b110e7479adc0b5aecfb9d17067d0103c9514ed65b7c",
111-
"url": "https://api.nuget.org/v3-flatcontainer/markdig/1.0.0/markdig.1.0.0.nupkg",
109+
"dest-filename": "markdig.1.1.0.nupkg",
110+
"sha512": "1dcc6797b5e07d06352e33afd4d7596478a23dae29b7829034aceae149e16a853405a5451a27784aca5e64ad176c531e16a83f533cdb155cc9cb8feffd5e7716",
111+
"url": "https://api.nuget.org/v3-flatcontainer/markdig/1.1.0/markdig.1.1.0.nupkg",
112112
"type": "file"
113113
},
114114
{
@@ -449,16 +449,16 @@
449449
},
450450
{
451451
"dest": "nuget-sources",
452-
"dest-filename": "nickvision.desktop.2026.2.12.nupkg",
453-
"sha512": "b1f9034fcd14b560e57512a6e9bcab35d59383866f5447d6bd28a3133ba2c744cf67555abd8d0d4a2c8e6abb5b9d0adc37719b8e50c71a6761782558a674f470",
454-
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop/2026.2.12/nickvision.desktop.2026.2.12.nupkg",
452+
"dest-filename": "nickvision.desktop.2026.3.0.nupkg",
453+
"sha512": "991d309d8d8d9c49d0e5a30df819c1d84549b380cc03fda2de3954cde47d351d231258564f0427898f97a5bc68a7a16b85af46927c1462f08a9a73d4c3ef9930",
454+
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop/2026.3.0/nickvision.desktop.2026.3.0.nupkg",
455455
"type": "file"
456456
},
457457
{
458458
"dest": "nuget-sources",
459-
"dest-filename": "nickvision.desktop.gnome.2026.2.5.nupkg",
460-
"sha512": "4db1c78187eb51574b3ba2cddafc843aa184a69765ff097e9817c0614bc6601974e3c98470d175cc35d43c3d43da118bbdcc496b7c84a3d81f3e5691bf9dafae",
461-
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop.gnome/2026.2.5/nickvision.desktop.gnome.2026.2.5.nupkg",
459+
"dest-filename": "nickvision.desktop.gnome.2026.3.0.nupkg",
460+
"sha512": "41d9c540e43872e59ef491c66a5c7bace2a41805d4d522263e1e156d3a386e0038673d52fb243c8babf745a8fce53602b62de6cb66742ab28f8e08c37e3dacee",
461+
"url": "https://api.nuget.org/v3-flatcontainer/nickvision.desktop.gnome/2026.3.0/nickvision.desktop.gnome.2026.3.0.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-02-28 11:09-0500\n"
11+
"POT-Creation-Date: 2026-03-01 14:51-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)