From e43979da54a2c57fb883be3c3ef5402fbeefa8ad Mon Sep 17 00:00:00 2001 From: SirConstance Date: Fri, 5 Sep 2025 12:03:12 +0200 Subject: [PATCH] Replace UmbraAPI with submodule, remove old refs, upgrade to .NET 9 and apply patches --- .gitmodules | 5 +++-- MareAPI | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 160000 MareAPI diff --git a/.gitmodules b/.gitmodules index 080beb5..8979ddd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "UmbraAPI"] - path = UmbraAPI +[submodule "MareAPI"] + path = MareAPI url = https://git.umbra-sync.net/SirConstance/UmbraAPI.git + branch = main diff --git a/MareAPI b/MareAPI new file mode 160000 index 0000000..fb71135 --- /dev/null +++ b/MareAPI @@ -0,0 +1 @@ +Subproject commit fb7113502600a6c37113f8de8ac05ea235a43ac4