Skip to content

Commit 177e83d

Browse files
jennyf19pmaytak
andauthored
changelog 3.9.3 (#3380)
* changelog 3.9.3 * Update Directory.Build.props * Update changelog.md Co-authored-by: Peter <34331512+pmaytak@users.noreply.github.com> --------- Co-authored-by: Peter <34331512+pmaytak@users.noreply.github.com>
1 parent 5fd3fa0 commit 177e83d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

Directory.Build.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<!--This should be passed from the VSTS build-->
44
<!-- This needs to be greater than or equal to the validation baseline version -->
5-
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.9.2</MicrosoftIdentityWebVersion>
5+
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">3.9.3</MicrosoftIdentityWebVersion>
66
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
77
<Version>$(MicrosoftIdentityWebVersion)</Version>
88

@@ -78,7 +78,7 @@
7878
</PropertyGroup>
7979

8080
<PropertyGroup Label="Common dependency versions">
81-
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.11.0</MicrosoftIdentityModelVersion>
81+
<MicrosoftIdentityModelVersion Condition="'$(MicrosoftIdentityModelVersion)' == ''">8.12.0</MicrosoftIdentityModelVersion>
8282
<MicrosoftIdentityClientVersion Condition="'$(MicrosoftIdentityClientVersion)' == ''">4.72.1</MicrosoftIdentityClientVersion>
8383
<FxCopAnalyzersVersion>3.3.0</FxCopAnalyzersVersion>
8484
<SystemTextEncodingsWebVersion>4.7.2</SystemTextEncodingsWebVersion>

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
3.9.3
2+
=======
3+
### Package updates
4+
- Microsoft.IdentityModel updated to version [8.12.0](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases/tag/8.12.0).
5+
6+
### Fundamentals
7+
- Add `.clinerules` to help with AI tooling.
8+
- **Update PublicApiAnalyzers and BannedApiAnalyzers to 4.14.0**
9+
Upgraded analyzer packages for improved diagnostics and code consistency (in particular delegates are added).
10+
For details see [#3379](https://github.com/AzureAD/microsoft-identity-web/pull/3379)
11+
112
3.9.2
213
=======
314
### Package updates

0 commit comments

Comments
 (0)