File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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</Copyright >
9+ <Copyright >Copyright (c) 2013-2024 Vitalii Fedorchenko and contributors </Copyright >
1010 <AssemblyTitle >NReco.LambdaParser</AssemblyTitle >
11- <VersionPrefix >1.1.1 </VersionPrefix >
11+ <VersionPrefix >1.1.2 </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.1.2 changes:
22+ - use concurrent dictionary to replace lock #51
23+
2124v.1.1.1 changes:
2225- added support for optional parameters in method calls #44 (via OptionsParamsInvokeMethod impl)
2326- added support for 'params' arguments in method calls #45 (via OptionsParamsInvokeMethod impl)
You can’t perform that action at this time.
0 commit comments