Skip to content

Commit

Permalink
fin - Finalized release for 0.0.24.9
Browse files Browse the repository at this point in the history
---

Type: fin
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 24, 2023
1 parent 2818a8e commit 1ff8c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChocolateyPack-DotNet/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pkgName = "KS"
$url = "https://github.com/Aptivi/NitrocidKS/releases/download/v0.0.24.9-beta/0.0.24.9-bin-dotnet.zip"
$md5check = "c17dd383ca71a7d3b68992323f25cdf5"
$md5check = "79bd011bb7784c1d9ee7b22ce99977a6"

Write-Output "<*>: for assumptions, <+> for progress, <-> for error"
Write-Output "<*> Installation directory: $toolsDir"
Expand Down
2 changes: 1 addition & 1 deletion ChocolateyPack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$pkgName = "KS"
$url = "https://github.com/Aptivi/NitrocidKS/releases/download/v0.0.24.9-beta/0.0.24.9-bin.zip"
$md5check = "9f81e3ecf9794723a98b6c6d468e5bae"
$md5check = "3779b34efe2ef1b3c3e80f9969bdfa8e"

Write-Output "<*>: for assumptions, <+> for progress, <-> for error"
Write-Output "<*> Installation directory: $toolsDir"
Expand Down

0 comments on commit 1ff8c30

Please sign in to comment.