summaryrefslogtreecommitdiff
path: root/.packages/microsoft.sourcelink.github/1.0.0-beta2-19367-01/microsoft.sourcelink.github.nuspec
blob: ed80c1cc51377bac77a913abb4bdfe5c61c9f511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.SourceLink.GitHub</id>
    <version>1.0.0-beta2-19367-01</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <developmentDependency>true</developmentDependency>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <projectUrl>https://github.com/dotnet/sourcelink</projectUrl>
    <description>Generates source link for GitHub repositories.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>MSBuild Tasks GitHub source link</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/sourcelink" commit="855afb5af9ea79e63dd9c051a7cfe0941bbb5ced" />
    <dependencies>
      <dependency id="Microsoft.SourceLink.Common" version="1.0.0-beta2-19367-01" />
      <dependency id="Microsoft.Build.Tasks.Git" version="1.0.0-beta2-19367-01" />
    </dependencies>
  </metadata>
</package>