File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 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" />
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 >
You can’t perform that action at this time.
0 commit comments