We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e365613 commit 6df1621Copy full SHA for 6df1621
open-shell/open-shell.nuspec
@@ -3,7 +3,7 @@
3
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
4
<metadata>
5
<id>open-shell</id>
6
- <version>4.4.152</version>
+ <version>4.4.160</version>
7
<title>Open-Shell (Install)</title>
8
<authors>Ivo Beltchev</authors>
9
<owners>TheCakeIsNaOH, bcurran3</owners>
open-shell/tools/chocolateyInstall.ps1
@@ -28,4 +28,4 @@ $packageArgs = @{
28
29
Install-ChocolateyInstallPackage @packageArgs
30
31
-Remove-Item "$toolsDir\*.exe" -Force -EA SilentlyContinue | Out-Null
+Remove-Item "$toolsDir\*.exe" -Force -EA SilentlyContinue | Out-Null
0 commit comments