@@ -8,7 +8,7 @@ Source code and examples: https://github.com/nreco/lambdaparser
88 <Title >Dynamic expressions evaluator</Title >
99 <Copyright >Copyright (c) 2013-2025 Vitalii Fedorchenko and contributors</Copyright >
1010 <AssemblyTitle >NReco.LambdaParser</AssemblyTitle >
11- <VersionPrefix >1.2.0 </VersionPrefix >
11+ <VersionPrefix >1.2.1 </VersionPrefix >
1212 <Authors >Vitalii Fedorchenko</Authors >
1313 <TargetFrameworks >netstandard2.0;netstandard1.3;net45</TargetFrameworks >
1414 <GenerateDocumentationFile >true</GenerateDocumentationFile >
@@ -18,6 +18,9 @@ Source code and examples: https://github.com/nreco/lambdaparser
1818 <PackageId >NReco.LambdaParser</PackageId >
1919 <PackageTags >LambdaParser;Formula;Parser;Math;Expression;Evaluator;Eval;LINQ-dynamic;netstandard;netcore;net45;</PackageTags >
2020 <PackageReleaseNotes >
21+ v.1.2.1 changes:
22+ - Incorrect parse of the method argument when it starts with delimiter #57
23+
2124v.1.2.0 changes:
2225- Json-like syntax for arrays/dictionaries #56 (+ allow to create an empty array / an empty dictionary)
2326
@@ -61,7 +64,7 @@ v.1.0.6 changes:
6164- default ValueComparer implementation with options: NullComparison (MinValue, Sql), SuppressErrors
6265- starting from this version expression cache is instance specific (was global) because calculation result may depend on IValueComparer implementation
6366</PackageReleaseNotes >
64- <PackageIconUrl >https://www.nrecosite.com/img/logo.svg </PackageIconUrl >
67+ <PackageIconUrl >https://www.nrecosite.com/img/nreco- logo-200.png </PackageIconUrl >
6568 <PackageProjectUrl >https://github.com/nreco/lambdaparser</PackageProjectUrl >
6669 <PackageLicenseUrl >https://raw.githubusercontent.com/nreco/lambdaparser/master/LICENSE</PackageLicenseUrl >
6770 <RepositoryUrl >https://github.com/nreco/lambdaparser</RepositoryUrl >
0 commit comments