Skip to content

Commit c713c68

Browse files
authored
Case sensitive README.md
1 parent 8bf55d1 commit c713c68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/incrementMinorVersion.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function Update-MinorVersionNumber([version]$currentVersion) {
4747
}
4848

4949
function Update-MinorVersion() {
50-
$readmeFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../readme.md"
50+
$readmeFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../README.md"
5151
$propertiesFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../gradle.properties"
5252
$telemetryFilePath = Join-Path -Path $PWD.ToString() -ChildPath "../src/main/java/com/microsoft/graph/core/Constants.java"
5353
$currentVersion = Get-CurrentTelemetryVersion -telemetryFilePath $telemetryFilePath
@@ -56,4 +56,4 @@ function Update-MinorVersion() {
5656
Update-TelemetryVersion -version $nextVersion -telemetryFilePath $telemetryFilePath
5757
Update-PackageVersion -version $nextVersion -propertiesFilePath $propertiesFilePath
5858
}
59-
Update-MinorVersion
59+
Update-MinorVersion

0 commit comments

Comments
 (0)