Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 4a96a76

Browse files
Merge pull request #46 from microsoftgraph/ramsessanchez-patch-1
Update getLatestVersion.ps1
2 parents 123fef0 + 731b9d6 commit 4a96a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/getLatestVersion.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
.Description
88
Retrieves the latest version specified in the Gradle.Properties file
99
Uses the retrieved values to update the enviornment variable VERSION_STRING
10-
#>
11-
1210
.Parameter propertiesPath
11+
the path leading to the gradle.properties file
12+
#>
1313

1414
Param(
1515
[parameter(Mandatory = $true)]

0 commit comments

Comments
 (0)