Skip to content

Commit

Permalink
Update package for KDash release v0.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Jan 18, 2024
1 parent a0e7018 commit d14dcab
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.7</version>
<version>0.4.8</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.7/</releaseNotes>
<releaseNotes>https://github.com/kdash-rs/kdash/releases/tag/v0.4.8/</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.7/kdash-windows.tar.gz'
$checksum64 = '66113bdd848c01e05bab529cfe220135112e5cf5c997744b24020594cf9ab323'
$url64 = 'https://github.com/kdash-rs/kdash/releases/download/v0.4.8/kdash-windows.tar.gz'
$checksum64 = 'f9e6beb6e306735ec505f42b56556476c23f6121d16312b6c6e209ec29225ee8'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit d14dcab

Please sign in to comment.