Document changes to ComputerInfo.OSFullName property
Open
:beetle: bug
:boom: regression-release
area-VisualBasic
help wanted
priority-3
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 1.1k
- Avg merge
- 1d 13m
- Merged PRs (30d)
- 85
Description
The following code returns different results in .NET Framework 4.8 and .NET 5.0 applications.
I think this change should be documented.
```vbnet
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
```
Contributor guide
Assessment
This issue has not been assessed yet.