From 01d3de15dccf57de0bac6e6d60a40b12bfb5cf63 Mon Sep 17 00:00:00 2001 From: deepu105 Date: Mon, 22 Jan 2024 12:54:37 +0000 Subject: [PATCH] Update package for KDash release v0.4.9 --- kdash.nuspec | 4 ++-- tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kdash.nuspec b/kdash.nuspec index bdc0fb5..f4fb705 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.8 + 0.4.9 @@ -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.8/ + https://github.com/kdash-rs/kdash/releases/tag/v0.4.9/ diff --git a/tools/chocolateyinstall.ps1 b/tools/chocolateyinstall.ps1 index 8784c71..e26a9ff 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.8/kdash-windows.tar.gz' -$checksum64 = 'f9e6beb6e306735ec505f42b56556476c23f6121d16312b6c6e209ec29225ee8' +$url64 = 'https://github.com/kdash-rs/kdash/releases/download/v0.4.9/kdash-windows.tar.gz' +$checksum64 = 'c32ba8445ca6884f3b125394be2260a0e05688a2ff5f828526834c0bed5705c6' $packageArgs = @{ packageName = $packageName