dnSpyEx / dnSpy

Unofficial revival of the well known .NET debugger and assembly editor, dnSpy
GNU General Public License v3.0
7.01k stars 459 forks source link

Release log for 6.5.0 corrections #292

Closed greenozon closed 9 months ago

greenozon commented 9 months ago

dnSpyEx version

6.5.0

Describe the Bug

Is it possible to correct the 1st statement?

image

it sounds a bit risky and it fact is not true, for example: it's absolutely easy and legally without any hacks to install .NET 8 and run build 6.5.0 on Windows 7:

image

thus I propose to correct the 1st statement thanks

How To Reproduce

-

Expected Behavior

-

Actual Behavior

-

Additional Context

-

ElektroKill commented 9 months ago

Hello!

That is very interesting! I based that line on the official .NET 8 documentation which states that Windows 11, and Windows 10 are only supported non server operating systems! Perhaps this is not true for self-contained .NET 8 applications. https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md

I will correct this information now.

Thanks for the information!