Skip to content

Commit 4a962c9

Browse files
committed
Add NuGet things.
1 parent b0e1642 commit 4a962c9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Markocoa/Markocoa.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,21 @@
99
<!-- Pack as tool -->
1010
<PackAsTool>true</PackAsTool>
1111
<ToolCommandName>Markocoa</ToolCommandName>
12+
<Title>Markocoa</Title>
13+
<Authors>Tweety</Authors>
14+
<RepositoryUrl>https://github.com/Tweety-Lab/Markocoa</RepositoryUrl>
15+
<Description>A C# static site generator that utilizes markdown files to create lightweight, customizable websites.</Description>
16+
<PackageProjectUrl>https://github.com/Tweety-Lab/Markocoa</PackageProjectUrl>
17+
<PackageReadmeFile>README.md</PackageReadmeFile>
1218
</PropertyGroup>
1319

20+
<ItemGroup>
21+
<None Include="..\README.md">
22+
<Pack>True</Pack>
23+
<PackagePath>\</PackagePath>
24+
</None>
25+
</ItemGroup>
26+
1427
<ItemGroup>
1528
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1629
<PackageReference Include="LibGit2Sharp" Version="0.31.0" />
@@ -25,9 +38,11 @@
2538

2639
<ItemGroup>
2740
<None Update="Themes\DefaultTheme\DefaultTheme.yml">
41+
<Pack>true</Pack>
2842
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
2943
</None>
3044
<None Update="Themes\DefaultTheme\Page.html">
45+
<Pack>true</Pack>
3146
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3247
</None>
3348
</ItemGroup>

0 commit comments

Comments
 (0)