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

14 lines
515 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-02-09 13:54:36 +01:00
[assembly: AssemblyVersion("9.2.0")]
[assembly: AssemblyFileVersion("9.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]