We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56e66c commit 54dc392Copy full SHA for 54dc392
src/Cake.AppVeyor/Cake.AppVeyor.csproj
@@ -14,9 +14,11 @@
14
<PackageTags>Cake Script Build</PackageTags>
15
<Authors>Redth</Authors>
16
<Owners>Redth</Owners>
17
+ <RepositoryUrl>https://github.com/cake-contrib/Cake.AppVeyor.git</RepositoryUrl>
18
+ <RepositoryType>git</RepositoryType>
19
<PackageProjectUrl>https://github.com/redth/Cake.AppVeyor</PackageProjectUrl>
20
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
- <PackageLicenseUrl>https://raw.githubusercontent.com/redth/Cake.AppVeyor/master/LICENSE.md</PackageLicenseUrl>
21
+ <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
22
</PropertyGroup>
23
24
<ItemGroup>
0 commit comments