Merge branch '53-spelling-min-net-version-is-net-7' into 'main'
Resolve "Spelling: Min. .NET version is .NET 7" Closes #53 See merge request open-source/dotnet/i18n-commander!29
This commit is contained in:
commit
acfbb1edbe
@ -444,7 +444,7 @@ public sealed partial class Setting : UserControl
|
|||||||
Icon: Icons.icons8_code_512,
|
Icon: Icons.icons8_code_512,
|
||||||
SettingName: () => "Generator: .NET",
|
SettingName: () => "Generator: .NET",
|
||||||
ChangeNeedsRestart: false,
|
ChangeNeedsRestart: false,
|
||||||
SettingExplanation: () => "When enabled, .NET translation files are generated. Requires a .NET 6 or newer project.",
|
SettingExplanation: () => "When enabled, .NET translation files are generated. Requires a .NET 7 or newer project.",
|
||||||
SettingExplanationLink: () => (string.Empty, string.Empty),
|
SettingExplanationLink: () => (string.Empty, string.Empty),
|
||||||
SetupDataControl: (changeTrigger) =>
|
SetupDataControl: (changeTrigger) =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user