Skip to content

Commit 6df1621

Browse files
author
Chocolatey
committed
1 parent e365613 commit 6df1621

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open-shell/open-shell.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>open-shell</id>
6-
<version>4.4.152</version>
6+
<version>4.4.160</version>
77
<title>Open-Shell (Install)</title>
88
<authors>Ivo Beltchev</authors>
99
<owners>TheCakeIsNaOH, bcurran3</owners>

open-shell/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ $packageArgs = @{
2828

2929
Install-ChocolateyInstallPackage @packageArgs
3030

31-
Remove-Item "$toolsDir\*.exe" -Force -EA SilentlyContinue | Out-Null
31+
Remove-Item "$toolsDir\*.exe" -Force -EA SilentlyContinue | Out-Null

0 commit comments

Comments
 (0)