From a0e701859efd34887b4598803a3fb86bedf6d8a0 Mon Sep 17 00:00:00 2001 From: deepu105 Date: Mon, 15 Jan 2024 18:24:27 +0000 Subject: [PATCH] Update package for KDash release v0.4.7 --- kdash.nuspec | 4 ++-- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kdash.nuspec b/kdash.nuspec index e18d112..42cce21 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.6 + 0.4.7 @@ -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.6/ + https://github.com/kdash-rs/kdash/releases/tag/v0.4.7/ diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index d305077..6d5ff99 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.6/kdash-windows.tar.gz' -$checksum64 = '80f949a08ebdd50d48deba872c3c574e692cf0ee6fecd22b478ad1d38311b3fe' +$url64 = 'https://github.com/kdash-rs/kdash/releases/download/v0.4.7/kdash-windows.tar.gz' +$checksum64 = '66113bdd848c01e05bab529cfe220135112e5cf5c997744b24020594cf9ab323' $packageArgs = @{ packageName = $packageName