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
#$initialVersion = [Version] $xml.Project.PropertyGroup.Version # Cannot convert the "System.Object[]" value of type "System.Object[]" to type "System.Version".
# Test ONLY
#$spliteVersionTemp = $initialVersion.split(".") #ERROR: Method invocation failed because [System.Version] does not contain a method named 'split'.
#Write-Host "Split Version Test Only: " $spliteVersionTemp