How to upgrade from v4 to v5 since some namespace changed

How to upgrade from v4 to v5 since some namespace changed, it’s hard to find all the namespaces and replace
thanks

Hi
Thanks fro your inquiry. The breaking changes in Aspose.Words for .NET 5.0.0 are:

  1. All collection classes, such as Paragraphs, Runs, Tables, Bookmarks etc have been renamed into ParagraphCollection, RunCollection, TableCollection, BookmarkCollection, CellCollection accordingly.
  2. New namespaces Aspose.Words.Fields, Aspose.Words.Lists, Aspose.Words.Markup, Aspose.Words.Properties and Aspose.Words.Tables were introduced and classes moved into the new namespaces.

Best regards.