Skip to content

Commit

Permalink
Merge pull request #713 from TelegramBots/develop
Browse files Browse the repository at this point in the history
v14.4.0 (Fixed version issues)
  • Loading branch information
Poulad authored May 17, 2018
2 parents d851b27 + 9f52da7 commit 780374c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- `TelegramBotClient` ctor does not check API token format: Telegram Bot API does not provide token format specification
- `TestApiAsync` return `false` when `ApiRequestException.ErrorCode == 401` (API Token is modified or recalled)
- Stop catching user exceptions from event handlers
- Make `Message.IsForward` property obsolete

### Fixed

Expand Down
1 change: 0 additions & 1 deletion src/Telegram.Bot/Telegram.Bot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<PropertyGroup>
<TargetFrameworks>netstandard1.1;net45</TargetFrameworks>
<VersionPrefix>14.4.0</VersionPrefix>
<VersionSuffix>alpha</VersionSuffix>
<LangVersion>latest</LangVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand Down

0 comments on commit 780374c

Please sign in to comment.