Skip to content

Commit 2af69cb

Browse files
author
Chris Wiechmann
committed
[skip ci] Choco updates for version 1.3.4
1 parent 2a5dc0d commit 2af69cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/choco/axway-apim-cli/axway-apim-cli.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
44
<metadata>
55
<id>axway-apim-cli</id>
6-
<version>1.3.0</version>
6+
<version>1.3.4</version>
77
<packageSourceUrl>https://github.com/Axway-API-Management-Plus/apim-cli/tree/develop/tools/choco/axway-apim-cli</packageSourceUrl>
88
<owners>Christoph Wiechmann</owners>
99
<title>Axway API-Management CLI (Install)</title>

tools/choco/axway-apim-cli/tools/chocolateyinstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$ErrorActionPreference = 'Stop'; # stop on all errors
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$fileLocation = Join-Path $toolsDir 'axway-apimcli-1.3.0.zip'
3+
$fileLocation = Join-Path $toolsDir 'axway-apimcli-1.3.4.zip'
44

55
Get-ChocolateyUnzip "$fileLocation" $toolsDir
66
Install-BinFile -Name "apim" -Path "$toolsDir\apim-cli-$env:chocolateyPackageVersion\scripts\apim.bat" -Command "choco"

0 commit comments

Comments
 (0)