diff --git a/automatic/book-collector/book-collector.nuspec b/automatic/book-collector/book-collector.nuspec index a30624c37..7f0ce594d 100644 --- a/automatic/book-collector/book-collector.nuspec +++ b/automatic/book-collector/book-collector.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 21.5.1 + 22.0.1 Maurice Kevenaar diff --git a/automatic/book-collector/tools/chocolateyinstall.ps1 b/automatic/book-collector/tools/chocolateyinstall.ps1 index 1ce4a96ab..d34748b25 100644 --- a/automatic/book-collector/tools/chocolateyinstall.ps1 +++ b/automatic/book-collector/tools/chocolateyinstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://installers.collectorz.com/book-win/bookcollectorsetup2151.exe' -$checksum = '61f6a617806c149bcfc7c75a9af5c1aa5f3ab1793e1c1f2e508be5006c2661d9' +$url = 'https://installers.collectorz.com/book-win/bookcollectorsetup2201.exe' +$checksum = '28c49d60d19352e698fba81819e16d4a9dbb909f75d05a970b50bce9a8c230ea' $checksumType = 'sha256' $packageArgs = @{