Skip to content

Commit 64d28eb

Browse files
committed
adding qupath-extension-biop-3.5.0
1 parent 56a9295 commit 64d28eb

2 files changed

Lines changed: 14 additions & 3 deletions

File tree

biop-catalog-generator.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
*/
2121

2222
// --------------- YOU NEED TO MODIFY THIS VARIABLE BEFORE RUNNING IT
23-
def savingFolder = "F:/IAGitLab/qupath-biop-catalog/catalog.json" // Nico
24-
//def savingFolder = "D:/Remy/Github-projects/qupath-biop-catalog/catalog.json" // Rémy
23+
//def savingFolder = "F:/IAGitLab/qupath-biop-catalog/catalog.json" // Nico
24+
def savingFolder = "D:/Remy/Github-projects/qupath-biop-catalog/catalog.json" // Rémy
2525

2626

2727
// Versions for packages which are common between different extensions
@@ -188,7 +188,7 @@ extensionList.add(hrmExtension)*/
188188

189189
// ------------------------ BIOP EXTENSION
190190

191-
def biopTagList = ["v3.4.2", "v3.4.1", "v3.4.0", "v3.3.0"]
191+
def biopTagList = ["v3.5.0", "v3.4.2", "v3.4.1", "v3.4.0", "v3.3.0"]
192192
def biopVersionList = []
193193
biopTagList.each{tag->
194194
var biopRelease = new Release(

catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,17 @@
102102
"homepage": "https://github.com/BIOP/qupath-extension-biop",
103103
"starred": false,
104104
"releases": [
105+
{
106+
"name": "v3.5.0",
107+
"main_url": "https://github.com/BIOP/qupath-extension-biop/releases/download/v3.5.0/qupath-extension-biop-3.5.0.jar",
108+
"required_dependency_urls": [],
109+
"optional_dependency_urls": [],
110+
"javadoc_urls": [],
111+
"version_range": {
112+
"min": "v0.6.0",
113+
"excludes": []
114+
}
115+
},
105116
{
106117
"name": "v3.4.2",
107118
"main_url": "https://github.com/BIOP/qupath-extension-biop/releases/download/v3.4.2/qupath-extension-biop-3.4.2.jar",

0 commit comments

Comments
 (0)