ebekker / ACMESharp

An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
https://pkisharp.github.io/ACMESharp-docs/
1.21k stars 184 forks source link

NuGet package 0.9.1.326 can't install #313

Open WouterTinus opened 6 years ago

WouterTinus commented 6 years ago

It depends on the OpenSslLibs of the same version which have not been published yet.

Since I'm not using the OpenSsl bits anymore, it would also be solved for my case by removing the dependency altogether.

Thanks for the merges and quick release though!

ebekker commented 6 years ago

Sorry about that -- I forgot about the dependency in ACMESharp to those two packages. At a minimum I should remove the requirement for keeping the versions in sync as those packages are not changing so I can keep the dependency version static.

But in reality, I need to remove the dependency to the OpenSSL libs and the AWS libraries completely from the core ACMESharp package, as those are not required any more and have been pushed out to their own provider-specific assemblies.

In any case, I've promoted the two OpenSSL libs up to nuget so you should be able to move forward now.

I'll keep this ticket open to remind me to address the dependency bug.

WouterTinus commented 6 years ago

Thanks, works like a charm now.