Skip to content

Commit f26a4cb

Browse files
committed
fix: packing nuget package is failing
1 parent 4802fd4 commit f26a4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/MarkdownUtil/MarkdownUtil.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1313
<PackageOutputPath>./nupkg</PackageOutputPath>
1414
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
15-
<Version>2.3.1</Version>
15+
<Version>2.3.2</Version>
1616
<AssemblyName>mdu</AssemblyName>
1717
<Authors>Jan Ruhlaender</Authors>
1818
<Description>Commandline Tool to lint and render a Markdown based documentation</Description>
@@ -31,7 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34-
<None Include="..\README.md" Pack="true" PackagePath="\"/>
34+
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
3535
<ProjectReference Include="..\Markdown.Document\Markdown.Document.csproj" />
3636
<ProjectReference Include="..\Markdown.Renderer\Markdown.Renderer.csproj" />
3737
</ItemGroup>

0 commit comments

Comments
 (0)