Private/Get-VersionNumber.ps1
|
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. function Get-VersionNumber { param() return '0.9' } |
|
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. function Get-VersionNumber { param() return '0.9' } |