From fe5773ce290357daf0121daa6bdfb76b121f06e0 Mon Sep 17 00:00:00 2001
From: Wizou <11647984+wiz0u@users.noreply.github.com>
Date: Sat, 12 Nov 2022 20:02:46 +0100
Subject: [PATCH] Add release notes in Description too
---
.github/dev.yml | 2 +-
src/WTelegramClient.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/dev.yml b/.github/dev.yml
index cd20498..4352170 100644
--- a/.github/dev.yml
+++ b/.github/dev.yml
@@ -2,7 +2,7 @@ pr: none
trigger:
- master
-name: 3.1.1-dev.$(Rev:r)
+name: 3.1.2-dev.$(Rev:r)
pool:
vmImage: ubuntu-latest
diff --git a/src/WTelegramClient.csproj b/src/WTelegramClient.csproj
index 5ff24ba..51eaaab 100644
--- a/src/WTelegramClient.csproj
+++ b/src/WTelegramClient.csproj
@@ -13,7 +13,7 @@
WTelegramClient
0.0.0
Wizou
- Telegram Client API library written 100% in C# and .NET Standard | Latest MTProto & Telegram API layer version
+ Telegram Client API library written 100% in C# and .NET Standard | Latest MTProto & Telegram API layer version
Release Notes:
$(ReleaseNotes.Replace("|", "%0D%0A").Replace(" - ","%0D%0A- ").Replace(" ", "%0D%0A%0D%0A"))
Copyright © Olivier Marcoux 2021-2022
MIT
https://github.com/wiz0u/WTelegramClient