Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 296 Bytes

MIGRATION.md

File metadata and controls

18 lines (12 loc) · 296 Bytes

Migration Guides by Version

0.5.0-alpha

Pay attention that namespaces of methods AddNetForge and UseNetForge were changed. So you need to update usings.

Before

using Saritasa.NetForge.Blazor.Extensions;

After

using Saritasa.NetForge.Extensions;