diff --git a/anbs_cp/Classes/ConsoleParamsParser.cs b/anbs_cp/Classes/ConsoleParamsParser.cs index e7ff481..6adf278 100644 --- a/anbs_cp/Classes/ConsoleParamsParser.cs +++ b/anbs_cp/Classes/ConsoleParamsParser.cs @@ -32,7 +32,7 @@ public sealed class ConsoleParamsParser string? value = eqPlace == -1 ? null : consoleParam[(eqPlace + 1)..].Trim(new[] { '"' }); //Сохраняю в списке - _paramsList.Add((param, value)); + _paramsList.Add((param.ToLower(), value)); } } diff --git a/anbs_cp/anbs_cp.csproj b/anbs_cp/anbs_cp.csproj index ceeed7b..4e78db6 100644 --- a/anbs_cp/anbs_cp.csproj +++ b/anbs_cp/anbs_cp.csproj @@ -2,7 +2,7 @@ net7.0 - 2023.409.0 + 2023.409.1 Alexander Babaev ANB Software Components Pack Library of some useful functions in C# language.