Skip to content

Commit c32cca6

Browse files
Copilotjmprieur
andauthored
Add 4.1.0 release notes to changelog.md (#3606)
* Initial plan * Add 4.0.2 release notes to changelog.md Co-authored-by: jmprieur <[email protected]> * Update MicrosoftIdentityWebVersion to 4.1.0 * Adding nowarn for GraphBeta --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jmprieur <[email protected]> Co-authored-by: Jean-Marc Prieur <[email protected]>
1 parent 1580af9 commit c32cca6

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!-- This needs to be greater than or equal to the validation baseline version. The conditional logic around TargetNetNext is there
55
to avoid NU5104 for packing a release version library with prerelease deps. By adding preview to it, that warning is avoided.
66
-->
7-
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">4.0.0</MicrosoftIdentityWebVersion>
7+
<MicrosoftIdentityWebVersion Condition="'$(MicrosoftIdentityWebVersion)' == ''">4.1.0</MicrosoftIdentityWebVersion>
88
<!--This will generate AssemblyVersion, AssemblyFileVersion and AssemblyInformationVersion-->
99
<Version>$(MicrosoftIdentityWebVersion)</Version>
1010

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
4.0.2
2+
=========
3+
### New features
4+
- Migrate to .NET 10 GA. [#3449](https://github.com/AzureAD/microsoft-identity-web/pull/3449) and [#3590](https://github.com/AzureAD/microsoft-identity-web/pull/3590)
5+
6+
### Dependencies updates
7+
- Bump MSAL.NET to version [4.79.2](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases/tag/4.79.2) and handle changes to deprecated WithExtraQueryParameters APIs. [#3583](https://github.com/AzureAD/microsoft-identity-web/pull/3583)
8+
- Update Microsoft.IdentityModel and Abstractions versions. [#3604](https://github.com/AzureAD/microsoft-identity-web/pull/3604)
9+
- Update coverlet.collector to 6.0.4. [#3587](https://github.com/AzureAD/microsoft-identity-web/pull/3587)
10+
- Update package validation baseline version to 4.0.0. [#3589](https://github.com/AzureAD/microsoft-identity-web/pull/3589)
11+
- Bump js-yaml from 4.1.0 to 4.1.1 in /tests/DevApps/SidecarAdapter/typescript. [#3595](https://github.com/AzureAD/microsoft-identity-web/pull/3595)
12+
13+
### Entra ID SDK sidecar
14+
- Restrict hosts to localhost for sidecar. [#3579](https://github.com/AzureAD/microsoft-identity-web/pull/3579)
15+
- Update http file to match endpoints. [#3555](https://github.com/AzureAD/microsoft-identity-web/pull/3555)
16+
- Revise sidecar issue template for Entra ID. [#3577](https://github.com/AzureAD/microsoft-identity-web/pull/3577)
17+
18+
### Documentation
19+
- Update README to include Entra SDK container info. [#3578](https://github.com/AzureAD/microsoft-identity-web/pull/3578)
20+
21+
### Fundamentals
22+
- Include NET 9.0 in template-install-dependencies. [#3593](https://github.com/AzureAD/microsoft-identity-web/pull/3593)
23+
- Fix CodeQL alerts. [#3591](https://github.com/AzureAD/microsoft-identity-web/pull/3591)
24+
- Suppression file is needed. [#3592](https://github.com/AzureAD/microsoft-identity-web/pull/3592)
25+
126
4.0.1
227
=========
328
## Bugs fixes

src/Microsoft.Identity.Web.GraphServiceClientBeta/Microsoft.Identity.Web.GraphServiceClientBeta.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<ProjectGuid>{608F0E0B-A52D-4E0F-9B1A-BA9BDA866484}</ProjectGuid>
1212
<PackageValidationBaselineVersion>2.12.2</PackageValidationBaselineVersion>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
14+
<NoWarn>$(NoWarn);NU5104</NoWarn>
1415
</PropertyGroup>
1516
<ItemGroup>
1617
<None Include="..\..\README.md">

0 commit comments

Comments
 (0)