diff --git a/chocolatey/VERIFICATION b/chocolatey/VERIFICATION.txt
similarity index 100%
rename from chocolatey/VERIFICATION
rename to chocolatey/VERIFICATION.txt
diff --git a/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec b/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec
index ece413d..71fa37f 100644
--- a/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec
+++ b/chocolatey/capnpc-csharp-win-x86/capnpc-csharp-win-x86.nuspec
@@ -28,8 +28,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/chocolatey/capnpc-csharp/capnpc-csharp.nuspec b/chocolatey/capnpc-csharp/capnpc-csharp.nuspec
index 0a9f46c..801c842 100644
--- a/chocolatey/capnpc-csharp/capnpc-csharp.nuspec
+++ b/chocolatey/capnpc-csharp/capnpc-csharp.nuspec
@@ -29,8 +29,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/scripts/capnpc-csharp-pack.ps1 b/scripts/capnpc-csharp-pack.ps1
index 40fcbdb..79935d5 100644
--- a/scripts/capnpc-csharp-pack.ps1
+++ b/scripts/capnpc-csharp-pack.ps1
@@ -17,5 +17,7 @@ If(!(test-path $installDir))
New-Item -ItemType Directory -Force -Path $installDir
}
+Copy-Item "$scriptDir\..\LICENSE" -Destination "$chocoDir\LICENSE.txt"
+
choco pack "$chocoDir\$id\$id.nuspec" --version $version --outputdirectory $installDir
choco pack "$chocoDir\$id_win_x86\$id_win_x86.nuspec" --version $version --outputdirectory $installDir