From 755f909f3e1fe60f72d7b9de428696edb49df0b2 Mon Sep 17 00:00:00 2001 From: Atakanisik Date: Wed, 17 Dec 2025 21:31:30 +0300 Subject: [PATCH 1/2] IVIMFitSlicer Json --- IVIMFitSlicer.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 IVIMFitSlicer.json diff --git a/IVIMFitSlicer.json b/IVIMFitSlicer.json new file mode 100644 index 00000000..0f883ac2 --- /dev/null +++ b/IVIMFitSlicer.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/Slicer/Slicer/main/Schemas/slicer-extension-catalog-entry-schema-v1.0.1.json#", + "scm_type": "git", + "scm_url": "https://github.com/Atakanisik/SlicerIVIMFit.git", + "scm_revision": "main", + "category": "Diffusion", + "build_dependencies": [], + "build_subdirectory": "." +} \ No newline at end of file From 15c3e336e32717203c6c3bb6dbbf1740466f20cf Mon Sep 17 00:00:00 2001 From: Atakanisik Date: Wed, 17 Dec 2025 23:10:06 +0300 Subject: [PATCH 2/2] End of line added to json --- IVIMFitSlicer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IVIMFitSlicer.json b/IVIMFitSlicer.json index 0f883ac2..b503d4a3 100644 --- a/IVIMFitSlicer.json +++ b/IVIMFitSlicer.json @@ -6,4 +6,4 @@ "category": "Diffusion", "build_dependencies": [], "build_subdirectory": "." -} \ No newline at end of file +}