From a196ff7242752b3fdf13191a7121088cf5c070d2 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 13 Dec 2023 23:32:32 +0000 Subject: [PATCH 1/3] Add gitmodules to git attributes file --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 03051dc..022fd1a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ # Config *.gitignore text +*.gitmodules text *.gitattributes text *.editorconfig text *.git-blame-ignore-revs text From f7833c8ed65335811383f457a8c6cfd0ec2e792b Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 13 Dec 2023 23:42:36 +0000 Subject: [PATCH 2/3] Add protocol as git submodule --- .gitmodules | 3 +++ Protocol | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 Protocol diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5727261 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "Protocol"] + path = Protocol + url = https://github.com/harp-tech/protocol.git diff --git a/Protocol b/Protocol new file mode 160000 index 0000000..4089d22 --- /dev/null +++ b/Protocol @@ -0,0 +1 @@ +Subproject commit 4089d225185a11683e395c8040ac2b12dbefd12a From 3b3b84999ea00e25cb56e7e53afb296b998246d5 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Thu, 14 Dec 2023 00:00:46 +0000 Subject: [PATCH 3/3] Add common register schema as embedded resource --- Bonsai.Harp/Bonsai.Harp.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bonsai.Harp/Bonsai.Harp.csproj b/Bonsai.Harp/Bonsai.Harp.csproj index 7919e01..0fa3378 100644 --- a/Bonsai.Harp/Bonsai.Harp.csproj +++ b/Bonsai.Harp/Bonsai.Harp.csproj @@ -7,8 +7,7 @@ true net462;netstandard2.0 true - 3.5.2 - + 3.6.0 @@ -18,6 +17,7 @@ +