-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Compatibility with new major version of DeltaCompressionDotNet #1325
Comments
Will be great to have that issue sorted soon, thanks. |
What benefits are there to upgrading? Does this cause compatibility issues? |
@paulcbetts mainly for me, it stops me from using 2.0.0 of DeltaCompressionDotNet within a solution that includes the auto-update functionality of squirrel.windows and stops me from having a build process that doesn't keep flagging up that an upgrade of packages are available. |
duplicate of #1181 |
The new major version of DeltaCompressionDotNet has been released (2.0.0).
The current version of squirrel.windows (1.8.0) is not compatible with it due to constraint (>=1.1.0 && < 2.0.0).
The text was updated successfully, but these errors were encountered: