Skip to content

Commit 35845ee

Browse files
Copilotjmprieurpmaytak
authored
Add 9.6.0 release notes to changelog (#229)
* Initial plan * Add 9.6.0 release notes to changelog.md Co-authored-by: jmprieur <[email protected]> * Update changelog for version 9.6.0 Added new features and improvements for version 9.6.0, including a new authorization header provider interface and updates for .NET 10 compatibility. Signed-off-by: Jean-Marc Prieur <[email protected]> * Update Directory.Build.props Signed-off-by: Jean-Marc Prieur <[email protected]> * Convert HTML anchor links to markdown format in changelog Co-authored-by: pmaytak <[email protected]> --------- Signed-off-by: Jean-Marc Prieur <[email protected]> Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jmprieur <[email protected]> Co-authored-by: Jean-Marc Prieur <[email protected]> Co-authored-by: pmaytak <[email protected]>
1 parent 19753e7 commit 35845ee

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<!-- This should be passed from the VSTS build -->
4-
<MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">9.5.0</MicrosoftIdentityAbstractionsVersion>
4+
<MicrosoftIdentityAbstractionsVersion Condition="'$(MicrosoftIdentityAbstractionsVersion)' == ''">9.6.0</MicrosoftIdentityAbstractionsVersion>
55
<!-- This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion -->
66
<Version>$(MicrosoftIdentityAbstractionsVersion)</Version>
77
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)\build\35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
9.6.0
2+
======
3+
## New features
4+
5+
* Added new authorization header provider interface `IAuthorizationHeaderProvider2` supporting token return with binding certificate, expanding certificate-based authentication scenarios. For details, see [PR #223](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/223) and [PR #228](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/228).
6+
* In the ID property of CredentialDescription, renamed ClientSecret to RedactedClientSecret to be more precise about what this is. For details, see [PR #224](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/224).
7+
* Added "Thumbprint" to the ID property in CredentialDescription, enhancing traceability for credentials. For details, see [PR #212](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/212).
8+
9+
## Improvements and fundamentals
10+
11+
* Updated support to .NET 10 GA, ensuring compatibility and access to latest platform features. For details, see [PR #226](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/226).
12+
* Upgraded GitHub Actions workflows to v5 for both checkout and setup-dotnet, improving CI reliability and consistency. For details, see [PR #222](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/222).
13+
* Synchronized README.md diagrams with the current public API surface to keep documentation up to date. See [PR #220](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/220).
14+
* Fixed tests affected by recent internal changes. See [PR #221](https://github.com/AzureAD/microsoft-identity-abstractions-for-dotnet/pull/221).
15+
116
9.5.0
217
======
318
## New features
@@ -243,3 +258,4 @@ Initial release of Microsoft.Identity.Abstractions which brings interfaces and P
243258

244259

245260

261+

0 commit comments

Comments
 (0)