66Source code and examples: https://github.com/nreco/lambdaparser
77</Description >
88 <Title >Dynamic expressions evaluator</Title >
9- <Copyright >Copyright (c) 2013-2024 Vitalii Fedorchenko and contributors</Copyright >
9+ <Copyright >Copyright (c) 2013-2025 Vitalii Fedorchenko and contributors</Copyright >
1010 <AssemblyTitle >NReco.LambdaParser</AssemblyTitle >
11- <VersionPrefix >1.1.3 </VersionPrefix >
11+ <VersionPrefix >1.2.0 </VersionPrefix >
1212 <Authors >Vitalii Fedorchenko</Authors >
1313 <TargetFrameworks >netstandard2.0;netstandard1.3;net45</TargetFrameworks >
1414 <GenerateDocumentationFile >true</GenerateDocumentationFile >
@@ -18,8 +18,12 @@ 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.0 changes:
22+ - Json-like syntax for arrays/dictionaries #56 (+ allow to create an empty array / an empty dictionary)
23+
2124v.1.1.3 changes:
2225- fixed version mismatch #52
26+
2327v.1.1.2 changes:
2428- use concurrent dictionary to replace lock #51
2529
@@ -57,7 +61,7 @@ v.1.0.6 changes:
5761- default ValueComparer implementation with options: NullComparison (MinValue, Sql), SuppressErrors
5862- starting from this version expression cache is instance specific (was global) because calculation result may depend on IValueComparer implementation
5963</PackageReleaseNotes >
60- <PackageIconUrl >https://www.nrecosite.com/img/nreco- logo-200.png </PackageIconUrl >
64+ <PackageIconUrl >https://www.nrecosite.com/img/logo.svg </PackageIconUrl >
6165 <PackageProjectUrl >https://github.com/nreco/lambdaparser</PackageProjectUrl >
6266 <PackageLicenseUrl >https://raw.githubusercontent.com/nreco/lambdaparser/master/LICENSE</PackageLicenseUrl >
6367 <RepositoryUrl >https://github.com/nreco/lambdaparser</RepositoryUrl >
0 commit comments