-
Notifications
You must be signed in to change notification settings - Fork 249
Update files for Microsoft Identity Web 4.0.0 release #3498
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update files for Microsoft Identity Web 4.0.0 release #3498
Conversation
Co-authored-by: jennyf19 <19942418+jennyf19@users.noreply.github.com>
jmprieur
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @jennyf19
don't we need to run
dotnet pack Microsoft.Identity.Web.sln /p:GenerateCompatibilitySuppressionFile=true
|
@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>
keegan-caruso
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few small comments
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
Co-authored-by: Keegan <Keegan.Caruso@microsoft.com>
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.