Update Get-WingetOutdatedApps.ps1

pull/684/head
Romain 2024-09-03 00:23:45 +02:00 committed by GitHub
parent 1f4e98ac30
commit 8f74550dac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#Function to get the outdated app list, in formatted array
function Get-WingetOutdatedApp {
function Get-WingetOutdatedApps {
class Software {
[string]$Name
[string]$Id