Update index

Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar Bakr 2023-10-04 14:05:03 +03:00
parent 97d46bb6ad
commit 7326540b45
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -204,7 +204,7 @@ function getProjectVersion(filePath) {
}
function updateProjectVersion(filePath, newVersion) {
const projectInfoFile = getFile(filePath);
let projectInfoFile = getFile(filePath);
// Update the version if the file is .csproj
if (filePath.match(/\.csproj/))