From 99068ab64fc5cab06728fcc0ca961968cc6cdfc4 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 5 May 2026 21:24:44 +0200 Subject: [PATCH] Improve nuget packaging --- MapToolkit/Pmad.Cartography.csproj | 34 ++++++----- .../Pmad.Cartography.Drawing.csproj | 58 ++++++++++--------- Pmad.Drawing/Pmad.Drawing.csproj | 6 ++ 3 files changed, 58 insertions(+), 40 deletions(-) diff --git a/MapToolkit/Pmad.Cartography.csproj b/MapToolkit/Pmad.Cartography.csproj index 79fcdfa..2805f8e 100644 --- a/MapToolkit/Pmad.Cartography.csproj +++ b/MapToolkit/Pmad.Cartography.csproj @@ -1,20 +1,26 @@  + + net8.0 + enable + true - - net8.0 - enable - true + true + MIT + https://github.com/jetelain/mapkit + README.md + Library for map processing, mostly digital elevation model. + true + true + snupkg + Julien Etelain + true + true + $(NoWarn);CS1591 + + + true + - true - MIT - https://github.com/jetelain/mapkit - README.md - Library for map processing, mostly digital elevation model. - true - true - snupkg - Julien Etelain - <_Parameter1>$(AssemblyName).Test diff --git a/Pmad.Cartography.Drawing/Pmad.Cartography.Drawing.csproj b/Pmad.Cartography.Drawing/Pmad.Cartography.Drawing.csproj index 3696c45..23f7dbf 100644 --- a/Pmad.Cartography.Drawing/Pmad.Cartography.Drawing.csproj +++ b/Pmad.Cartography.Drawing/Pmad.Cartography.Drawing.csproj @@ -1,36 +1,42 @@  - - net8.0 - enable - enable - true - - true - MIT - https://github.com/jetelain/mapkit - README.md - Library for drawing maps with PDF, PNG/WEBP and SVG support. - true - true - snupkg - Julien Etelain - + + net8.0 + enable + enable + true + + true + MIT + https://github.com/jetelain/mapkit + README.md + Library for drawing maps with PDF, PNG/WEBP and SVG support. + true + true + snupkg + Julien Etelain + true + true + $(NoWarn);CS1591 + + + true + <_Parameter1>$(AssemblyName).Test - - - - - - - - - - + + + + + + + + + + diff --git a/Pmad.Drawing/Pmad.Drawing.csproj b/Pmad.Drawing/Pmad.Drawing.csproj index 2b974d2..25ecb0b 100644 --- a/Pmad.Drawing/Pmad.Drawing.csproj +++ b/Pmad.Drawing/Pmad.Drawing.csproj @@ -15,6 +15,12 @@ true snupkg Julien Etelain + true + true + $(NoWarn);CS1591 + + + true