20230409-1

This commit is contained in:
Александр Бабаев 2023-04-09 21:07:52 +03:00
parent 455e88635a
commit 5f753c48bf
2 changed files with 2 additions and 2 deletions

View File

@ -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));
}
}

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>2023.409.0</Version>
<Version>2023.409.1</Version>
<Authors>Alexander Babaev</Authors>
<Product>ANB Software Components Pack</Product>
<Description>Library of some useful functions in C# language.</Description>