Commit d83e8cc
authored
Bumps
[Fronter.NET](https://github.com/ParadoxGameConverters/Fronter.NET) from
`66ed3fa` to `dec3bc0`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ParadoxGameConverters/Fronter.NET/commit/dec3bc0178a153c0f196bb72c716db4aba6733dc"><code>dec3bc0</code></a>
Fix warning about CopyMod method being too long (<a
href="https://redirect.github.com/ParadoxGameConverters/Fronter.NET/issues/947">#947</a>)</li>
<li><a
href="https://github.com/ParadoxGameConverters/Fronter.NET/commit/63a742c783391e1e1da2a774c73c51692f885112"><code>63a742c</code></a>
Fix warnings about the Secrets class and perform minor cleanup (<a
href="https://redirect.github.com/ParadoxGameConverters/Fronter.NET/issues/946">#946</a>)</li>
<li><a
href="https://github.com/ParadoxGameConverters/Fronter.NET/commit/7a982115ff0a52941c9afd9c60b592c2e8ab49cf"><code>7a98211</code></a>
Fix warning about LaunchConverter method being too long (<a
href="https://redirect.github.com/ParadoxGameConverters/Fronter.NET/issues/945">#945</a>)</li>
<li><a
href="https://github.com/ParadoxGameConverters/Fronter.NET/commit/7e813fe6cda641cbc1240d7572327aab91ac3eb0"><code>7e813fe</code></a>
Bump coverlet.collector from 6.0.4 to 8.0.0 (<a
href="https://redirect.github.com/ParadoxGameConverters/Fronter.NET/issues/943">#943</a>)</li>
<li><a
href="https://github.com/ParadoxGameConverters/Fronter.NET/commit/d51c28187529a4b806627ff0c16937f1be7e3c29"><code>d51c281</code></a>
Bump coverlet.msbuild from 6.0.4 to 8.0.0 (<a
href="https://redirect.github.com/ParadoxGameConverters/Fronter.NET/issues/944">#944</a>)</li>
<li>See full diff in <a
href="https://github.com/ParadoxGameConverters/Fronter.NET/compare/66ed3fa3d9c2916fc312a62f5da9bc69a3b7178f...dec3bc0178a153c0f196bb72c716db4aba6733dc">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 803c230 commit d83e8cc
1 file changed
Lines changed: 1 addition & 1 deletion
Submodule Fronter.NET updated 8 files
- Fronter.NET.Tests/Fronter.Tests.csproj+2-2
- Fronter.NET/Extensions/TranslationSource.cs+2-3
- Fronter.NET/Fronter.csproj+4-4
- Fronter.NET/Services/MarkdownPlainTextRenderer.cs+1-1
- Fronter.NET/Services/ModCopier.cs+78-41
- Fronter.NET/ViewModels/MainWindowViewModel.cs+25-23
- Fronter.NET/ViewModels/TargetPlaysetPickerViewModel.cs+3-3
- Fronter.NET/Views/TargetPlaysetPickerView.axaml.cs+1-1
0 commit comments