Skip to content
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

Refactor, missed references, update to MySql 8.0.17 #6

Merged
merged 1 commit into from
Jul 22, 2019
Merged

Refactor, missed references, update to MySql 8.0.17 #6

merged 1 commit into from
Jul 22, 2019

Conversation

Pustalorc
Copy link

@Pustalorc Pustalorc commented Jul 22, 2019

Original build and release missed 2 references that the new MySql.Data.dll requires:

  • BouncyCastle.Crypto.dll
  • Google.Protobuf.dll

There also was an update today to MySql.Data.dll to 8.0.17 which added another reference:

  • Renci.SshNet.dll

I have updated the project to use these references and the new version of MySql.Data.dll as well.

DatabaseMgr was a large mess (even larger than uconomy), but I cleaned it up, similarly to uconomy, as much as possible whilst still keeping the original expected execution.

Note that this project still needs a lot of cleanup in its core, as the code is extremely messy from the original author.

@fr34kyn01535 fr34kyn01535 merged commit 8b34fbf into RocketModPlugins:legacy Jul 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants