Skip to content

Commit

Permalink
Bump Fronter.NET from 6dd8313 to 79828ca
Browse files Browse the repository at this point in the history
Bumps [Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from `6dd8313` to `79828ca`.
- [Commits](ParadoxGameConverters/Fronter.NET@6dd8313...79828ca)

---
updated-dependencies:
- dependency-name: Fronter.NET
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2024
1 parent 7e6b48e commit 19f2959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fronter.NET
Submodule Fronter.NET updated 36 files
+4 −4 .github/actions/build_frontend/entrypoint.sh
+3 −2 .github/workflows/test.yml
+5 −5 Fronter.NET.Tests/Fronter.Tests.csproj
+2 −2 Fronter.NET.Tests/Models/ConfigurationTests.cs
+5 −4 Fronter.NET.Tests/Services/UpdateCheckerTests.cs
+2 −0 Fronter.NET/App.axaml.cs
+1 −1 Fronter.NET/Extensions/NotificationMessageBuilderExtensions.cs
+1 −1 Fronter.NET/Extensions/TranslationSource.cs
+12 −8 Fronter.NET/Fronter.csproj
+2 −2 Fronter.NET/LogAppenders/LogGridAppender.cs
+8 −15 Fronter.NET/LoggingConfigurator.cs
+1 −51 Fronter.NET/Models/Configuration/Config.cs
+1 −1 Fronter.NET/Models/Configuration/Mod.cs
+1 −1 Fronter.NET/Models/Configuration/Options/DateSelector.cs
+1 −1 Fronter.NET/Models/Configuration/Options/RadioSelector.cs
+1 −1 Fronter.NET/Models/ConverterReleaseInfo.cs
+1 −1 Fronter.NET/Models/FrontendTheme.cs
+1 −1 Fronter.NET/Models/LogLine.cs
+1 −1 Fronter.NET/Resources/Configuration/converter_l_english.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_french.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_german.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_italian.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_latin.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_russian.yml
+1 −1 Fronter.NET/Resources/Configuration/converter_l_simp_chinese.yml
+66 −33 Fronter.NET/Services/ConverterLauncher.cs
+1 −1 Fronter.NET/Services/ElevatedPrivilegesDetector.cs
+2 −2 Fronter.NET/Services/MessageSlicer.cs
+3 −3 Fronter.NET/Services/ModCopier.cs
+71 −27 Fronter.NET/Services/SentryHelper.cs
+8 −2 Fronter.NET/Services/UpdateChecker.cs
+2 −2 Fronter.NET/ViewLocator.cs
+13 −15 Fronter.NET/ViewModels/MainWindowViewModel.cs
+4 −0 Fronter.NET/ViewModels/PathPickerViewModel.cs
+1 −1 Updater
+1 −1 global.json

0 comments on commit 19f2959

Please sign in to comment.