XAML-Map-Control/MapProjections/UWP/Properties/AssemblyInfo.cs

14 lines
517 B
C#
Raw Normal View History

using System.Reflection;
using System.Runtime.InteropServices;
2022-01-11 19:42:12 +01:00
[assembly: AssemblyTitle("XAML Map Control Projections Library for UWP")]
[assembly: AssemblyProduct("XAML Map Control")]
[assembly: AssemblyCompany("Clemens Fischer")]
2024-02-03 21:01:53 +01:00
[assembly: AssemblyCopyright("Copyright © 2024 Clemens Fischer")]
[assembly: AssemblyTrademark("")]
2024-06-20 08:32:23 +02:00
[assembly: AssemblyVersion("10.5.0")]
[assembly: AssemblyFileVersion("10.5.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]