Skip to content

Commit 64f689f

Browse files
committed
Corrected path because the file was moved.
1 parent 85220b7 commit 64f689f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/update.version.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function updateAssemblyVersion($library, $version, $checkAssemblyVersion) {
5959
}
6060

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

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

0 commit comments

Comments
 (0)