20230409-1
This commit is contained in:
parent
455e88635a
commit
5f753c48bf
@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user