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 Oct 3, 2024
1 parent 84468dd commit e982996
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>1.0.0-beta6</version>
<version>1.0.0-beta7</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/releases/download/v1.0.0-beta6/AxonOps.Workbench-1.0.0-beta6-win-x64.msi'
$url64 = 'https://github.com/axonops/axonops-workbench/releases/download/v1.0.0-beta7/AxonOps.Workbench-1.0.0-beta7-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 = '6ad5d7237d75ca1072a63470e2613f6bdae14e582911fce8b9593e310cf6e528'
checksum64 = '265ae50c901128333cf16b31c9639fe7fe06abea4020cade6f7b156f0f2013b9'
checksumType64= 'sha256'

# MSI
Expand Down

0 comments on commit e982996

Please sign in to comment.