Update files for Microsoft Identity Web 4.0.0 release#3498
Merged
Conversation
Co-authored-by: jennyf19 <19942418+jennyf19@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Files to Update for 4.0.0 Release
Update files for Microsoft Identity Web 4.0.0 release
Sep 26, 2025
Collaborator
|
@copilot can you run |
Co-authored-by: keegan-caruso <54109988+keegan-caruso@users.noreply.github.com>
…PR references, generate API compatibility files Co-authored-by: keegan-caruso <54109988+keegan-caruso@users.noreply.github.com>
Contributor
Author
jennyf19
approved these changes
Oct 2, 2025
jmprieur
approved these changes
Oct 10, 2025
jennyf19
approved these changes
Oct 10, 2025
keegan-caruso
approved these changes
Oct 10, 2025
Contributor
keegan-caruso
left a comment
There was a problem hiding this comment.
few small comments
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
jmprieur
reviewed
Oct 10, 2025
keegan-caruso
approved these changes
Oct 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the necessary files to prepare for the Microsoft Identity Web 4.0.0 release, addressing the version configuration, changelog requirements, and API compatibility baselines.
Changes Made
1. Updated
changelog.mdAdded 4.0.0 release notes at the top of the file with:
2. Updated
Directory.Build.propsMicrosoftIdentityWebVersionfrom3.14.1to4.0.0PackageValidationBaselineVersionfrom2.7.0to3.14.13. Generated API Compatibility Baseline Files
dotnet pack Microsoft.Identity.Web.sln /p:GenerateCompatibilitySuppressionFile=trueKey Highlights
The 4.0.0 release introduces significant breaking changes by removing support for both .NET 6.0 and .NET 7.0, aligning with Microsoft's support lifecycle. The supported target frameworks are now:
The release also includes various improvements to performance logging, authentication, and dependency optimizations.
Validation
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.