Skip to content

Commit

Permalink
- Published v1.5.1.0 on choco
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-shilo committed Oct 9, 2022
1 parent fb5d4ae commit 3c3b423
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
Binary file modified bin/shell-x.exe
Binary file not shown.
9 changes: 3 additions & 6 deletions bin/shell-x.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>shell-x</id>
<version>1.5.0.1</version>
<version>1.5.1.0</version>
<title>Shell-X</title>
<authors>Oleg Shilo</authors>
<owners>Oleg Shilo</owners>
Expand All @@ -20,11 +20,8 @@

<summary>Shell-X</summary>
<releaseNotes>
Release v1.5.0.0
- Added support multiselect execution of every selected file in the dedicated instance of the batch file process.
- Issue #16: Question about executing the BAT file in the menu


Release v1.5.1.0
- Issues #17: 1.5.0.0 and spaces in filename
</releaseNotes>
<copyright>Oleg Shilo</copyright>
<tags>C# Windows Explorer context menu shell</tags>
Expand Down
4 changes: 2 additions & 2 deletions bin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$packageName = 'shell-x'
$url = 'https://github.com/oleg-shilo/shell-x/releases/download/v1.5.0.0/shell-x.7z'
$url = 'https://github.com/oleg-shilo/shell-x/releases/download/v1.5.1.0/shell-x.v1.5.1.0.zip'


$installDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$app = Join-Path $installDir "shell-x.exe"
#Write-Host "$app"
$cheksum = 'A3741697694D423FE2D42986E1ADAB992B2DDCEF7CDBC0B652B9CE4149D3B8B3'
$cheksum = 'F5B2B129299F72326BC78D466C0F212D2D069C3CFD577068F4D535CAB676F8AB'
$checksumType = "sha256"

# Download and unpack a zip file
Expand Down
2 changes: 1 addition & 1 deletion bin/update_package.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void main()
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12;

var url = "https://github.com/oleg-shilo/shell-x/releases/download/v1.5.0.0/shell-x.7z";
var url = "https://github.com/oleg-shilo/shell-x/releases/download/v1.5.1.0/shell-x.v1.5.1.0.zip";

var installScript = @"tools\chocolateyInstall.ps1";

Expand Down

0 comments on commit 3c3b423

Please sign in to comment.