Skip to content
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

Change the string format of the NETFramework ToString(3) in PersonaBar #6144

Merged

Conversation

jeremy-farrance
Copy link
Contributor

Change the string format of the NETFramework version from ToString(2) to ToString(3) to show the full 3 part .NET Framework version number in the PersonaBar.

Fixes #6143.

Summary

Changed .ToString(2) to .ToString(3) and we now get the improve output showing the full 3 part .NET Framework version.

image

… to ToString(3) to show the full 3 part .NET Framework version number in the PersonaBar
@valadas valadas added this to the 9.13.5 milestone Sep 29, 2024
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

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

Looks good to me, nice little enhancement. It is now .1 better 😛

@bdukes bdukes merged commit 9f4833f into dnnsoftware:develop Sep 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: PersonaBar does not show correct .NET Framework version, missing minor
3 participants