From 4c8190e738a27d060959c082774715f88004234d Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Thu, 2 Jan 2020 19:36:25 -0600 Subject: [PATCH] both repositoryType and repositoryUrl have to be set to get the repository metadata element --- src/BitThicket.AspNetCore/paket.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/BitThicket.AspNetCore/paket.template b/src/BitThicket.AspNetCore/paket.template index 5fb5076..9262a05 100644 --- a/src/BitThicket.AspNetCore/paket.template +++ b/src/BitThicket.AspNetCore/paket.template @@ -7,7 +7,8 @@ description A collection of extensions and customizations for ASP.NET Core copyright © 2020 Bit Thicket Enterprises licenseUrl https://github.com/bitthicket/AspNetCore/blob/master/LICENSE repositoryUrl https://github.com/bitthicket/AspNetCore +repositoryType git projectUrl https://github.com/bitthicket/AspNetCore -tags ASP.NET Core;F♯;FSharp +tags ASP.NET Core; F♯; FSharp include-pdbs true