Skip to content

Commit e7b3f7a

Browse files
committed
build: updated version and added package information
1 parent fb9eb5e commit e7b3f7a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

MarkdownUtil/MarkdownUtil.csproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageOutputPath>./nupkg</PackageOutputPath>
1414
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
15-
<Version>2.1.1</Version>
15+
<Version>2.2.0</Version>
1616
<AssemblyName>mdu</AssemblyName>
17+
<Authors>Jan Ruhlaender</Authors>
18+
<Description>Commandline Tool to lint and render a Markdown based documentation</Description>
19+
<PackageReadmeFile>README.md</PackageReadmeFile>
20+
<RepositoryUrl>https://github.com/capjan/markdown-util</RepositoryUrl>
21+
<RepositoryType>git</RepositoryType>
22+
<PackageTags>Markdown Static-Website-Generator</PackageTags>
1723
<PreserveCompilationContext>true</PreserveCompilationContext>
1824
</PropertyGroup>
1925

@@ -25,6 +31,7 @@
2531
</ItemGroup>
2632

2733
<ItemGroup>
34+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
2835
<ProjectReference Include="..\Markdown.Document\Markdown.Document.csproj" />
2936
<ProjectReference Include="..\Markdown.Renderer\Markdown.Renderer.csproj" />
3037
</ItemGroup>

0 commit comments

Comments
 (0)