Skip to content

Commit cb474dc

Browse files
committed
Rename sample
1 parent a93aac6 commit cb474dc

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

core/core.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<Project Path="samples/MeetingsBot/MeetingsBot.csproj" />
2020
<Project Path="samples/MessageExtensionBot/MessageExtensionBot.csproj" />
2121
<Project Path="samples/PABot/PABot.csproj" Id="ef8f29ef-fe59-4edf-8a50-6e7ab6699a45" />
22-
<Project Path="samples/QuotedReplies/QuotedReplies.csproj" />
22+
<Project Path="samples/Quoting/Quoting.csproj" />
2323
<Project Path="samples/StreamingBot/StreamingBot.csproj" />
2424
<Project Path="samples/TabApp/TabApp.csproj" />
2525
<Project Path="samples/TeamsBot/TeamsBot.csproj" Id="94a35050-6826-446f-9b29-863f2bbc75b7" />
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ await context.SendActivityAsync(
101101
// Help / Default
102102
await context.SendActivityAsync(
103103
new MessageActivity(
104-
"**Quoted Replies Test Bot**\n\n" +
104+
"**Quoting Test Bot**\n\n" +
105105
"**Commands:**\n" +
106106
"- `test reply` - ReplyAsync() auto-quotes your message\n" +
107107
"- `test quote` - QuoteAsync() quotes a previously sent message\n" +
File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# QuotedReplies Sample
1+
# Quoting Sample
22

3-
Demonstrates reading and sending quoted replies in a Teams bot using the `quotedReply` entity.
3+
Demonstrates various ways to quote previous messages in a Teams bot using the `quotedReply` entity.
44

55
## Prerequisites
66

@@ -25,5 +25,5 @@ Demonstrates reading and sending quoted replies in a Teams bot using the `quoted
2525

2626
1. Build and run:
2727
```bash
28-
dotnet run --project samples/QuotedReplies/QuotedReplies.csproj
28+
dotnet run --project samples/Quoting/Quoting.csproj
2929
```
File renamed without changes.

0 commit comments

Comments
 (0)