diff --git a/ChatIntegrationExamples/AddTeamMembers_1/AddTeamMembers_1.csproj b/ChatIntegrationExamples/AddTeamMembers_1/AddTeamMembers_1.csproj index e33f547..247024e 100644 --- a/ChatIntegrationExamples/AddTeamMembers_1/AddTeamMembers_1.csproj +++ b/ChatIntegrationExamples/AddTeamMembers_1/AddTeamMembers_1.csproj @@ -10,10 +10,11 @@ Properties AddTeamMembers_1 AddTeamMembers_1 - v4.6.2 + v4.8 512 + true @@ -53,7 +54,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/AddTeamMembers_1/app.config b/ChatIntegrationExamples/AddTeamMembers_1/app.config index 3eafae3..6dcd84b 100644 --- a/ChatIntegrationExamples/AddTeamMembers_1/app.config +++ b/ChatIntegrationExamples/AddTeamMembers_1/app.config @@ -1,43 +1,43 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/ChatIntegrationExamples/AddTeamOwners_1/AddTeamOwners_1.csproj b/ChatIntegrationExamples/AddTeamOwners_1/AddTeamOwners_1.csproj index 8630beb..8fc1f7c 100644 --- a/ChatIntegrationExamples/AddTeamOwners_1/AddTeamOwners_1.csproj +++ b/ChatIntegrationExamples/AddTeamOwners_1/AddTeamOwners_1.csproj @@ -10,10 +10,11 @@ Properties AddTeamOwners_1 AddTeamOwners_1 - v4.6.2 + v4.8 512 + true @@ -53,7 +54,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/AddTeamOwners_1/app.config b/ChatIntegrationExamples/AddTeamOwners_1/app.config index 3eafae3..6dcd84b 100644 --- a/ChatIntegrationExamples/AddTeamOwners_1/app.config +++ b/ChatIntegrationExamples/AddTeamOwners_1/app.config @@ -1,43 +1,43 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.cs b/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.cs index 0221deb..84b0927 100644 --- a/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.cs +++ b/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.cs @@ -124,7 +124,7 @@ public void Run(IEngine engine) try { - chatIntegrationHelper.Teams.TrySendChannelNotification(teamIdParam.Value, channelIdParam.Value, adaptiveCardBody); + chatIntegrationHelper.Teams.TrySendChannelNotification(teamIdParam.Value, channelIdParam.Value, adaptiveCardBody, summary: "Alarm needs ownership"); } catch (TeamsChatIntegrationException e) { diff --git a/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.csproj b/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.csproj index b0a626e..52e1e81 100644 --- a/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.csproj +++ b/ChatIntegrationExamples/AskToTakeOwnerShipForAlarmCorrelationRule_1/AskToTakeOwnerShipForAlarmCorrelationRule_1.csproj @@ -10,10 +10,11 @@ Properties AskToTakeOwnerShipForAlarmCorrelationRule_1 AskToTakeOwnerShipForAlarmCorrelationRule_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/CreateChannel_1/CreateChannel_1.csproj b/ChatIntegrationExamples/CreateChannel_1/CreateChannel_1.csproj index 55dfa04..6a8e2a8 100644 --- a/ChatIntegrationExamples/CreateChannel_1/CreateChannel_1.csproj +++ b/ChatIntegrationExamples/CreateChannel_1/CreateChannel_1.csproj @@ -10,10 +10,11 @@ Properties CreateChannel_1 CreateChannel_1 - v4.6.2 + v4.8 512 + true @@ -53,7 +54,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/CreateChannel_1/app.config b/ChatIntegrationExamples/CreateChannel_1/app.config index 3eafae3..6dcd84b 100644 --- a/ChatIntegrationExamples/CreateChannel_1/app.config +++ b/ChatIntegrationExamples/CreateChannel_1/app.config @@ -1,43 +1,43 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/ChatIntegrationExamples/CreatePrivateChat_1/CreatePrivateChat_1.csproj b/ChatIntegrationExamples/CreatePrivateChat_1/CreatePrivateChat_1.csproj index f77d603..cbeb066 100644 --- a/ChatIntegrationExamples/CreatePrivateChat_1/CreatePrivateChat_1.csproj +++ b/ChatIntegrationExamples/CreatePrivateChat_1/CreatePrivateChat_1.csproj @@ -10,10 +10,11 @@ Properties CreatePrivateChat_1 CreatePrivateChat_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/CreateTeam_1/CreateTeam_1.csproj b/ChatIntegrationExamples/CreateTeam_1/CreateTeam_1.csproj index 53cf381..8e6e763 100644 --- a/ChatIntegrationExamples/CreateTeam_1/CreateTeam_1.csproj +++ b/ChatIntegrationExamples/CreateTeam_1/CreateTeam_1.csproj @@ -10,10 +10,11 @@ Properties CreateTeam_1 CreateTeam_1 - v4.6.2 + v4.8 512 + true @@ -53,7 +54,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/CreateTeam_1/app.config b/ChatIntegrationExamples/CreateTeam_1/app.config index 3eafae3..6dcd84b 100644 --- a/ChatIntegrationExamples/CreateTeam_1/app.config +++ b/ChatIntegrationExamples/CreateTeam_1/app.config @@ -1,43 +1,43 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/ChatIntegrationExamples/FetchChannels_1/FetchChannels_1.csproj b/ChatIntegrationExamples/FetchChannels_1/FetchChannels_1.csproj index fa4614a..6e54b41 100644 --- a/ChatIntegrationExamples/FetchChannels_1/FetchChannels_1.csproj +++ b/ChatIntegrationExamples/FetchChannels_1/FetchChannels_1.csproj @@ -10,10 +10,11 @@ Properties FetchChannels_1 FetchChannels_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/FetchPrivateChat_1/FetchPrivateChat_1.csproj b/ChatIntegrationExamples/FetchPrivateChat_1/FetchPrivateChat_1.csproj index 5c13fca..b31978c 100644 --- a/ChatIntegrationExamples/FetchPrivateChat_1/FetchPrivateChat_1.csproj +++ b/ChatIntegrationExamples/FetchPrivateChat_1/FetchPrivateChat_1.csproj @@ -10,10 +10,11 @@ Properties FetchChats_1 FetchChats_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/FetchTeams_1/FetchTeams_1.csproj b/ChatIntegrationExamples/FetchTeams_1/FetchTeams_1.csproj index d853386..5d313a8 100644 --- a/ChatIntegrationExamples/FetchTeams_1/FetchTeams_1.csproj +++ b/ChatIntegrationExamples/FetchTeams_1/FetchTeams_1.csproj @@ -10,10 +10,11 @@ Properties FetchTeams_1 FetchTeams_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.cs b/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.cs index da470c7..987a4cd 100644 --- a/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.cs +++ b/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.cs @@ -103,7 +103,7 @@ public void Run(IEngine engine) try { - chatIntegrationHelper.Teams.TrySendChannelNotification(teamIdParam.Value, channelIdParam.Value, adaptiveCardBody); + chatIntegrationHelper.Teams.TrySendChannelNotification(teamIdParam.Value, channelIdParam.Value, adaptiveCardBody, summary: "Channel Ocho overview"); } catch (TeamsChatIntegrationException e) { diff --git a/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.csproj b/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.csproj index ba48e65..ee79653 100644 --- a/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.csproj +++ b/ChatIntegrationExamples/SendChannelNotificationCardWithButton_1/SendChannelNotificationCardWithButton_1.csproj @@ -10,10 +10,11 @@ Properties SendChannelNotificationCardWithButton_1 SendChannelNotificationCardWithButton_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.cs b/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.cs index ad30e8c..87acaa8 100644 --- a/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.cs +++ b/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.cs @@ -83,7 +83,7 @@ public void Run(IEngine engine) try { - chatIntegrationHelper.Teams.TrySendChannelNotification(teamIdParam.Value, channelIdParam.Value, adaptiveCardBody); + chatIntegrationHelper.Teams.TrySendChannelNotification(teamIdParam.Value, channelIdParam.Value, adaptiveCardBody, summary: "Channel Ocho overview"); } catch (TeamsChatIntegrationException e) { diff --git a/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.csproj b/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.csproj index 82b66f9..e7ad61c 100644 --- a/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.csproj +++ b/ChatIntegrationExamples/SendChannelNotificationCard_1/SendChannelNotificationCard_1.csproj @@ -10,10 +10,11 @@ Properties SendChannelNotificationCard_1 SendChannelNotificationCard_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChannelNotification_1/SendChannelNotification_1.csproj b/ChatIntegrationExamples/SendChannelNotification_1/SendChannelNotification_1.csproj index 3faecc9..b7b01a1 100644 --- a/ChatIntegrationExamples/SendChannelNotification_1/SendChannelNotification_1.csproj +++ b/ChatIntegrationExamples/SendChannelNotification_1/SendChannelNotification_1.csproj @@ -10,10 +10,11 @@ Properties SendChannelNotification_1 SendChannelNotification_1 - v4.6.2 + v4.8 512 + true @@ -53,7 +54,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChannelNotification_1/app.config b/ChatIntegrationExamples/SendChannelNotification_1/app.config index 3eafae3..6dcd84b 100644 --- a/ChatIntegrationExamples/SendChannelNotification_1/app.config +++ b/ChatIntegrationExamples/SendChannelNotification_1/app.config @@ -1,43 +1,43 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file + diff --git a/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.cs b/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.cs index b10cb48..5340081 100644 --- a/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.cs +++ b/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.cs @@ -96,7 +96,7 @@ public void Run(IEngine engine) try { - chatIntegrationHelper.Teams.TrySendChatNotification(chatIdParam.Value, adaptiveCardBody); + chatIntegrationHelper.Teams.TrySendChatNotification(chatIdParam.Value, adaptiveCardBody, summary: "Channel Ocho overview"); } catch (TeamsChatIntegrationException e) { diff --git a/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.csproj b/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.csproj index f8e6efc..117d4b0 100644 --- a/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.csproj +++ b/ChatIntegrationExamples/SendChatNotificationCardWithButton_1/SendChatNotificationCardWithButton_1.csproj @@ -10,10 +10,11 @@ Properties SendChatNotificationCardWithButton_1 SendChatNotificationCardWithButton_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.cs b/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.cs index fbe222e..46f5f9b 100644 --- a/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.cs +++ b/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.cs @@ -77,7 +77,7 @@ public void Run(IEngine engine) try { - chatIntegrationHelper.Teams.TrySendChatNotification(chatIdParam.Value, adaptiveCardBody); + chatIntegrationHelper.Teams.TrySendChatNotification(chatIdParam.Value, adaptiveCardBody, summary: "Channel Ocho overview"); } catch (TeamsChatIntegrationException e) { diff --git a/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.csproj b/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.csproj index 2508dca..dd75333 100644 --- a/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.csproj +++ b/ChatIntegrationExamples/SendChatNotificationCard_1/SendChatNotificationCard_1.csproj @@ -10,10 +10,11 @@ Properties SendChatNotificationCard_1 SendChatNotificationCard_1 - v4.6.2 + v4.8 512 + true @@ -50,7 +51,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChatNotification_1/SendChatNotification_1.csproj b/ChatIntegrationExamples/SendChatNotification_1/SendChatNotification_1.csproj index 8c2666e..fbfa4d3 100644 --- a/ChatIntegrationExamples/SendChatNotification_1/SendChatNotification_1.csproj +++ b/ChatIntegrationExamples/SendChatNotification_1/SendChatNotification_1.csproj @@ -10,10 +10,11 @@ Properties SendChatNotification_1 SendChatNotification_1 - v4.6.2 + v4.8 512 + true @@ -53,7 +54,7 @@ - 1.2.4 + 1.2.8 10.1.0.6 diff --git a/ChatIntegrationExamples/SendChatNotification_1/app.config b/ChatIntegrationExamples/SendChatNotification_1/app.config index 3eafae3..6dcd84b 100644 --- a/ChatIntegrationExamples/SendChatNotification_1/app.config +++ b/ChatIntegrationExamples/SendChatNotification_1/app.config @@ -1,43 +1,43 @@ - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - \ No newline at end of file +