Document changes to ComputerInfo.OSFullName property
The following code returns different results in .NET Framework 4.8 and .NET 5.0 applications. I think this change should be documented.
MsgBox(New Devices.ComputerInfo().OSFullName)
Result in .NET Framework 4.8:
Microsoft Windows 10 Pro
Result in .NET 5.0:
Microsoft Windows 10.0.19043
Please note: I couldn't find an issue template for documentation issues/suggestions, hence the api-suggestion label.
It's seems that due to the code implement for OSFullName property have changed in the Microsoft.VisualBasic.Devices namespace, please see below screnshot.

Both sets of information would be useful. Unless there is already a way to get the version information separately, I think both should be available. If OS Version is already available I definitely prefer the Framework way.
@KlausLoeffelmann I don't know if there is much we can/should do here. Thoughts?
On first glance, I would not know, why we should have this as a breaking change, since it seems unnecessary. I would need to take a closer look later, but all that said, I am afraid this is not more than prio 3. Or up for grabs?