Skip to content

Commit 0929185

Browse files
elinohlssonElin Fokine
andauthored
Update release number to 11.0 RC 2 (#507)
* Update breaking changes. Since .Net 9 upgrade will be postponed. * Update version suffix. * Upgrade .net sdk version. --------- Co-authored-by: Elin Fokine <ElinO@activesolution.se>
1 parent 70b8a25 commit 0929185

3 files changed

Lines changed: 2 additions & 14 deletions

File tree

BREAKINGCHANGES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
2424

2525
Breaking changes between version 11.0.0 and 10.0.0
2626

27-
### Upgrade to .NET 9
28-
We now require .NET 9 - so this requires you to upgrade your website that uses Active Login.
29-
3027
### Remove allowed risk Level
3128
Removed support for blocking auth and sign transactions based on risk level, since no longer supported by BankID. Use return risk instead and handle risk level in your application.
3229
```csharp
@@ -37,15 +34,6 @@ Removed support for blocking auth and sign transactions based on risk level, sin
3734
```
3835
BankID provides futher information more about [Risk Indication](https://www.bankid.com/en/foretag/the-service/risk-indication).
3936

40-
### Change default client certificate in test environment
41-
We now use FPTestcert5_20240610.p12 as the default client certificate for the test environment instead of FPTestcert5_20240610-legacy.pfx. Use the code below to switch to an alternative certificate format.
42-
```csharp
43-
.AddBankId(bankId =>
44-
{
45-
bankId.UseTestEnvironment(clientCertificateFormat: TestCertificateFormat.PFX);
46-
});
47-
```
48-
4937

5038
---
5139

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "8.0.407",
3+
"version": "8.0.408",
44
"rollForward": "latestFeature"
55
}
66
}

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<PackageId>$(AssemblyName)</PackageId>
1616

1717
<VersionPrefix>11.0.0</VersionPrefix>
18-
<VersionSuffix>rc-1</VersionSuffix>
18+
<VersionSuffix>rc-2</VersionSuffix>
1919
<AssemblyVersion>10.0.0.0</AssemblyVersion>
2020
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' == ''">$(VersionPrefix).0</FileVersion>
2121
<FileVersion Condition="'$(BUILD_BUILDNUMBER)' != ''">$(VersionPrefix).$(BUILD_BUILDNUMBER)</FileVersion>

0 commit comments

Comments
 (0)