force update
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s

This commit is contained in:
Максим Човнюк 2024-12-07 20:02:00 +05:00
parent 3f0fc962a4
commit 880878190d
2 changed files with 1 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
Build-TelegramBotBase:
env:
APP_PROJECT_NAME: TelegramBotBase
PACKAGE_VERSION: "123.1.0"
PACKAGE_VERSION: "123.1.1"
strategy:
matrix:
os:

View File

@ -304,8 +304,6 @@ public class SessionManager
}
else
{
//Search for public properties with SaveState attribute
var fields = form.GetType()
.GetProperties(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic)