From 4b954430c5c1dfa99cd1738c29840e1be44abfbb Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Tue, 22 Apr 2025 01:38:48 -0400 Subject: [PATCH 1/5] 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 852ad8e5cd657f3ed99c0d563e3e0cd5993970bc Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 23 Apr 2025 19:31:44 -0400 Subject: [PATCH 2/5] 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 9494a041c0b9c884654c6213249d1ecdbc93e497 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 23 Apr 2025 19:31:44 -0400 Subject: [PATCH 3/5] 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 6c1ad7042e37be9472e24203f4dd89a7c273ab04 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 11 Jun 2025 10:23:50 -0400 Subject: [PATCH 4/5] 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", From 1f378e0959dfebc64ad1c382a1762306fcfe8285 Mon Sep 17 00:00:00 2001 From: Andrew Howe Date: Wed, 11 Jun 2025 10:47:41 -0400 Subject: [PATCH 5/5] Bump SlicerOpenLIFU to v1.5.0 --- SlicerOpenLIFU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SlicerOpenLIFU.json b/SlicerOpenLIFU.json index 55d8505f..37dc71dc 100644 --- a/SlicerOpenLIFU.json +++ b/SlicerOpenLIFU.json @@ -3,7 +3,7 @@ "build_dependencies": [], "build_subdirectory": ".", "category": "Utilities", - "scm_revision": "v1.4.0", + "scm_revision": "v1.5.0", "scm_url": "https://github.com/OpenwaterHealth/SlicerOpenLIFU.git", "tier": 1 }