Skip to content

Releases: piotrtrojan/PiotrTrojan.AspNetCore.IdentityErrorLocalization

Release 1.0.6

22 Nov 14:35
Compare
Choose a tag to compare
  • Fix for dependency injection in Multilanguage package.
  • Unit tests added (to be continued).

Release 1.0.4

22 Nov 13:46
Compare
Choose a tag to compare
  • Swedish (sv-SE) translations added.
  • Ukrainian (uk-UA) translations added.
  • C# 9 syntax applied to shorted code.

Release 1.0.3

19 Nov 11:17
Compare
Choose a tag to compare
  • Fixed bug in Multilang - English Error Describer (default IdentityErrorDescriber included in Microsoft.Extensions.Identity.Core) is used for 'en' or no language provided.
  • Information (Exception message) added when IdentityErrorDescriberFactory is not registered (Multilang).
    It will inform user that he forgot to register factory (via extension method) instead of throwing generic Exception (Cannot resolve service).
  • Fixed nuget files generation (internal change)