Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update README.md #5283

wants to merge 2 commits into from

Conversation

bgavrilMS
Copy link
Member

Fixes #

Changes proposed in this request

Testing

Performance impact

Documentation

  • All relevant documentation is updated.

@bgavrilMS bgavrilMS requested a review from a team as a code owner May 16, 2025 13:37
@bgavrilMS bgavrilMS requested review from jennyf19 and Copilot May 16, 2025 13:37
Copy link
Contributor

@Copilot Copilot AI left a 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 | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.64.1 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.64.1`.|
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.61.2`.|
Copy link
Preview

Copilot AI May 16, 2025

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.

Suggested change
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](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.

@bgavrilMS bgavrilMS force-pushed the bgavrilMS-patch-2 branch from b0361cb to af7ceb8 Compare May 19, 2025 10:28
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@bgavrilMS bgavrilMS requested review from Copilot and jennyf19 May 19, 2025 14:10
Copy link
Contributor

@Copilot Copilot AI left a 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           | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)   |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](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 &lt; 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 | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.64.1 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `< 4.64.1`.|
| 4.x | [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/) |Monthly| Active | Not planned.<br/>✅Supported versions: from 4.61.2 to [![NuGet](https://img.shields.io/nuget/v/microsoft.identity.client.svg?style=flat-square&label=nuget&colorB=00b200)](https://www.nuget.org/packages/Microsoft.Identity.Client/)<br/>⚠️Unsupported versions `&lt; 4.61.2`.|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As Copilot mentioned this is rendered as &lt;
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants