Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crschnick authored and runner committed Aug 16, 2023
1 parent 134321d commit 4c198ff
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.6.0 at 2023-08-13T10:33:50.617476955Z
# Generated with JReleaser 1.6.0 at 2023-08-16T19:07:14.862788842Z
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

$packageArgs = @{
packageName = 'xpipe'
fileType = 'msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/1.5.1/xpipe-installer-windows-x86_64.msi'
url = 'https://github.com/xpipe-io/xpipe/releases/download/1.5.2/xpipe-installer-windows-x86_64.msi'
silentArgs = "/quiet"
validExitCodes= @(0)
softwareName = 'xpipe*'
checksum = '0d1d6dfe0b385d9cc0b09e8dd2e5dc07ca290e1ba49f26a8b638a6c91aef5a62'
checksum = '34e659b17273c670de3f43004c4e65d9f2e60f3c2de9cf0cb1dc98aac13ba25a'
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.6.0 at 2023-08-13T10:33:50.617476955Z -->
<!-- Generated with JReleaser 1.6.0 at 2023-08-16T19:07:14.862788842Z -->
<!-- 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>1.5.1</version>
<version>1.5.2</version>
<authors>Christopher Schnick</authors>
<description>A connection manager and remote file explorer that works by exclusively interacting with CLI tools on local and remote shell connections. This approach makes it much more flexible as it doesn't have to deal with file system APIs or remote file handling protocols at all.

Expand All @@ -22,7 +22,7 @@ XPipe integrates with your existing tools and workflows by outsourcing as many t
<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/1.5.1</releaseNotes>
<releaseNotes>https://github.com/xpipe-io/xpipe/releases/tag/1.5.2</releaseNotes>
<iconUrl>https://rawcdn.githack.com/xpipe-io/xpipe/a097ae7a41131fa358b5343345557ad00a45c309/dist/logo/logo.png</iconUrl>
</metadata>
<files>
Expand Down

0 comments on commit 4c198ff

Please sign in to comment.