-
Notifications
You must be signed in to change notification settings - Fork 365
Update README.md #5283
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
base: main
Are you sure you want to change the base?
Update README.md #5283
Conversation
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.
Pull Request Overview
Updates the minimum supported MSAL.NET version in the README's support table.
- Lowers the supported version range from 4.64.1 to 4.61.2.
README.md
Outdated
@@ -19,7 +19,7 @@ The following table lists MSAL.NET versions currently supported and receiving se | |||
|
|||
| Major Version | Last Release | Patch Release Date | Support Phase|End of Support | | |||
| --------------|--------------|--------|------------|--------| | |||
| 4.x | [](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.64.1 to [](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.64.1`.| | |||
| 4.x | [](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.61.2`.| |
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.
[nitpick] This line repeats the same NuGet badge markdown multiple times. Consider extracting the badge into a variable or snippet to reduce duplication and simplify future updates.
| 4.x | [](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.61.2`.| | |
| 4.x | [![NuGet][NuGet Badge]][NuGet] |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [![NuGet][NuGet Badge]][NuGet]<br/>⚠️Unsupported versions `< 4.61.2`.| |
Copilot uses AI. Check for mistakes.
b0361cb
to
af7ceb8
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Overview
This PR updates the supported version range for MSAL.NET 4.x in the README.
- Changed the lower bound of supported versions from 4.64.1 to 4.61.2
- Updated the unsupported-version threshold formatting
Comments suppressed due to low confidence (2)
README.md:22
- The lower bound of the supported version was changed from 4.64.1 to 4.61.2. Please verify this is intentional or restore the original version if it was introduced by mistake.
| 4.x | [](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.61.2`.|
README.md:22
- The less-than symbol is HTML-encoded as
<
inside backticks. You can use the literal<
inside backticks for clearer markdown rendering.
⚠️Unsupported versions `< 4.61.2`.
@@ -19,7 +19,7 @@ The following table lists MSAL.NET versions currently supported and receiving se | |||
|
|||
| Major Version | Last Release | Patch Release Date | Support Phase|End of Support | | |||
| --------------|--------------|--------|------------|--------| | |||
| 4.x | [](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.64.1 to [](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.64.1`.| | |||
| 4.x | [](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.61.2`.| |
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.
Fixes #
Changes proposed in this request
Testing
Performance impact
Documentation