We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1011053 commit 778c65eCopy full SHA for 778c65e
Build/Download-Standalone-Core.ps1
@@ -26,7 +26,7 @@ New-Item -ItemType directory -Path $OutputPath | Out-Null
26
27
Import-Module -Name $7ZipSnapIn
28
29
-$StandaloneCoreVersion = '1.54.4'
+$StandaloneCoreVersion = '1.61.2'
30
$StandaloneCoreDownloadBaseUri = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v$StandaloneCoreVersion"
31
32
# Download and extract the Windows core
0 commit comments