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

Versioninfo for Release 1.1.2 still show 1.1.1 #52

Closed MagicAndre1981 closed 3 months ago

MagicAndre1981 commented 4 months ago

The File and Assemblyversion are still 1.1.1 in release 1.1.2

image

Was this intented or is this a bug? VS detected it and added a redirect entry to app.config

      <dependentAssembly>
        <assemblyIdentity name="NReco.LambdaParser" publicKeyToken="50b5ad72a1d364c6" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-1.1.1.0" newVersion="1.1.1.0" />
      </dependentAssembly>
MagicAndre1981 commented 3 months ago

works now after merging my PR #53