23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.SourceLink.GitLab</id>
|
|
<version>8.0.0</version>
|
|
<authors>Microsoft</authors>
|
|
<developmentDependency>true</developmentDependency>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<license type="expression">MIT</license>
|
|
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
|
<icon>Icon.png</icon>
|
|
<projectUrl>https://github.com/dotnet/sourcelink</projectUrl>
|
|
<description>Generates source link for GitLab repositories.</description>
|
|
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
|
<tags>MSBuild Tasks GitLab source link</tags>
|
|
<serviceable>true</serviceable>
|
|
<repository type="git" url="https://github.com/dotnet/sourcelink" commit="ce7339775f8ada5b16c72a874f591c8cd5722c6b" />
|
|
<dependencies>
|
|
<dependency id="Microsoft.SourceLink.Common" version="8.0.0" />
|
|
<dependency id="Microsoft.Build.Tasks.Git" version="8.0.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |