Skip to content

Commit

Permalink
10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick authored and runner committed Jul 26, 2024
1 parent 7742933 commit d07e1a5
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.12.0 at 2024-07-16T12:43:06.447672374Z
# Generated with JReleaser 1.13.1 at 2024-07-26T05:43:09.969900182Z
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'xpipe'
fileType = 'msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/10.1.1/xpipe-installer-windows-x86_64.msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/10.2/xpipe-installer-windows-x86_64.msi'
silentArgs = "/quiet"
validExitCodes= @(0)
softwareName = 'xpipe*'
checksum = '4b77830555c55b4f211a352d6d45e3f97d2851a85a77a191ce3f68086fbc64b1'
checksum = '7fcf2d0f32da6b511ac5dfb57010f06cf77ae10cdbfbc96995284137fb115236'
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.12.0 at 2024-07-16T12:43:06.447672374Z -->
<!-- Generated with JReleaser 1.13.1 at 2024-07-26T05:43:09.969900182Z -->
<!-- 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>10.1.1</version>
<version>10.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/10.1.1</releaseNotes>
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/10.2</releaseNotes>
<iconUrl>https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png</iconUrl>
</metadata>
<files>
Expand Down

0 comments on commit d07e1a5

Please sign in to comment.