Updated Home (markdown)

Kamran Iqbal 2018-02-07 13:58:33 -08:00
Родитель 642b4c5910
Коммит fd0a303dc0
1 изменённых файлов: 1 добавлений и 5 удалений

@ -1,15 +1,11 @@
This repository contains code for the .NET version of the [Microsoft Bot Builder SDK](https://github.com/Microsoft/botbuilder-dotnet).
The 4.x version of the SDK is being actively developed and should therefore be used for **EXPERIMENTATION PURPOSES ONLY**.
Production bots should continue to be developed using the [v3 SDK](https://github.com/Microsoft/BotBuilder/tree/master/CSharp).
To see our [roadmap](https://github.com/Microsoft/botbuilder-dotnet/wiki/Roadmap) for the v4 SDK and other common questions, consult our [FAQ](FAQ.md).
Production bots should continue to be developed using the [v3 SDK](https://github.com/Microsoft/BotBuilder/tree/master/CSharp). In addition to the .NET SDK, Bot Builder supports creating bots in other popular programming languages like [JavaScript](https://github.com/Microsoft/botbuilder-js), [Python](https://github.com/Microsoft/botbuilder-python), and [Java](https://github.com/Microsoft/botbuilder-java).
## Getting Started
The v4 SDK consists of a series of [packages](https://github.com/Microsoft/botbuilder-dotnet/tree/master/libraries) which can be installed.
<!--Include detailed instructions on how to install the libraries.-->
### Create a "Hello World" bot
Create a new **ASP.NET Core Web Application**: