Skip to content

Releases: digipost/signature-api-client-dotnet

9.0.5 Updated SEID2 test root certs from Buypass

04 Jan 11:59
64b4aec
Compare
Choose a tag to compare

Upgrade api-client-shared-dotnet library to https://github.com/digipost/api-client-shared-dotnet/releases/tag/7.1.5

What's Changed

Full Changelog: 9.0.4...9.0.5

9.0.4 Bugfix: correct major versjon of api-client-shared-dotnet

03 Jan 08:23
f2598f4
Compare
Choose a tag to compare

api-client-shared-dotnet previously defined its AssemblyVersion as 6.0.0.0, but should now correcty identify itself as 7.0.0.0.

digipost/api-client-shared-dotnet#30
https://github.com/digipost/api-client-shared-dotnet/releases/tag/7.1.4

What's Changed

Full Changelog: 9.0.3...9.0.4

9.0.2

05 Oct 07:57
5ce1a9c
Compare
Choose a tag to compare

What's Changed

  • Adds possibility to describe direct signature job by @simenstoa in #401

Full Changelog: 9.0.1...9.0.2

9.0.1

16 Aug 11:49
f5aa695
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.0.0...9.0.1

9.0.0

06 Jan 09:02
f2daf16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 8.2.1...9.0.0

8.2.0

09 Nov 08:37
81a2480
Compare
Choose a tag to compare

What's Changed

  • Fix bug where job title for direct jobs where hardcoded by @simenstoa in #354

Full Changelog: 8.1.0...8.2.0

8.1.0

12 Oct 06:06
84acaa2
Compare
Choose a tag to compare

What's Changed

  • Upgrade Digipost.Api.Client.Shared to 7.1.2 to support seid2 by @simenstoa in #352

Full Changelog: 8.0.0...8.1.0

7.0.3 - Upgrade dependencies

26 Feb 09:39
988bbf0
Compare
Choose a tag to compare

7.0.1 Upgrade dependencies

21 Feb 09:35
5b346f8
Compare
Choose a tag to compare
  • Bump Microsoft.Extensions.Logging from 3.0.0 to 3.1.2
  • Bump Microsoft.Extensions.Logging.Debug from 3.0.0 to 3.1.2
  • Bump Microsoft.Extensions.Logging.Console from 3.0.0 to 3.1.2
  • Bump Microsoft.Extensions.DependencyInjection from 3.0.0 to 3.1.2
  • Bump NLog from 4.6.7 to 4.6.8
  • Bump NLog.Extensions.Logging from 1.5.4 to 1.6.1
  • Bump CompareNETObjects from 4.63.0 to 4.65.0
  • Update Microsoft.Extensions.Configuration.UserSecrets requirement
  • Improved documentation for Client Configuration.

7.0.0 - Target .Net Standard 2.0

20 Feb 12:05
fa5eecc
Compare
Choose a tag to compare

Changed target framework to .NET Standard 2.0, instead of .NET Core. This means that the client now works with .NET Framework <= 4.6.1 and .NET Core <= 2.0 (https://docs.microsoft.com/en-us/dotnet/standard/net-standard).