Skip to content

Commit

Permalink
Merge pull request #97 from brandonh-msft/patch-1
Browse files Browse the repository at this point in the history
change ContextExtensionMethods namespace
  • Loading branch information
Tom Laird-McConnell authored Feb 16, 2018
2 parents 438f41a + 7e59476 commit 1ca112a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Threading.Tasks;

namespace Microsoft.Bot.Builder.ContextExtensions
namespace Microsoft.Bot.Builder
{
public static class ContextExtensionMethods
{
Expand All @@ -26,4 +26,4 @@ public static async Task<IBotContext> Delay(this IBotContext context, int durati
return context;
}
}
}
}

0 comments on commit 1ca112a

Please sign in to comment.