Skip to content

Commit 89c2553

Browse files
committed
Update project version and README.md
1 parent c320443 commit 89c2553

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,9 @@ logBuilder.AddTelegram(options, CreateFormatter);
102102
```
103103

104104
For using custom message formatter delegate Func<string, ITelegramMessageFormatter> should be passed to extensions method AddTelegram. Delegate should be used because formatter needs to know which category is used for rendering the message.
105+
106+
107+
## Get a digital subscription for project news
108+
[Subscribe](https://twitter.com/intent/user?screen_name=andrew_gubskiy) to my Twitter to keep up-to-date with project news and receive announcements.
109+
110+
[![Twitter URL](https://img.shields.io/twitter/url/https/twitter.com/andrew_gubskiy.svg?style=social&label=Follow%20%40andrew_gubskiy)](https://twitter.com/andrew_gubskiy)

src/X.Extensions.Logging.Telegram/X.Extensions.Logging.Telegram.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<PackageTags>telegram, logging, log, logs, tg</PackageTags>
1313
<Description>Telegram logging provider</Description>
1414
<RepositoryType>git</RepositoryType>
15-
<Version>1.0.5.1</Version>
16-
<PackageVersion>1.0.5.1</PackageVersion>
15+
<Version>1.0.6.1</Version>
16+
<PackageVersion>1.0.6.1</PackageVersion>
1717
<TargetFrameworks>net6.0;net7.0;netstandard2.0;netstandard2.1</TargetFrameworks>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)