force update
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s
All checks were successful
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s
This commit is contained in:
parent
3f0fc962a4
commit
880878190d
@ -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:
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user