Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Oct 28, 2024
1 parent 9d6de37 commit c08eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Get-VersionInfo.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Get-VersionInfo.ps1

# Load Directory.Build.props as an XML
[xml]$xml = Get-Content "$PSScriptRoot/../Directory.Build.props"
[xml]$xml = Get-Content "$PSScriptRoot/../src/Directory.Build.props"

# Extract VersionPrefix, VersionSuffix, and FileVersion
$versionPrefix = $xml.Project.PropertyGroup.VersionPrefix
Expand Down

0 comments on commit c08eb3b

Please sign in to comment.