You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
actions-docfx-setup/build/DocFx.Plugin.LastModified/DocFx.Plugin.LastModified.c...

29 lines
1.2 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<AssemblyName>LastModifiedPostProcessor</AssemblyName>
<RootNamespace>DocFx.Plugin.LastModified</RootNamespace>
<Version>1.2.5</Version>
<RepositoryUrl>https://github.com/Still34/DocFx.Plugin.LastModified</RepositoryUrl>
<PackageLicenseUrl>https://github.com/Still34/DocFx.Plugin.LastModified/blob/master/LICENSE</PackageLicenseUrl>
<RepositoryType>GitHub</RepositoryType>
<PackageTags>DocFX</PackageTags>
<Description>A post-processor plugin for DocFX v2 that adds the last commit date of the conceptual document to the end of the page.</Description>
<Copyright>Still Hsu © 2021</Copyright>
<Company />
<Authors>Still Hsu</Authors>
<Product />
<PackageVersion>1.2.5</PackageVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Docfx.Common" Version="2.74.1" />
<PackageReference Include="Docfx.Plugins" Version="2.74.1" />
<PackageReference Include="htmlagilitypack" Version="1.11.57" />
<PackageReference Include="libgit2sharp" Version="0.29.0" />
<PackageReference Include="Microsoft.Composition" Version="1.0.31" />
</ItemGroup>
</Project>