Skip to content

Commit 54dc392

Browse files
committed
(build) Add additional nuspec metadata
1 parent a56e66c commit 54dc392

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Cake.AppVeyor/Cake.AppVeyor.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@
1414
<PackageTags>Cake Script Build</PackageTags>
1515
<Authors>Redth</Authors>
1616
<Owners>Redth</Owners>
17+
<RepositoryUrl>https://github.com/cake-contrib/Cake.AppVeyor.git</RepositoryUrl>
18+
<RepositoryType>git</RepositoryType>
1719
<PackageProjectUrl>https://github.com/redth/Cake.AppVeyor</PackageProjectUrl>
1820
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
19-
<PackageLicenseUrl>https://raw.githubusercontent.com/redth/Cake.AppVeyor/master/LICENSE.md</PackageLicenseUrl>
21+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2022
</PropertyGroup>
2123

2224
<ItemGroup>

0 commit comments

Comments
 (0)