Skip to content

Commit 44a3458

Browse files
committed
- updates synopsis to reflect script effects
1 parent 028e2cc commit 44a3458

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Scripts/incrementMinorVersion.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33

44
<#
55
.Synopsis
6-
Increment the minor version string in the csproj if the major,
6+
Increment the minor version string in the gradle.properties if the major,
77
minor, or patch version hasn't been manually updated.
88
.Description
99
Assumptions:
10-
Targets Microsoft.Graph.csproj
10+
Targets Gradle.properties
1111
This script assumes it is run from the repo root.
12-
VersionPrefix is set in the first property group in the csproj.
13-
Major or patch update versions are manually set by dev.
1412
Minor version is typically auto-incremented.
1513
1614
#>

0 commit comments

Comments
 (0)