We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56dc80c + cacb9c5 commit 6d8bedfCopy full SHA for 6d8bedf
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