force update
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s
build nuget workflow for TelegramBotBase project / Build-TelegramBotBase (x64, linux) (push) Successful in 40s
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user