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 27, 2024
1 parent f141ba1 commit a96d5c3
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-20240926-01</version>
<version>1.0.0-beta2</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-20240926-01/AxonOps.Workbench-0.1.1-internal-20240926-01-win-x64.msi'
$url64 = 'https://github.com/axonops/axonops-workbench-cassandra/releases/download/v1.0.0-beta2/AxonOps.Workbench-1.0.0-beta2-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 = 'f8795f72ad99d3c993f1c32a9396f548f82605c7e5fc2d5fbc51c9a19b9eb7e1'
checksum64 = '8052db8eca7a2c6700e3286a7bb9f826292cf07901fe2a4d00d9022083941392'
checksumType64= 'sha256'

# MSI
Expand Down

0 comments on commit a96d5c3

Please sign in to comment.