From 5a8fecfbf2e06231e3685674a22f0a289e4347b2 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 21 Dec 2020 14:54:45 +0100 Subject: [PATCH] Update ICSharpCode.Decompiler.nuspec.template Fix per nuget push error on build " warn : No destination repository detected. Ensure the source project has a 'RepositoryUrl' property defined. If you're using a nuspec file, ensure that it has a repository element with the required 'type' and 'url' attributes." See also https://docs.microsoft.com/en-us/nuget/reference/nuspec#repository --- ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template index fb17b9d97..6c4d3d3c9 100644 --- a/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template +++ b/ICSharpCode.Decompiler/ICSharpCode.Decompiler.nuspec.template @@ -8,6 +8,7 @@ Daniel Grunwald, SharpDevelop MIT https://github.com/icsharpcode/ILSpy/ + images\DecompilerNuGetPackageIcon.png false ICSharpCode.Decompiler is the decompiler engine used in ILSpy. @@ -27,4 +28,4 @@ - \ No newline at end of file +