ReportGenerator converts coverage reports generated by coverlet, OpenCover, dotCover, Visual Studio, NCover, Cobertura, JaCoCo, Clover, gcov or lcov into human readable reports in various formats.
Describe the bug
I find the notice This release requires .NET 4.7 or .NET Core 6.x/7.x/8.x. quite confusing. Maybe others feel the same
It gives me the impression that something has changed compared to the previous release, which not necessarily is the case.
The actual changes are more important and should be before the requirements.
If it has to stay I would suggest changing the text from
This release requires .NET 4.7 or .NET Core 6.x/7.x/8.x. to
This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0.
Removing the "x", as https://dotnet.microsoft.com/en-us/download only ever talks about .0 and there seems to be no plans of ever having a 8.1.
Describe the bug I find the notice
This release requires .NET 4.7 or .NET Core 6.x/7.x/8.x.
quite confusing. Maybe others feel the sameThis release requires .NET 4.7 or .NET Core 6.x/7.x/8.x.
toThis release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0.
Removing the "x", as https://dotnet.microsoft.com/en-us/download only ever talks about .0 and there seems to be no plans of ever having a 8.1.Thanks for listening ❤
To Reproduce n/a