Skip to content

Commit

Permalink
Corrected path because the file was moved.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 17, 2024
1 parent 85220b7 commit 64f689f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish/update.version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function updateAssemblyVersion($library, $version, $checkAssemblyVersion) {
}

function updateMagickNETProps() {
$fileName = fullPath "src\Magick.NET.props"
$fileName = fullPath "Magick.NET.props"
$content = [IO.File]::ReadAllText($fileName, [System.Text.Encoding]::Default)

$content = setValue $content "`<Copyright`>" "`<" "Copyright 2013-$((Get-Date).year) Dirk Lemstra"
Expand Down

0 comments on commit 64f689f

Please sign in to comment.