diff --git a/CHANGELIST.md b/CHANGELIST.md index e43d8467..3e3f7e29 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -6,6 +6,7 @@ - Address lingering modern .NET syntax - Update README for Legacy - Remove redundant information +- Remove 4.8 note from build script ### 2.7.5 (2023-11-06) diff --git a/publish-win.bat b/publish-win.bat index a69e8f9e..edecd762 100644 --- a/publish-win.bat +++ b/publish-win.bat @@ -1,7 +1,6 @@ @echo OFF REM This batch file assumes the following: -REM - .NET Framework 4.8 SDK is installed and in PATH REM - .NET 7.0 (or newer) SDK is installed and in PATH REM - 7-zip commandline (7z.exe) is installed and in PATH REM - Git for Windows is installed and in PATH