Skip to content

Release Notes v3.0.1

XceedBoucherS edited this page Jul 5, 2024 · 1 revision

v3.0.1

Released July 5, 2024.

6 bug fixes and improvements were added to this version.

  • All the assemblies which used to contain NET5 in their name no longer do so. They are now named in the same way as their NET Framework equivalent, but are put into their own folder. The use of generic names is a decision that was made in order to avoid having to rename files each time that Microsoft changes the NET technology; this means that these assemblies can be used with NET5 as well as all subsequent versions of the NET technology that Xceed will support.
  • Inserting a Paragraph using List.InsertParagraphAfterSelf() or List.InsertParagrpahBeforeSelf() no longer throws an "object reference not set to an instance of an object" exception.
  • In Document, trying to load a Document containing broken Hyperlinks will no longer throw exceptions.
  • Inserting a DocumentElement after a removed paragraph will now throw a Cannot insert before or after a removed paragraph. Message to indicate an invalid operation exception.
  • In Picture, Pictures will now correctly respect the alignment values set via their HorizontalAlignment and VerticalAlignment properties.
  • In Table, setting the IndentFromLeft property will no longer result in a corrupted document when that document is opened with Word 2007.

We hope you love this release and decide to support the project by getting a license to Xceed Words for .NET.

-- Xceed Team


Clone this wiki locally