From a493f902c52f5312ce4b5ad6a93267e25fb32eb7 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:19:23 +0200 Subject: [PATCH 1/3] Rename winget-notify.ps1 to Winget-Notify.ps1 --- Winget-AutoUpdate/{winget-notify.ps1 => Winget-Notify.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Winget-AutoUpdate/{winget-notify.ps1 => Winget-Notify.ps1} (95%) diff --git a/Winget-AutoUpdate/winget-notify.ps1 b/Winget-AutoUpdate/Winget-Notify.ps1 similarity index 95% rename from Winget-AutoUpdate/winget-notify.ps1 rename to Winget-AutoUpdate/Winget-Notify.ps1 index 0688be6..e2288e8 100644 --- a/Winget-AutoUpdate/winget-notify.ps1 +++ b/Winget-AutoUpdate/Winget-Notify.ps1 @@ -20,4 +20,4 @@ $LauncherID = "Windows.SystemToast.Winget.Notification" #Prepare and Create Toast $ToastMessage = [Windows.UI.Notifications.ToastNotification]::New($ToastXML) $ToastMessage.Tag = $NotifConf.toast.tag -[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage) \ No newline at end of file +[Windows.UI.Notifications.ToastNotificationManager]::CreateToastNotifier($LauncherID).Show($ToastMessage) From 84519c3f71e40d5bbc6b58137a2e11febf10a130 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:20:09 +0200 Subject: [PATCH 2/3] Rename user-run.ps1 to User-Run.ps1 --- Winget-AutoUpdate/{user-run.ps1 => User-Run.ps1} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Winget-AutoUpdate/{user-run.ps1 => User-Run.ps1} (100%) diff --git a/Winget-AutoUpdate/user-run.ps1 b/Winget-AutoUpdate/User-Run.ps1 similarity index 100% rename from Winget-AutoUpdate/user-run.ps1 rename to Winget-AutoUpdate/User-Run.ps1 From 3910214e218cc6be2f0ef45d5201848af1f3b048 Mon Sep 17 00:00:00 2001 From: Romain <96626929+Romanitho@users.noreply.github.com> Date: Sun, 23 Oct 2022 09:20:45 +0200 Subject: [PATCH 3/3] Rename winget-upgrade.ps1 to Winget-Upgrade.ps1 --- Winget-AutoUpdate/{winget-upgrade.ps1 => Winget-Upgrade.ps1} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Winget-AutoUpdate/{winget-upgrade.ps1 => Winget-Upgrade.ps1} (100%) diff --git a/Winget-AutoUpdate/winget-upgrade.ps1 b/Winget-AutoUpdate/Winget-Upgrade.ps1 similarity index 100% rename from Winget-AutoUpdate/winget-upgrade.ps1 rename to Winget-AutoUpdate/Winget-Upgrade.ps1