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 Dec 23, 2024
1 parent 6b8028b commit fd34080
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.9.2</version>
<version>0.9.3</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.9.2/AxonOps.Workbench-0.9.2-win-x64.msi'
$url64 = 'https://github.com/axonops/axonops-workbench/releases/download/v0.9.3/AxonOps.Workbench-0.9.3-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 = '1da567dba0b28e2acf2232f1bb8a3a85c76692fc749697426befd024d15238de'
checksum64 = '109fe1748563dd3f5a9cf19c9c58a3205d24a72c6845962b70825c66373ee019'
checksumType64= 'sha256'

# MSI
Expand Down

0 comments on commit fd34080

Please sign in to comment.