We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87e6772 commit 743a574Copy full SHA for 743a574
1 file changed
SaveWin10Pictures/Program.cs
@@ -11,7 +11,7 @@ private static void Main()
11
{
12
Action<string> display = Console.WriteLine;
13
Console.ForegroundColor = ConsoleColor.White;
14
- display($"Save Windows 10 wallpaper V1.2");
+ display($"Save Windows 10 wallpaper V1.3 with Explorer opening");
15
display(string.Empty);
16
display("Checking if there are new images to be copied...");
17
List<string> files = new List<string>();
0 commit comments