We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8e1423 commit a1f2fd8Copy full SHA for a1f2fd8
build/BuildNugets.ps1
@@ -5,7 +5,7 @@ param(
5
)
6
7
$year = [System.DateTime]::Now.ToString("yyyy")
8
-$copywrite = "Copyright $year James Willock/Mulholland Software Ltd"
+$copyright = "Copyright $year James Willock/Mulholland Software Ltd"
9
$configuration = "Release"
10
11
function Update-Icon {
@@ -59,7 +59,7 @@ function New-Nuget {
59
60
$NuSpecPath = Resolve-Path $NuSpecPath
61
Update-Icon "$NuSpecPath"
62
- nuget pack "$NuSpecPath" -version "$Version" -Properties "Configuration=$configuration;Copywrite=$copywrite"
+ nuget pack "$NuSpecPath" -version "$Version" -Properties "Configuration=$configuration;Copyright=$copyright"
63
}
64
65
Push-Location "$(Join-Path $PSScriptRoot "..")"
0 commit comments