diff --git a/.nuget/IF.Lastfm.nuspec b/.nuget/Inflatable.Lastfm.nuspec similarity index 100% rename from .nuget/IF.Lastfm.nuspec rename to .nuget/Inflatable.Lastfm.nuspec diff --git a/.nuget/pack.ps1 b/.nuget/pack.ps1 index 575b65b..d42117e 100644 --- a/.nuget/pack.ps1 +++ b/.nuget/pack.ps1 @@ -16,12 +16,12 @@ else Write-Host "Setting .nuspec version tag to $versionStr" -$content = (Get-Content $root\.nuget\IF.Lastfm.nuspec) +$content = (Get-Content $root\.nuget\Inflatable.Lastfm.nuspec) $content = $content -replace '\$version',$versionStr -$content | Out-File $root\.nuget\IF.Lastfm.$versionStr.compiled.nuspec +$content | Out-File $root\.nuget\Inflatable.Lastfm.$versionStr.compiled.nuspec -& $root\.nuget\NuGet.exe pack $root\.nuget\IF.Lastfm.$versionStr.compiled.nuspec +& $root\.nuget\NuGet.exe pack $root\.nuget\Inflatable.Lastfm.$versionStr.compiled.nuspec # publish to appveyor feeds -appveyor PushArtifact IF.Lastfm.$versionStr.nupkg \ No newline at end of file +appveyor PushArtifact Inflatable.Lastfm.$versionStr.nupkg \ No newline at end of file