You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed because Loby is supposed to be standalone and lightweight, but Serializer had unnecessarily dependency.
There are so many settings for serialization that adding them to the Serializer was like creating a useless wrapper for System.Text.Json and XmlSerializer.
Mailer is updated to version 2.0
Now there are more settings for sending e-mail by Mailer. follow this link for more information.
From now on, Mailer receives its settings by an instance of MailerSettings in its constructor.