Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mdoc.nuspec « mdoc - github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58ffbbfc9b5d115ee47e7d5b0ded7d72e732014d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<package >
  <metadata>
    <id>mdoc</id>
    <version>5.9.1</version>
    <title>mdoc</title>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <projectUrl>https://github.com/mono/api-doc-tools</projectUrl>
    <license type="expression">MIT</license>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <description>.NET API Documentation toolchain</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>mdoc documentation ecmaxml dotnet .net C# F# VB.NET</tags>
  </metadata>
  <files>
    <file src="..\bin\Release\*.*" target="tools\net471\" />
    <file src="..\bin\Release-net6.0\*.*" target="tools\net6.0\" />
  </files>
</package>