From 3425d2d272c238789da47dc06e6245dae096df78 Mon Sep 17 00:00:00 2001 From: deepu105 Date: Fri, 5 Jan 2024 17:18:25 +0000 Subject: [PATCH] Update package for KDash release v0.4.5 --- kdash.nuspec | 4 ++-- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kdash.nuspec b/kdash.nuspec index 040f5e1..cca71bd 100644 --- a/kdash.nuspec +++ b/kdash.nuspec @@ -20,7 +20,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe kdash - 0.4.4 + 0.4.5 @@ -43,7 +43,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe For more [documentation and usage](https://github.com/kdash-rs/kdash/blob/main/README.md), see the [official repo](https://github.com/kdash-rs/kdash). - https://github.com/kdash-rs/kdash/releases/tag/v0.4.4/ + https://github.com/kdash-rs/kdash/releases/tag/v0.4.5/ diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 84ccb19..b736441 100644 --- a/tools/chocolateyinstall.ps1 +++ b/tools/chocolateyinstall.ps1 @@ -2,8 +2,8 @@ $ErrorActionPreference = 'Stop'; $PackageName = 'kdash' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url64 = 'https://github.com/kdash-rs/kdash/releases/download/v0.4.4/kdash-windows.tar.gz' -$checksum64 = '7911475aa58cf510272588e8c3fbdb74b40fe38f6ae543ff691983dab03417e3' +$url64 = 'https://github.com/kdash-rs/kdash/releases/download/v0.4.5/kdash-windows.tar.gz' +$checksum64 = 'f9bc8ffc9086f815ce5f57b73ec43aa1d4e8c2d1e4a4af87e08dfc73e95016ca' $packageArgs = @{ packageName = $packageName