Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information jump to a section below.

| Branch | Description | Build Status | Coverage Status |
|--------|-------------|--------------|-----------------|
|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) |
|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) |

## Getting Started
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).
Expand Down
21 changes: 15 additions & 6 deletions STATUS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Java Bot Framework

The current release is **Preview 3**.
The current release is **Preview 6**.

## Core Packages

Expand All @@ -10,18 +10,17 @@ The current release is **Preview 3**.
| bot-connector | Preview 2
| bot-integration-core | Preview 2
| bot-builder | Preview 3
| bot-builder-teams | Not Started
| bot-schema-teams | Not Started
| bot-connector-teams | Not Started
| bot-builder-teams | Preview 5
| bot-schema-teams | Preview 5
| bot-connector-teams | Preview 5
| bot-dialog | Incomplete
| bot-dialog-adaptive | Not Started
| bot-dialog-declarative | Not Started
| bot-streaming-extensions | Not Started
| bot-ai-luis-v3 | Not Started
| bot-ai-qna | Not Started
| bot-applicationinsights | Not Started
| bot-azure | Not Started
| bot-configuration | Not Started
| bot-azure | Dev Branch - CosmosDBPartionedStorage

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

## Build Prerequisites
Expand Down