Updating NuGet package metadata. [skip ci]

This commit is contained in:
Paul Knopf 2018-09-24 06:24:15 -04:00
parent 97a11d08a0
commit cd44dccbaa
2 changed files with 5 additions and 4 deletions

View file

@ -2,10 +2,10 @@
<Import Project="version.props" />
<PropertyGroup>
<Authors>Paul Knopf</Authors>
<Description>A cross-platform Qml/.NET integration for Mono/.NET/.NET Core</Description>
<Description>A cross-platform QML/.NET integration for Mono/.NET/.NET Core</Description>
<Copyright>2018</Copyright>
<PackageLicenseUrl>https://github.com/pauldotknopf/Qml.Net/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/pauldotknopf/Qml.Net</PackageProjectUrl>
<RepositoryUrl>https://github.com/pauldotknopf/Qml.Net</RepositoryUrl>
<PackageLicenseUrl>https://github.com/qmlnet/qmlnet/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://qmlnet.github.io/</PackageProjectUrl>
<RepositoryUrl>https://github.com/qmlnet/qmlnet</RepositoryUrl>
</PropertyGroup>
</Project>

View file

@ -283,6 +283,7 @@ namespace Build
Target("publish", () =>
{
return; // temp, until we move to Azure Dev Ops
if (string.IsNullOrEmpty(nugetApiKey))
{
Info("Skipping publish, due to missing NuGet key...");