Skip to content

Commit

Permalink
12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick authored and runner committed Oct 11, 2024
1 parent 3a8f8aa commit 05934db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions installer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Generated with JReleaser 1.14.0 at 2024-10-06T23:57:05.16174392Z
# Generated with JReleaser 1.14.0 at 2024-10-11T06:19:03.569839948Z
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'xpipe'
fileType = 'msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/12.1/xpipe-installer-windows-x86_64.msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/12.2/xpipe-installer-windows-x86_64.msi'
silentArgs = "/quiet"
validExitCodes= @(0)
softwareName = 'xpipe*'
checksum = 'd651ebbfe5140c0557ece40fdab633e05aee4c529044285323c667583785ac28'
checksum = '20a7e67dc58392188200a1e8abe38e26d0eba903034aa65ef71ce06619ab7cc8'
checksumType = 'sha256'
}

Expand Down
6 changes: 3 additions & 3 deletions installer/xpipe.nuspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generated with JReleaser 1.14.0 at 2024-10-06T23:57:05.16174392Z -->
<!-- Generated with JReleaser 1.14.0 at 2024-10-11T06:19:03.569839948Z -->
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- required -->
<id>xpipe</id>
<version>12.1</version>
<version>12.2</version>
<authors>Christopher Schnick</authors>
<description>XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs that you normally use to connect and does not require any setup on your remote systems.</description>
<!-- optional -->
Expand All @@ -20,7 +20,7 @@
<packageSourceUrl>https://github.com/xpipe-io/choco_bucket</packageSourceUrl>
<docsUrl>https://docs.xpipe.io</docsUrl>
<bugTrackerUrl>https://github.com/xpipe-io/xpipe/issues</bugTrackerUrl>
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/12.1</releaseNotes>
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/12.2</releaseNotes>
<iconUrl>https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png</iconUrl>
</metadata>
<files>
Expand Down

0 comments on commit 05934db

Please sign in to comment.