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

Replace assembly references with NuGet packages where possible #1755

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

YoshiRulz
Copy link
Member

@YoshiRulz YoshiRulz commented Dec 11, 2019

see #1415

Problems / future work:

  • Our copy of ICSharpCode.SharpZipLib was version 1.0.6324.40785 which isn't available on NuGet. This PR changes the targeted version to 1.1.0.145 as nothing was published between 1.0.0 (actually 1.0.0.999) and that version.
  • GongShell doesn't seem to be on NuGet.
  • Our SlimDX assembly is a modified copy of version 4.0.13.43 (and unhelpfully has that version in its metadata).
  • Our PeNet assembly is a modified copy of... well it's labelled 1.0.0.0, but it doesn't match any version 1.0.0 on NuGet, or any of 0.1.0 through 0.4.6 which also had an assembly version of 1.0.0.0. I tried decompiling a sample of them looking for the "missing" property ImportFunction.Thunk but it doesn't seem to be in the published history at all.

There should probably be an issue for updating our dependencies to the latest stable version.

@YoshiRulz YoshiRulz force-pushed the noogettification branch 2 times, most recently from 013f974 to d5f4608 Compare December 11, 2019 13:51
@YoshiRulz YoshiRulz merged commit 185337d into master Dec 12, 2019
@YoshiRulz YoshiRulz deleted the noogettification branch December 12, 2019 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants