Skip to content

Commit

Permalink
Merge pull request #28 from Amberg/workitems/Updated_NugetMetadata
Browse files Browse the repository at this point in the history
Updated nuget metadata
  • Loading branch information
Amberg authored Nov 8, 2024
2 parents 2899d75 + 34a5ebb commit 50c3c41
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,18 @@
<PropertyGroup>
<PackageId>$(MSBuildProjectName)</PackageId>
<RepositoryType>git</RepositoryType>
<Authors>Amberg</Authors>
<Authors>Orphis AG</Authors>
<Company>Orphis AG</Company>
<PackageDescription>Easily bind data models to word templates</PackageDescription>
<Description>
DocxTemplater is a powerful C# library for generating DOCX documents from customizable templates.
It enables seamless data binding to templates, making document creation accessible even for non-programmers.
Key features include placeholder replacement, loops, conditional blocks, dynamic tables, Markdown and HTML support,
and image embedding. Optional packages extend functionality with advanced image handling and Markdown support,
making DocxTemplater an ideal tool for automating complex document workflows.
</Description>
<RepositoryUrl>https://github.com/Amberg/DocxTemplater</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<ProjectUrl>https://github.com/Amberg/DocxTemplater</ProjectUrl>
<PackageTags>docx;template;templating;document-generation;automation;placeholder;looping;conditional-blocks;markdown;html-to-docx;image-embedding;CSharp;OpenXML;data-binding</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand Down

0 comments on commit 50c3c41

Please sign in to comment.