From ad55019f0a5833c7e263dbb193b5a408a1adc9a6 Mon Sep 17 00:00:00 2001 From: Hanna Fuehr Date: Wed, 1 Dec 2021 13:21:38 +0100 Subject: [PATCH 1/4] Update: email setup for storing new application profiles (coscine/issues#1746) --- src/NotificationBus/NotificationBus.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotificationBus/NotificationBus.csproj b/src/NotificationBus/NotificationBus.csproj index 5123871..0a6c2b5 100644 --- a/src/NotificationBus/NotificationBus.csproj +++ b/src/NotificationBus/NotificationBus.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file -- GitLab From 5a4ba2331a03494d728077d2ec70bae515602805 Mon Sep 17 00:00:00 2001 From: Hanna Fuehr Date: Thu, 2 Dec 2021 10:52:30 +0100 Subject: [PATCH 2/4] Update: set up storing method for application profiles (coscine/issues#1746) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c9a042..542eca9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Notification -The NotificationApi handles the sync and async sending of notification. +The NotificationApi handles the sync and async sending of notification. -- GitLab From 9c1197ac694614a6c5d9ade7e3394e00b5a7f7fc Mon Sep 17 00:00:00 2001 From: Hanna Fuehr Date: Thu, 2 Dec 2021 13:02:46 +0100 Subject: [PATCH 3/4] Update: added link in email to merge request (coscine/issues#1746) --- src/NotificationBus/NotificationBus.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NotificationBus/NotificationBus.csproj b/src/NotificationBus/NotificationBus.csproj index 0a6c2b5..83d8f85 100644 --- a/src/NotificationBus/NotificationBus.csproj +++ b/src/NotificationBus/NotificationBus.csproj @@ -19,7 +19,7 @@ - + \ No newline at end of file -- GitLab From f0b561adf3d0aa927a300d95c3e324ae1ecf23e1 Mon Sep 17 00:00:00 2001 From: Petar Hristov Date: Thu, 2 Dec 2021 14:16:15 +0100 Subject: [PATCH 4/4] Update NotificationBus.csproj --- src/NotificationBus/NotificationBus.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/NotificationBus/NotificationBus.csproj b/src/NotificationBus/NotificationBus.csproj index 83d8f85..bfd80e0 100644 --- a/src/NotificationBus/NotificationBus.csproj +++ b/src/NotificationBus/NotificationBus.csproj @@ -19,7 +19,7 @@ - + - \ No newline at end of file + -- GitLab