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

Commit

Permalink
Merge pull request #28 from TelegramBots/develop
Browse files Browse the repository at this point in the history
Release v2.0.0-alpha.1
  • Loading branch information
tuscen authored Feb 13, 2022
2 parents 5e3141c + c3ea0fc commit c649b27
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches-ignore: [ master ]

env:
USE_CI_FEED: false
USE_CI_FEED: true

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
USE_CI_FEED: false
VERSION: 1.0.2
VERSION: 2.0.0-alpha.1
IS_PRERELEASE: false
PROJECT_PATH: src/Telegram.Bot.Extensions.Polling/Telegram.Bot.Extensions.Polling.csproj
CONFIGURATION: Release
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/).

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

## [Unreleased]
## [2.0.0] - Unreleases

### Changed
- Dependency on package `JetBrains.Annotations` is made private
- `Telegram.Bot` version upgraded to `18.0.0`

## [1.0.1] - 2021-12-19

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 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)
[![Gitpod Ready-to-Code](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

Provides `ITelegramBotClient` extensions for polling updates.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Library</OutputType>
<TargetFrameworks>netstandard2.0;netcoreapp3.1</TargetFrameworks>
<Authors>MihaZupan,tuscen,TelegramBots</Authors>
<Copyright>Copyright © Telegram Bots 2021</Copyright>
<Copyright>Copyright © Telegram Bots 2022</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling</PackageProjectUrl>
<RepositoryUrl>https://github.com/TelegramBots/Telegram.Bot.Extensions.Polling.git</RepositoryUrl>
Expand Down Expand Up @@ -42,7 +42,7 @@

<ItemGroup Label="Dependencies">
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
<PackageReference Include="Telegram.Bot" Version="17.0.0" />
<PackageReference Include="Telegram.Bot" Version="18.0.0-alpha.1" />
</ItemGroup>

<ItemGroup Label="DevDependencies">
Expand Down

0 comments on commit c649b27

Please sign in to comment.