Skip to content

Commit

Permalink
Merge pull request #1306 from sara-rn/update-regcool-nuspec
Browse files Browse the repository at this point in the history
Update regcool nuspec package
  • Loading branch information
Ana06 authored Feb 20, 2025
2 parents bffb7cb + c91f531 commit 453c3c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions packages/regcool.vm/regcool.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>regcool.vm</id>
<version>2.022</version>
<version>2.022.20250220</version>
<authors>Kurt Zimmermann</authors>
<description>In addition to all the features that you can find in RegEdit and RegEdt32, RegCool adds many powerful features that allow you to work faster and more efficiently with registry related tasks</description>
<dependencies>
<dependency id="common.vm" version="0.0.0.20240411" />
<dependency id="common.vm" version="0.0.0.20250206" />
</dependencies>
<tags>Registry</tags>
</metadata>
</package>
4 changes: 2 additions & 2 deletions packages/regcool.vm/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ $ErrorActionPreference = 'Stop'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'RegCool'
$category = 'Registry'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

$zipUrl = 'https://kurtzimmermann.com/files/RegCoolX64.zip'
$zipSha256 = '6514f05dacf360f1c1c968d3f5b0f89d3447b49ee55bd4e21935e6e29e3325ef'
$zipSha256 = '3a30a6c33e54860049eb67b0ef77538b1905f957bc29509dd850e33aa8138bea'

VM-Install-From-Zip $toolName $category $zipUrl -zipSha256 $zipSha256 -consoleApp $false -innerFolder $false
2 changes: 1 addition & 1 deletion packages/regcool.vm/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ $ErrorActionPreference = 'Continue'
Import-Module vm.common -Force -DisableNameChecking

$toolName = 'RegCool'
$category = 'Registry'
$category = VM-Get-Category($MyInvocation.MyCommand.Definition)

VM-Uninstall $toolName $category

0 comments on commit 453c3c4

Please sign in to comment.