Upgrade / Update to Aspose.Words .NET 10.5 from 10.1

Good day,

I will be updating from Aspose.Words for .NET 10.1 to 10.5. Can you please tell me if there are any coding changes that I will need to take care of on my end, after I update?

Thank you.

Hello
Thanks for your request. There weren’t any breaking changes in API.
Usually, these changes are minor and all these changes are described in the release notes, and it will not take a lot of time and efforts to change your code and recompile your application. If you need assistance with updating your code, I will be glad to help you.
You can learn about differences and fixes in release notes of each version:
https://releases.aspose.com/words/net
Best regards,

Hi Rob,

Thanks for your inquiry.

Andrey is right as there were no breaking changes to the API. However there were some behind the scenes changes when we were working on the new table API. You will now find in Aspose.Words 10.5 some of the defaults used when creating tables have changed. This will most likely cause any tables that you build programmatically to look different.

Please find attached a migration article which will help you in this case. This will be uploaded to the site in the next couple of days.

Thanks,

Thank you.