diff --git a/SharpDocx/SharpDocx.csproj b/SharpDocx/SharpDocx.csproj index 6b6c3ec..455b2a1 100644 --- a/SharpDocx/SharpDocx.csproj +++ b/SharpDocx/SharpDocx.csproj @@ -3,12 +3,12 @@ net45;net35;netstandard2.0 SharpDocx - 2.0.1.0 + 2.0.2.0 egonl SharpDocx - MyApp - 2.0.0.0 - 2.0.0.0 + SharpDocx + 2.0.2.0 + 2.0.2.0 en C# based template engine for generating Word documents Copyright 2017-2020 egonl diff --git a/SharpDocx/nupkg/SharpDocx.nuspec b/SharpDocx/nupkg/SharpDocx.nuspec index d49d993..0f64399 100644 --- a/SharpDocx/nupkg/SharpDocx.nuspec +++ b/SharpDocx/nupkg/SharpDocx.nuspec @@ -2,7 +2,7 @@ SharpDocx - 2.0.1.0 + 2.0.2.0 egonl egonl MIT @@ -15,7 +15,10 @@ - Supports .NET Framework 3.5/4.5+ and .NET Standard 2.0. - Based on Microsoft's Open XML SDK. - Source code, tutorial and sample code on GitHub. - Version 2.0.1.0 - February 7, 2020 + Version 2.0.2.0 - March 14, 2020 +- Fixed issue #4 and #14. + +Version 2.0.1.0 - February 7, 2020 - Supports templates in loops and if-statements. - Templates can be nested (see tutorial).