diff --git a/Tools/chocolatey/ScreenPlay/screenplay.nuspec b/Tools/chocolatey/ScreenPlay/screenplay.nuspec index 2ddd3b06..54f3c2ad 100644 --- a/Tools/chocolatey/ScreenPlay/screenplay.nuspec +++ b/Tools/chocolatey/ScreenPlay/screenplay.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 0.15.0-RC2 + 0.15.0-RC3 https://gitlab.com/kelteseth/ScreenPlay/-/tree/master/Tools/chocolatey/ScreenPlay Elias Steurer diff --git a/Tools/chocolatey/ScreenPlay/tools/chocolateyinstall.ps1 b/Tools/chocolatey/ScreenPlay/tools/chocolateyinstall.ps1 index 750e01b0..0df5dd6a 100644 --- a/Tools/chocolatey/ScreenPlay/tools/chocolateyinstall.ps1 +++ b/Tools/chocolatey/ScreenPlay/tools/chocolateyinstall.ps1 @@ -14,7 +14,7 @@ $packageArgs = @{ softwareName = 'ScreenPlay*' checksum = '' checksumType = 'sha256' - checksum64 = 'e7dc40f99d681db2146a5f48e6bb1c0d8b46af40c9dde896975117b82c7e535f' + checksum64 = '0502e549ff4f10ec8b9090eb1fc35a9fe6297ea64f435aaefd87a77e5f70190f' checksumType64= 'sha256' }