diff --git a/functions/Get-Updates.ps1 b/functions/Get-Updates.ps1 index e165bf1..77804b5 100644 --- a/functions/Get-Updates.ps1 +++ b/functions/Get-Updates.ps1 @@ -48,7 +48,7 @@ function Get-Updates { [PSCustomObject]@{ Module = $Module.Name CurrentVersion = $Module.Version.ToString() - AvailableVersion = $Available.Version + AvailableVersion = $Available.Version.ToString() } } } catch { @@ -63,7 +63,7 @@ function Get-Updates { [PSCustomObject]@{ Module = $Module.Name CurrentVersion = $Module.Version.ToString() - AvailableVersion = $Available.Version + AvailableVersion = $Available.Version.ToString() } } } catch {