Skip to content

9.0.32

Latest
Compare
Choose a tag to compare
@gkurbesov gkurbesov released this 03 Nov 13:52
· 56 commits to main since this release
ab8a2aa

Issue: mindbox-cloud/issues-framework#682

What's Changed?

Added

Changed

  • Replaced the Context (property and methods) with the LocalizationTemplateParameters in the line
  • Changed logging level in Mindbox.I18n.Template.Localizer
  • LocalizableDisplayAttribute interface moved to Mindbox.I18n.Abstraction assembly
  • New WithField() methods to LocalizationTemplateParameters
  • Add TryGetLocalizedString method to ILocalizer

How to update?

  • Replace LocalizableString.GetContext() method with LocalizableString.LocalizationParameters property
  • Replace LocalizableString.WithContext() method with LocalizableString.WithParameters() property