Point to the correct .sln file in package script.
diff --git a/package.ps1 b/package.ps1
index 723f4c0..5427fbb 100644
--- a/package.ps1
+++ b/package.ps1
@@ -72,7 +72,7 @@
 # clean up debug artifacts if there are any

 Get-ChildItem temp -Include bin, obj -Recurse | Remove-Item -Recurse

 

-Compress-Archive -Path temp\*, LICENSE.txt, NOTICE.txt, keyfile, nms.sln, package.ps1 -Update -DestinationPath $zipfile

+Compress-Archive -Path temp\*, LICENSE.txt, NOTICE.txt, keyfile, nms-openwire.sln, package.ps1 -Update -DestinationPath $zipfile

 

 write-progress "Removing temp files"

 Remove-Item temp -Recurse