We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028e2cc commit 44a3458Copy full SHA for 44a3458
Scripts/incrementMinorVersion.ps1
@@ -3,14 +3,12 @@
3
4
<#
5
.Synopsis
6
- Increment the minor version string in the csproj if the major,
+ Increment the minor version string in the gradle.properties if the major,
7
minor, or patch version hasn't been manually updated.
8
.Description
9
Assumptions:
10
- Targets Microsoft.Graph.csproj
+ Targets Gradle.properties
11
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.
14
Minor version is typically auto-incremented.
15
16
#>
0 commit comments