Skip to content
Commits on Source (5)
......@@ -3,5 +3,5 @@ include:
file: 'dotnet/standard.yml'
variables:
PROJECT_PATH: 'TelegramLabelBot/TelegramLabelBot.csproj'
DOTNET_PROJECT_PATH: 'TelegramLabelBot/TelegramLabelBot.csproj'
......@@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.1](https://git.abfelbaum.dev/abfelbaum/bots/telegram/labelbot/compare/1.0.0...1.0.1) (2023-04-07)
### Bug Fixes
* ci ([9646ea3](https://git.abfelbaum.dev/abfelbaum/bots/telegram/labelbot/commit/9646ea3cb92c2c17e9f4126ee3f27ef4562f67ad))
## 1.0.0 (2022-11-25)
......
......@@ -26,8 +26,7 @@
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="6.0.0-rc.2" />
<PackageReference Include="SharpCollections" Version="0.1.4" />
<PackageReference Include="System.Interactive.Async" Version="5.0.0" />
<PackageReference Include="Telegram.Bot" Version="17.0.0-alpha.3" />
<PackageReference Include="Telegram.Bot.Extensions.Polling" Version="1.0.0-alpha.1" />
<PackageReference Include="Telegram.Bot" Version="17.0.0" />
</ItemGroup>
</Project>
\ No newline at end of file
</Project>
// @ts-check
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */
const sidebars = {
sidebar: [
{
type: 'autogenerated',
dirName: '.'
},
{
type: 'link',
label: 'GitLab project',
href: 'https://git.abfelbaum.dev/abfelbaum/bots/telegram/labelbot',
},
],
};
module.exports = sidebars;