Skip to content

Commit

Permalink
V9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterOrneholm committed Apr 30, 2024
1 parent aade18f commit b946b61
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions BREAKINGCHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,24 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -

## TOC

* [Version 9.0.0](#version-800)
* [Version 8.0.0](#version-800)
* [Version 7.0.0](#version-700)
* [Version 6.0.3](#version-603)
* [Version 6.0.0](#version-600)
* [Version 5.0.0](#version-500)
* [Version 4.0.0](#version-400)

---

## Version 9.0.0

Breaking changes between version 9.0.0 and 8.0.0

* Remove `callInitiator` from CollectResponse as it's not documented anymore
* Rename `CollectCallInitiator` into `CallInitiator`


---


Expand All @@ -34,6 +45,10 @@ We have renamed these things as a result of that:

We now require .NET 8 - so this requires you to upgrade your website that uses Active Login.


---


## Version 7.0.0

Breaking changes between version 7.0.0 and 6.0.3
Expand Down Expand Up @@ -66,12 +81,20 @@ Some API changes (as described above) propagates to the options you can customiz

The method `GetLaunchInfo` on `IBankIdLauncher` is now renamed into `GetLaunchInfoAsync` and made async to allow for dynamic retreival.


---


## Version 6.0.3

Breaking changes in 6.0.3:

- As stated in #384 we had mixed up the UseClientCertificate() and AddClientCertificate() extension methods. These have now been reversed. This would be a breaking change if you add multiple certificates but should affect the majority of consumers.


---


## Version 6.0.0

Breaking changes between version 5.0.0 and 6.0.0.
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageId>$(AssemblyName)</PackageId>

<VersionPrefix>9.0.0</VersionPrefix>
<VersionSuffix>rc-1</VersionSuffix>
<!--<VersionSuffix>rc-1</VerskionSuffix>-->
<AssemblyVersion>9.0.0.0</AssemblyVersion>
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' == ''">$(VersionPrefix).0</FileVersion>
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' != ''">$(VersionPrefix).$(BUILD_BUILDNUMBER)</FileVersion>
Expand Down

0 comments on commit b946b61

Please sign in to comment.