Skip to content

Commit

Permalink
Update package for KDash release v0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jan 22, 2024
1 parent d14dcab commit 01d3de1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kdash.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>kdash</id>
<version>0.4.8</version>
<version>0.4.9</version>

<!-- == SOFTWARE SPECIFIC SECTION == -->
<!-- This section is about the software itself -->
Expand All @@ -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).

</description>
<releaseNotes>https://github.com/kdash-rs/kdash/releases/tag/v0.4.8/</releaseNotes>
<releaseNotes>https://github.com/kdash-rs/kdash/releases/tag/v0.4.9/</releaseNotes>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
Expand Down
4 changes: 2 additions & 2 deletions tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 01d3de1

Please sign in to comment.