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")]
2023-01-03 15:12:53 +01:00
[assembly: AssemblyCopyright("Copyright © 2023 Clemens Fischer")]
[assembly: AssemblyTrademark("")]
2023-01-06 18:16:12 +01:00
[assembly: AssemblyVersion("8.1.0")]
[assembly: AssemblyFileVersion("8.1.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]