mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-04 14:08:32 +00:00
NuGet package data
This commit is contained in:
parent
aed34c8d03
commit
e41f45a951
4 changed files with 32 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<TargetFrameworks>net6.0-windows;net462</TargetFrameworks>
|
||||
<UseWPF>true</UseWPF>
|
||||
<RootNamespace>MapControl.Projections</RootNamespace>
|
||||
<AssemblyTitle>XAML Map Control Projections Library for WPF</AssemblyTitle>
|
||||
<AssemblyTitle>XAML Map Control Projections Library</AssemblyTitle>
|
||||
<Product>XAML Map Control</Product>
|
||||
<Version>10.4.0</Version>
|
||||
<Authors>Clemens Fischer</Authors>
|
||||
|
|
@ -13,6 +13,12 @@
|
|||
<DelaySign>false</DelaySign>
|
||||
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
||||
<PackageId>XAML.MapControl.MapProjections</PackageId>
|
||||
<Title>$(AssemblyTitle)</Title>
|
||||
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
|
||||
<PackageTags>XAML WPF WinUI Avalonia Map</PackageTags>
|
||||
<PackageLicenseExpression>MS-PL</PackageLicenseExpression>
|
||||
<PackageProjectUrl>https://github.com/ClemensFischer/XAML-Map-Control</PackageProjectUrl>
|
||||
<RepositoryUrl>https://github.com/ClemensFischer/XAML-Map-Control.git</RepositoryUrl>
|
||||
<DefineConstants>WPF</DefineConstants>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue