Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 9732c86

Browse files
authored
Merge pull request #768 from microsoft/trboehre/readme-update
Updated README's
2 parents 85a2a4c + 8a3efdb commit 9732c86

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ For more information jump to a section below.
1818

1919
| Branch | Description | Build Status | Coverage Status |
2020
|--------|-------------|--------------|-----------------|
21-
|Master | Preview 7 Builds | [![Build Status](https://travis-ci.org/Microsoft/botbuilder-java.svg?branch=master)](https://travis-ci.org/Microsoft/botbuilder-java) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-java/badge.svg?branch=823847c676b7dbb0fa348a308297ae375f5141ef)](https://coveralls.io/github/microsoft/botbuilder-java?branch=823847c676b7dbb0fa348a308297ae375f5141ef) |
21+
|Master | Preview 6 Builds | [![Build Status](https://travis-ci.org/Microsoft/botbuilder-java.svg?branch=master)](https://travis-ci.org/Microsoft/botbuilder-java) | [![Coverage Status](https://coveralls.io/repos/github/microsoft/botbuilder-java/badge.svg?branch=823847c676b7dbb0fa348a308297ae375f5141ef)](https://coveralls.io/github/microsoft/botbuilder-java?branch=823847c676b7dbb0fa348a308297ae375f5141ef) |
2222

2323
## Getting Started
2424
To get started building bots using the SDK, see the [Azure Bot Service Documentation](https://docs.microsoft.com/en-us/azure/bot-service/?view=azure-bot-service-4.0).

STATUS.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Java Bot Framework
22

3-
The current release is **Preview 3**.
3+
The current release is **Preview 6**.
44

55
## Core Packages
66

@@ -10,18 +10,17 @@ The current release is **Preview 3**.
1010
| bot-connector | Preview 2
1111
| bot-integration-core | Preview 2
1212
| bot-builder | Preview 3
13-
| bot-builder-teams | Not Started
14-
| bot-schema-teams | Not Started
15-
| bot-connector-teams | Not Started
13+
| bot-builder-teams | Preview 5
14+
| bot-schema-teams | Preview 5
15+
| bot-connector-teams | Preview 5
1616
| bot-dialog | Incomplete
1717
| bot-dialog-adaptive | Not Started
1818
| bot-dialog-declarative | Not Started
1919
| bot-streaming-extensions | Not Started
2020
| bot-ai-luis-v3 | Not Started
2121
| bot-ai-qna | Not Started
2222
| bot-applicationinsights | Not Started
23-
| bot-azure | Not Started
24-
| bot-configuration | Not Started
23+
| bot-azure | Dev Branch - CosmosDBPartionedStorage
2524

2625
## Samples
2726
| Package | Status
@@ -51,6 +50,16 @@ The current release is **Preview 3**.
5150
| 46.teams-auth |
5251
| 47.inspection | Preview 3
5352
| 48.qnamaker-active-learning-bot |
53+
| 50.teams-messaging-extensions-search | Preview 5
54+
| 51.teams-messaging-extensions-action | Preview 5
55+
| 52.teams-messaging-extensions-search-auth-config | Preview 5
56+
| 53.teams-messaging-extensions-action-preview | Preview 5
57+
| 54.teams-task-module | Preview 5
58+
| 55.teams-link-unfurling | Preview 5
59+
| 56.teams-file-upload | Preview 5
60+
| 57.teams-conversation-bot | Preview 5
61+
| 58.qnamaker-multiturn-sample | Preview 5
62+
| 58.teams-start-new-thread-in-channel | Preview 5
5463
| servlet-echo | Preview 2
5564

5665
## Build Prerequisites

0 commit comments

Comments
 (0)