summaryrefslogtreecommitdiff
path: root/.packages/microsoft.build.tasks.git/1.0.0-beta2-19367-01/microsoft.build.tasks.git.nuspec
blob: e5492947ceea1dfa515d47399046b7962151fe48 (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/2012/06/nuspec.xsd">
  <metadata>
    <id>Microsoft.Build.Tasks.Git</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>MSBuild tasks providing git repository information.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>MSBuild Tasks source control git</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/sourcelink" commit="855afb5af9ea79e63dd9c051a7cfe0941bbb5ced" />
    <dependencies>
      <group targetFramework=".NETFramework4.6.1" />
      <group targetFramework=".NETCoreApp2.0" />
    </dependencies>
  </metadata>
</package>