Skip to content

Commit 7b7598a

Browse files
authored
Update chocolatey files for v2.7.0. (#118)
1 parent a19ce5d commit 7b7598a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

chocolatey/boundingboxeditor.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>boundingboxeditor</id>
5-
<version>2.6.0</version>
5+
<version>2.7.0</version>
66
<owners>Markus Fleischhacker</owners>
77
<title>Bounding Box Editor</title>
88
<authors>Markus Fleischhacker</authors>
99
<projectUrl>https://github.com/mfl28/BoundingBoxEditor</projectUrl>
10-
<iconUrl>https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.6.0/src/main/resources/icons/app_icon.png</iconUrl>
10+
<iconUrl>https://cdn.jsdelivr.net/gh/mfl28/BoundingBoxEditor@2.7.0/src/main/resources/icons/app_icon.png</iconUrl>
1111
<copyright>2023 Markus Fleischhacker</copyright>
1212
<licenseUrl>https://github.com/mfl28/BoundingBoxEditor/blob/master/LICENSE</licenseUrl>
1313
<projectSourceUrl>https://github.com/mfl28/BoundingBoxEditor</projectSourceUrl>
1414
<packageSourceUrl>https://github.com/mfl28/BoundingBoxEditor</packageSourceUrl>
1515
<summary>Graphical image annotation application</summary>
1616
<description>This is an image annotation desktop application that allows you to easily create and edit ground-truth labels for object detection and segmentation models.</description>
1717
<tags>boundingboxeditor 64-bit gui image annotation</tags>
18-
<releaseNotes>https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.6.0</releaseNotes>
18+
<releaseNotes>https://github.com/mfl28/BoundingBoxEditor/releases/tag/v2.7.0</releaseNotes>
1919
</metadata>
2020
<files>
2121
<file src="tools\**" target="tools" />

chocolatey/tools/chocolateyinstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
$ErrorActionPreference = 'Stop';
22
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
3-
$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.6.0/boundingboxeditor-2.6.0.exe'
3+
$url64 = 'https://github.com/mfl28/BoundingBoxEditor/releases/download/v2.7.0/boundingboxeditor-2.7.0.exe'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
77
fileType = 'exe'
88
url64bit = $url64
99
softwareName = 'boundingboxeditor*'
10-
checksum64 = '0BAD53E65902B1A7C73565D90DE34B2AE3611353846C7063A17091256D2D4D6B'
10+
checksum64 = '49E55C916538CE41CF81355A8E3DF32CC5276697FDF18556B4B0ED6527017F4D'
1111
checksumType64= 'sha256'
1212
silentArgs = '/quiet'
1313
validExitCodes= @(0)

0 commit comments

Comments
 (0)