We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The File and Assemblyversion are still 1.1.1 in release 1.1.2
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>
The text was updated successfully, but these errors were encountered:
fixed version mismatch nreco#52
9fafbff
fixed version mismatch #52
412f304
works now after merging my PR #53
Sorry, something went wrong.
No branches or pull requests
The File and Assemblyversion are still 1.1.1 in release 1.1.2
Was this intented or is this a bug? VS detected it and added a redirect entry to app.config
The text was updated successfully, but these errors were encountered: