diff --git a/.gitmodules b/.gitmodules index 648ccf2..9033f1b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,5 +16,5 @@ [submodule "external/capnproto-dotnetcore"] path = external/capnproto-dotnetcore url = https://github.com/FabInfra/capnproto-dotnetcore_Runtime.git - branch = main + branch = master ignore = all diff --git a/FabAccessAPI/API.cs b/FabAccessAPI/API.cs index e66e960..c1bc7a0 100644 --- a/FabAccessAPI/API.cs +++ b/FabAccessAPI/API.cs @@ -14,6 +14,7 @@ namespace FabAccessAPI } #endregion + #region Events public event EventHandler ConnectionStatusChanged; #endregion diff --git a/FabAccessAPI/schema b/FabAccessAPI/schema index f1fa024..19f20f5 160000 --- a/FabAccessAPI/schema +++ b/FabAccessAPI/schema @@ -1 +1 @@ -Subproject commit f1fa0246130ff81abc2791b2c1a60b8b020257f7 +Subproject commit 19f20f5154f0eced6288ff56cac840025ee51da1