From c1f9ea69845a03b90f14cc9fbf6c8be52ab3ddaa Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Tue, 22 Apr 2025 01:38:48 -0400 Subject: [PATCH 1/4] Add SlicerOpenLIFU --- SlicerOpenLIFU.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SlicerOpenLIFU.json diff --git a/SlicerOpenLIFU.json b/SlicerOpenLIFU.json new file mode 100644 index 00000000..476220ec --- /dev/null +++ b/SlicerOpenLIFU.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "build_dependencies": [], + "build_subdirectory": ".", + "category": "Utilities", + "scm_revision": "v1.1.0", + "scm_url": "https://github.com/OpenwaterHealth/SlicerOpenLIFU.git", + "tier": 1 +} From ef0dea159795eac36ac3503826a90c072d4a93b4 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 23 Apr 2025 19:31:44 -0400 Subject: [PATCH 2/4] Bump SlicerOpenLIFU to v1.2.0 --- SlicerOpenLIFU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerOpenLIFU.json b/SlicerOpenLIFU.json index 476220ec..db1c8869 100644 --- a/SlicerOpenLIFU.json +++ b/SlicerOpenLIFU.json @@ -3,7 +3,7 @@ "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", - "scm_revision": "v1.1.0", + "scm_revision": "v1.2.0", "scm_url": "https://github.com/OpenwaterHealth/SlicerOpenLIFU.git", "tier": 1 } From 968c1074085abd6c7d497b203862adaa54e717a8 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 23 Apr 2025 19:31:44 -0400 Subject: [PATCH 3/4] Bump SlicerOpenLIFU to v1.4.0 --- SlicerOpenLIFU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerOpenLIFU.json b/SlicerOpenLIFU.json index db1c8869..decc7da1 100644 --- a/SlicerOpenLIFU.json +++ b/SlicerOpenLIFU.json @@ -3,7 +3,7 @@ "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", - "scm_revision": "v1.2.0", + "scm_revision": "v1.4.0", "scm_url": "https://github.com/OpenwaterHealth/SlicerOpenLIFU.git", "tier": 1 } From cb313d2b94b8c54e3d341e24f5743dec2a0aaef4 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 11 Jun 2025 10:23:50 -0400 Subject: [PATCH 4/4] Fix linter error in link --- SlicerOpenLIFU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerOpenLIFU.json b/SlicerOpenLIFU.json index decc7da1..55d8505f 100644 --- a/SlicerOpenLIFU.json +++ b/SlicerOpenLIFU.json @@ -1,5 +1,5 @@ { - "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json", "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities",