You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
|Build Type|Build Status|
6
6
|----------|------------|
7
7
|Clang 18 and GCC 13 on ubuntu-latest|<ahref="https://github.com/NeilJustice/FileRevisor/actions/workflows/linux_build.yml"><imgsrc="https://github.com/NeilJustice/FileRevisor/actions/workflows/linux_build.yml/badge.svg"></a>|
8
-
|VS2022 on windows-latest|<ahref="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml"><imgsrc="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml/badge.svg"></a>|
8
+
|VS2026 on windows-latest|<ahref="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml"><imgsrc="https://github.com/NeilJustice/FileRevisor/actions/workflows/windows_build.yml/badge.svg"></a>|
FileRevisor is a C++23 command line program for quickly deleting large directories in parallel, renaming files and directories, and replacing text in text files.
@@ -19,8 +19,8 @@ FileRevisor is a C++23 command line program for quickly deleting large directori
*[Steps to build binary filerevisor from source on Linux with Clang](#steps-to-build-binary-filerevisor-from-source-on-linux-with-clang)
22
-
*[Steps to build executable FileRevisor.exe from source on Windows with Visual Studio 2022](#steps-to-build-executable-filerevisorexe-from-source-on-windows-with-visual-studio-2022)
23
-
*[Thanks to](#thanks-to)
22
+
*[Steps to build executable FileRevisor.exe from source on Windows with Visual Studio 2026](#steps-to-build-executable-filerevisorexe-from-source-on-windows-with-visual-studio-2026)
0 commit comments