Skip to content

Releases: egonl/SharpDocx

Version 2.5.0 - April 24, 2024

24 Apr 19:10
96d0b9c
Compare
Choose a tag to compare
  • Added support for view streams
  • Updated Tutorial and examples

Version 2.4.1 - April 18, 2024

18 Apr 20:14
107db8f
Compare
Choose a tag to compare
  • Updated to DocumentFormat.OpenXml version 3.0.2

Version 2.4.0 - January 30, 2023

30 Jan 23:19
0ffcdc2
Compare
Choose a tag to compare
  • Added ImageFromBase64, ImageFromUrl and ImageFromStream methods.
  • Added ImageFromBase64 and ImageFromUrl examples to the tutorial.

Version 2.3.0 - October 9, 2022

09 Oct 12:08
95996e2
Compare
Choose a tag to compare
  • Added support for EMF files (issue #51).
  • The IDs of DocProperties are now always unique (issue #51).
  • Changed the default for TargetFrameworks to net48 and net6.0 to better support Visual Studio 2022.
  • The NuGet package now also supports .NET Framework 4.0.

Version 2.2.0 - January 20, 2022

20 Jan 16:28
Compare
Choose a tag to compare
  • Supports Visual Studio Code and Visual Studio 2022.
  • Added .NET 6.0 target framework to the examples.
  • Updated DocumentFormat.OpenXml to 2.15.0.
  • If a view gets updated it will now be recompiled automatically (see issue #38).
  • A copy of the view to a temporary file is now only made in Debug builds (see issue #38).
  • Fixed an issue with large images.
  • Fixed issue #37.
  • The SharpDocx IDE now also supports a document viewer in .NET Core, .NET 5.0 and .NET 6.0. However, you have to specify the location of the viewer yourself.

Version 2.1.0 - October 16, 2021

16 Oct 14:57
Compare
Choose a tag to compare
  • Added an overload for the Generate method that returns a stream (issue #8 and #9).
  • Added support for Source Link.
  • Updated samples to .NET Core 3.1.
  • Updated DocumentFormat.OpenXml to 2.13.1.
  • Fixed issue #34.
  • Fixed issue #36.

Version 2.0.4 - August 8, 2020

24 Mar 11:15
Compare
Choose a tag to compare

Version 2.0.4 - August 8, 2020

  • Fixed issue #21.

Version 2.0.3 - July 28, 2020

  • Fixed issue #18.

Version 2.0.2 - March 14, 2020

  • Fixed issue #4 and #14.

Version 2.0.1 - February 7, 2020

  • Supports templates in loops and if-statements.
  • Templates can be nested (see tutorial).

Version 1.2.1 - December 23, 2019

  • Upgraded to DocumentFormat.OpenXml 2.9.1.
  • Fixed issue with NuGet dependencies.

Version 1.2.0 - February 22, 2019

  • Added support for .NET Standard 2.0.

Version 1.1.0 - January 4, 2018

  • Some performance improvements.
  • You can now specify a view model when calling Document.Generate.
  • Tidied up API.

Version 1.0.0 - January 1, 2018

  • Initial version.

Release 2.0.2 - March 14, 2020

13 Mar 23:26
Compare
Choose a tag to compare

Version 2.0.2 - March 14, 2020

  • Fixed issue #4 and #14.

Version 2.0.1 - February 7, 2020

  • Supports templates in loops and if-statements.
  • Templates can be nested (see tutorial).

Release 1.2.0 - February 22, 2019

22 Feb 16:06
Compare
Choose a tag to compare

Added support for .NET Standard 2.0.

Release 1.1.0 - January 4, 2018

04 Jan 22:34
Compare
Choose a tag to compare
  • Some performance improvements.
  • You can now specify a view model when calling Document.Generate.
  • Tidied up API.