Skip to content

Commit 25d3c7d

Browse files
committed
Updates following review
1 parent 3a1b533 commit 25d3c7d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

libraries/Adapters/Microsoft.Bot.Builder.Adapters.Facebook/FacebookEvents/FacebookResponseEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Microsoft.Bot.Builder.Adapters.Facebook.FacebookEvents
88
{
99
/// <summary>
10-
/// Represents in the incoming object received from Facebook and processed by the adapter.
10+
/// Represents the incoming object received from Facebook and processed by the adapter.
1111
/// </summary>
1212
public class FacebookResponseEvent
1313
{

libraries/Adapters/Microsoft.Bot.Builder.Adapters.Slack/Microsoft.Bot.Builder.Adapters.Slack.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
<PackageId>Microsoft.Bot.Builder.Adapters.Slack</PackageId>
1616
<Description>Library for connecting bots with Slack.</Description>
1717
<Summary>This library implements C# classes for the Slack adapter.</Summary>
18-
<!-- The SlackAPI package isn't signed, so supress the warning. There seems to not be a way to supress this for ONLY SlackAPI. -->
19-
<NoWarn>$(NoWarn),CS8002,CS1591</NoWarn>
2018
</PropertyGroup>
2119

2220
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)