From be7d31ca69f90ac84231ba144ab5183076d83f88 Mon Sep 17 00:00:00 2001 From: FlorianDahn Date: Sun, 3 Sep 2023 17:08:41 +0200 Subject: [PATCH] Adding Test project to Readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 319e326..7b5fe08 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ BitTorrent: `TYVZSykaVT1nKZnz9hjDgBRNB9VavU1bpW` * [As of Now](#as-of-now) * [Usage](#usage) - [Extensions](#extensions) +- [Test Project](#test-project) - [Examples](#examples) --- @@ -1012,6 +1013,14 @@ A session serializer for Microsoft SQL Server. [https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/](https://www.nuget.org/packages/TelegramBotBase.Extensions.Serializer.Database.MSSQL/) +## Test Project + +There is a "TelegramBotBase.Test" project inside the repository which includes minimal examples for all controls available. +Check it out to get a brief overview about all possibilities. + + +- [TelegramBotBase.Test](TelegramBotBase.Test) + ## Examples You can find all example projects in the "Examples" subfolder.