Skip to content

Commit

Permalink
Created NuGet package for version 2.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
egonl committed Mar 13, 2020
1 parent f427afe commit 51ab89c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions SharpDocx/SharpDocx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<PropertyGroup>
<TargetFrameworks>net45;net35;netstandard2.0</TargetFrameworks>
<RootNamespace>SharpDocx</RootNamespace>
<Version>2.0.1.0</Version>
<Version>2.0.2.0</Version>
<Authors>egonl</Authors>
<Product>SharpDocx</Product>
<PackageId>MyApp</PackageId>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<FileVersion>2.0.0.0</FileVersion>
<PackageId>SharpDocx</PackageId>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<FileVersion>2.0.2.0</FileVersion>
<NeutralLanguage>en</NeutralLanguage>
<Description>C# based template engine for generating Word documents</Description>
<Copyright>Copyright 2017-2020 egonl</Copyright>
Expand Down
7 changes: 5 additions & 2 deletions SharpDocx/nupkg/SharpDocx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>SharpDocx</id>
<version>2.0.1.0</version>
<version>2.0.2.0</version>
<authors>egonl</authors>
<owners>egonl</owners>
<license type="expression">MIT</license>
Expand All @@ -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.</description>
<releaseNotes>Version 2.0.1.0 - February 7, 2020
<releaseNotes>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).

Expand Down

0 comments on commit 51ab89c

Please sign in to comment.