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 29, 2024
1 parent 9ae7ed0 commit 15de0c2
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-20241016-01</version>
<version>0.9.0</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/v0.1.1-internal-20241016-01/AxonOps.Workbench-0.1.1-internal-20241016-01-win-x64.msi'
$url64 = 'https://github.com/axonops/axonops-workbench/releases/download/v0.9.0/AxonOps.Workbench-0.9.0-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 = '956e69a52e75df5a12fca8bd1ad4004fc2cdd6e5467b1e2ce0a8f7062f9485cb'
checksum64 = 'd68f3f7b55e88c5eaca8c4a3a7d1282775dcec10a7b7838453368f9b9b112d8a'
checksumType64= 'sha256'

# MSI
Expand Down

0 comments on commit 15de0c2

Please sign in to comment.