difi / sikker-digital-post-klient-dotnet

.Net klient for integrasjon mot digital post til innbyggere
http://begrep.difi.no/SikkerDigitalPost/
Apache License 2.0
11 stars 6 forks source link

Use api-client-shared v.4 for compatibility-reasons #230

Closed velfundert closed 3 years ago

velfundert commented 3 years ago

The name of the api-client-shared dependency changed to Digipost.Api.Client.Shared when version 5 was released. This might cause som issues when using several libraries who depend on different versions of that dependency. Version 4 and version 7 should be more or less interchangable as they are both written i .Net-standard.

This PR simply tries using v. 4 of api-client-shared to make version of this library that can operate smoothly with other libraries that depend on that version, e.g. Digipost.Signature.Api.Client and difi-oppslagstjeneste-klient

johnksv commented 3 years ago

Lukket til fordel for: https://github.com/difi/sikker-digital-post-klient-dotnet/pull/231