We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56dc80c commit cacb9c5Copy full SHA for cacb9c5
Scripts/incrementMinorVersion.ps1
@@ -47,7 +47,7 @@ function Update-MinorVersionNumber([version]$currentVersion) {
47
}
48
49
function Update-MinorVersion() {
50
- $readmeFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../readme.md"
+ $readmeFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../README.md"
51
$propertiesFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../gradle.properties"
52
$telemetryFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../src/main/java/com/microsoft/graph/core/Constants.java"
53
$currentVersion = Get-CurrentTelemetryVersion -telemetryFilePath $telemetryFilePath
0 commit comments