Skip to content

Commit

Permalink
Changes made by GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 30, 2024
1 parent cb97fd4 commit bfa3802
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion axonopsworkbench.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>axonopsworkbench</id>
<version>0.1.1-internal-20240930-01</version>
<version>1.0.0-beta3</version>
<owners>AxonOps Limited</owners>
<title>AxonOps Workbench (Install)</title>
<authors>AxonOps Limited</authors>
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop' # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/v0.1.1-internal-20240930-01/AxonOps.Workbench-0.1.1-internal-20240930-01-win-x64.msi'
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/v1.0.0-beta3/AxonOps.Workbench-1.0.0-beta3-win-x64.msi'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand All @@ -10,7 +10,7 @@ $packageArgs = @{

softwareName = 'AxonOpsWorkbench*' #part or all of the Display Name as you see it in Programs and Features. It should be enough to be unique

checksum64 = '945e0571f3c314f11b0be2787bb659acdf33e9a81fabf2e89bf82794986f98ee'
checksum64 = '3c157039760e0fad41feb497cbd4793a47e3b52da88bd5497d5b3a15937fe198'
checksumType64= 'sha256'

# MSI
Expand Down

0 comments on commit bfa3802

Please sign in to comment.