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
I just noticed that the dll version is 0.0.0.0 for the latest nuget version 1.1.2:
1.1.2
&
The System.Linq.Dynamic.Core has a dll version (1.1.2). However this should also be 1.0.0.0.
System.Linq.Dynamic.Core
1.0.0.0
Because the version is 0.0.0.0 this gives problems using the Like functionality.
0.0.0.0
Can you please create new NuGet packages and make all versions are 1.0.0.0 ?
The text was updated successfully, but these errors were encountered:
That's weird,
I will release a new version during the weekend.
I will review all dll version from all library as well
Sorry, something went wrong.
Hello @StefH ,
The v1.1.3 has been released. The FileVersion will now be the same as the product version.
@JonathanMagnan Because of the file-version fix: another fix is needed #390 else the DynamicFunctions class is not loaded anymore.
Yup, thank again for your insight.
Your pull has been merged and released in v1.1.5
JonathanMagnan
No branches or pull requests
I just noticed that the dll version is 0.0.0.0 for the latest nuget version

1.1.2
:&
The
System.Linq.Dynamic.Core
has a dll version (1.1.2). However this should also be1.0.0.0
.Because the version is
0.0.0.0
this gives problems using the Like functionality.Can you please create new NuGet packages and make all versions are
1.0.0.0
?The text was updated successfully, but these errors were encountered: