Skip to content
This repository was archived by the owner on Jun 18, 2022. It is now read-only.

Commit c649b27

Browse files
authored
Merge pull request #28 from TelegramBots/develop
Release v2.0.0-alpha.1
2 parents 5e3141c + c3ea0fc commit c649b27

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches-ignore: [ master ]
66

77
env:
8-
USE_CI_FEED: false
8+
USE_CI_FEED: true
99

1010
jobs:
1111
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
USE_CI_FEED: false
9-
VERSION: 1.0.2
9+
VERSION: 2.0.0-alpha.1
1010
IS_PRERELEASE: false
1111
PROJECT_PATH: src/Telegram.Bot.Extensions.Polling/Telegram.Bot.Extensions.Polling.csproj
1212
CONFIGURATION: Release

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
2121

2222
<!-- markdownlint-configure-file { "MD024": false } -->
2323

24-
## [Unreleased]
24+
## [2.0.0] - Unreleases
2525

2626
### Changed
2727
- Dependency on package `JetBrains.Annotations` is made private
28+
- `Telegram.Bot` version upgraded to `18.0.0`
2829

2930
## [1.0.1] - 2021-12-19
3031

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Telegram.Bot.Extensions.Polling [![NuGet](https://img.shields.io/nuget/vpre/Telegram.Bot.Extensions.Polling.svg)](https://www.nuget.org/packages/Telegram.Bot.Extensions.Polling/) [![ci](https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling/actions/workflows/ci.yml/badge.svg)](https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling/actions/workflows/ci.yml)
2+
[![Gitpod Ready-to-Code](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)
23

34
Provides `ITelegramBotClient` extensions for polling updates.
45

src/Telegram.Bot.Extensions.Polling/Telegram.Bot.Extensions.Polling.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<OutputType>Library</OutputType>
55
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
66
<Authors>MihaZupan,tuscen,TelegramBots</Authors>
7-
<Copyright>Copyright © Telegram Bots 2021</Copyright>
7+
<Copyright>Copyright © Telegram Bots 2022</Copyright>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling</PackageProjectUrl>
1010
<RepositoryUrl>https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling.git</RepositoryUrl>
@@ -42,7 +42,7 @@
4242

4343
<ItemGroup Label="Dependencies">
4444
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
45-
<PackageReference Include="Telegram.Bot" Version="17.0.0" />
45+
<PackageReference Include="Telegram.Bot" Version="18.0.0-alpha.1" />
4646
</ItemGroup>
4747

4848
<ItemGroup Label="DevDependencies">

0 commit comments

Comments
 (0)