nreco / lambdaparser

Runtime parser for string expressions (formulas, method calls). Builds dynamic LINQ expression tree and compiles it to lambda delegate.
http://www.nrecosite.com/
MIT License
309 stars 55 forks source link

fixed version mismatch #52 #53

Closed MagicAndre1981 closed 4 months ago

MagicAndre1981 commented 4 months ago

I made a small fix for Issue #52 where you forgot to change the Versions in AssemblyInfo.cs

VitaliyMF commented 4 months ago

Thank you!