Version 11.0.0, platform-specific NuGet packages

This commit is contained in:
ClemensFischer 2024-09-11 17:33:54 +02:00
parent 1ad4c1b1a3
commit 375111ad70
10 changed files with 12 additions and 10 deletions

View file

@ -3,7 +3,7 @@
<Product>XAML Map Control</Product> <Product>XAML Map Control</Product>
<Authors>Clemens Fischer</Authors> <Authors>Clemens Fischer</Authors>
<Copyright>Copyright © 2024 Clemens Fischer</Copyright> <Copyright>Copyright © 2024 Clemens Fischer</Copyright>
<Version>10.5.0</Version> <Version>11.0.0</Version>
<AssemblyVersion>$(Version)</AssemblyVersion> <AssemblyVersion>$(Version)</AssemblyVersion>
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile> <AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>

View file

@ -5,7 +5,7 @@
<RootNamespace>MapControl.MBTiles</RootNamespace> <RootNamespace>MapControl.MBTiles</RootNamespace>
<AssemblyTitle>XAML Map Control MBTiles Library for Avalonia UI</AssemblyTitle> <AssemblyTitle>XAML Map Control MBTiles Library for Avalonia UI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MBTiles</PackageId> <PackageId>XAML.MapControl.MBTiles.Avalonia</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>MBTiles library for XAML Map Control</Description> <Description>MBTiles library for XAML Map Control</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -6,7 +6,7 @@
<RootNamespace>MapControl.MBTiles</RootNamespace> <RootNamespace>MapControl.MBTiles</RootNamespace>
<AssemblyTitle>XAML Map Control MBTiles Library for WPF</AssemblyTitle> <AssemblyTitle>XAML Map Control MBTiles Library for WPF</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MBTiles</PackageId> <PackageId>XAML.MapControl.MBTiles.WPF</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>MBTiles library for XAML Map Control</Description> <Description>MBTiles library for XAML Map Control</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -8,7 +8,7 @@
<RootNamespace>MapControl.MBTiles</RootNamespace> <RootNamespace>MapControl.MBTiles</RootNamespace>
<AssemblyTitle>XAML Map Control MBTiles Library for WinUI</AssemblyTitle> <AssemblyTitle>XAML Map Control MBTiles Library for WinUI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MBTiles</PackageId> <PackageId>XAML.MapControl.MBTiles.WinUI</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>MBTiles library for XAML Map Control</Description> <Description>MBTiles library for XAML Map Control</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -6,7 +6,8 @@
<RootNamespace>MapControl</RootNamespace> <RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for Avalonia UI</AssemblyTitle> <AssemblyTitle>XAML Map Control Library for Avalonia UI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl</PackageId> <PackageId>XAML.MapControl.Avalonia</PackageId>
<Title>$(AssemblyTitle)</Title>
<Description>A set of Avalonia UI controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description> <Description>A set of Avalonia UI controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -6,7 +6,7 @@
<RootNamespace>MapControl</RootNamespace> <RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for WPF</AssemblyTitle> <AssemblyTitle>XAML Map Control Library for WPF</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl</PackageId> <PackageId>XAML.MapControl.WPF</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>A set of WPF controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description> <Description>A set of WPF controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -7,7 +7,8 @@
<RootNamespace>MapControl</RootNamespace> <RootNamespace>MapControl</RootNamespace>
<AssemblyTitle>XAML Map Control Library for WinUI</AssemblyTitle> <AssemblyTitle>XAML Map Control Library for WinUI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl</PackageId> <PackageId>XAML.MapControl.WinUI</PackageId>
<Title>$(AssemblyTitle)</Title>
<Description>A set of WinUI controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description> <Description>A set of WinUI controls for rendering raster maps from different providers (like OpenStreetMap and Bing Maps) and various types of map overlays</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -5,7 +5,7 @@
<RootNamespace>MapControl.Projections</RootNamespace> <RootNamespace>MapControl.Projections</RootNamespace>
<AssemblyTitle>XAML Map Control Projections Library for Avalonia UI</AssemblyTitle> <AssemblyTitle>XAML Map Control Projections Library for Avalonia UI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MapProjections</PackageId> <PackageId>XAML.MapControl.MapProjections.Avalonia</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description> <Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -6,7 +6,7 @@
<RootNamespace>MapControl.Projections</RootNamespace> <RootNamespace>MapControl.Projections</RootNamespace>
<AssemblyTitle>XAML Map Control Projections Library for WPF</AssemblyTitle> <AssemblyTitle>XAML Map Control Projections Library for WPF</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MapProjections</PackageId> <PackageId>XAML.MapControl.MapProjections.WPF</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description> <Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
</PropertyGroup> </PropertyGroup>

View file

@ -8,7 +8,7 @@
<RootNamespace>MapControl.Projections</RootNamespace> <RootNamespace>MapControl.Projections</RootNamespace>
<AssemblyTitle>XAML Map Control Projections Library for WinUI</AssemblyTitle> <AssemblyTitle>XAML Map Control Projections Library for WinUI</AssemblyTitle>
<GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild> <GeneratePackageOnBuild>$(GeneratePackage)</GeneratePackageOnBuild>
<PackageId>XAML.MapControl.MapProjections</PackageId> <PackageId>XAML.MapControl.MapProjections.WinUI</PackageId>
<Title>$(AssemblyTitle)</Title> <Title>$(AssemblyTitle)</Title>
<Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description> <Description>Map projections library for XAML Map Control, based on ProjNET4GeoAPI</Description>
</PropertyGroup> </PropertyGroup>