diff --git a/README.md b/README.md
index 5210f91..cde2292 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,6 @@ You can install `stdump` using one of the following ways:
* **Manual**: Obtain an archive from the [latest release](https://github.com/odinserj/stdump/releases/latest).
* **NuGet**: `Install-Package stdump`
-* **Chocolatey**: `choco install stdump`
* **.NET Core**: `dotnet tool install -g stdump`
After installing, there will be two executables: `stdump-x86.exe` and `stdump-x64.exe`.
diff --git a/VERIFICATION.txt b/VERIFICATION.txt
deleted file mode 100644
index ee69765..0000000
--- a/VERIFICATION.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-VERIFICATION
-Verification is intended to assist the Chocolatey moderators and community
-in verifying that this package's contents are trustworthy.
-
-This package is published by the Hangfire OÜ itself. Any binaries will be
-identical to other package types published by the project, in particular
-the NUnit.ConsoleRunner and NUnit.Console NuGet packages.
\ No newline at end of file
diff --git a/appveyor.yml b/appveyor.yml
index 46ffac5..6851a6f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -48,15 +48,7 @@ artifacts:
deploy:
- provider: NuGet
api_key:
- secure: QenVKh2uONpSXN+5PZSGldomlfPnXTk7wEX81lz4Jr3ahzC9Qz3EG8RWG7mGTgmc
- skip_symbols: true
- on:
- appveyor_repo_tag: true
-
- - provider: NuGet
- server: https://chocolatey.org/
- api_key:
- secure: 7vOp8oFcGDo7UfI16EUQGYsgJq1mITIXkcl6ZTHj84+P2mD0/ab9jYlywvyltIlR
+ secure: xRV/m0aC8V9llXAoiaSrHKp1tpmvsUzwBLwPzyaR3SGWHCtLGhyHNwbeDvkubQmW
skip_symbols: true
on:
appveyor_repo_tag: true
diff --git a/nuspecs/stdump.nuspec b/nuspecs/stdump.nuspec
index 756aa87..a763e47 100644
--- a/nuspecs/stdump.nuspec
+++ b/nuspecs/stdump.nuspec
@@ -26,6 +26,5 @@
-
\ No newline at end of file
diff --git a/psake-project.ps1 b/psake-project.ps1
index 5d807d3..10e7f05 100644
--- a/psake-project.ps1
+++ b/psake-project.ps1
@@ -38,9 +38,6 @@ Task Collect -Depends Merge -Description "Copy all artifacts to the build folder
Write-Host "Copying LICENSE.txt" -ForegroundColor "Green"
Copy-Files "$base_dir\LICENSE.txt" $build_dir
-
- Write-Host "Copying VERIFICATION.txt" -ForegroundColor "Green"
- Copy-Files "$base_dir\VERIFICATION.txt" $build_dir
}
Task Pack -Depends Collect -Description "Create NuGet packages and archive files." {