mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
- Added BingMapsTileLayer - Added TileLayer.DescriptionInlines property - Added global Settings class - Added Phone Silverlight 8.1 build target - Use expiration time of downloaded images for caching
15 lines
568 B
C#
15 lines
568 B
C#
using System.Reflection;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("FileDbCache")]
|
|
[assembly: AssemblyDescription("ObjectCache implementation based on EzTools FileDb")]
|
|
[assembly: AssemblyProduct("XAML Map Control")]
|
|
[assembly: AssemblyCompany("Clemens Fischer")]
|
|
[assembly: AssemblyCopyright("Copyright © 2014 Clemens Fischer")]
|
|
[assembly: AssemblyTrademark("")]
|
|
[assembly: AssemblyVersion("2.3.0")]
|
|
[assembly: AssemblyFileVersion("2.3.0")]
|
|
[assembly: AssemblyConfiguration("")]
|
|
[assembly: AssemblyCulture("")]
|
|
[assembly: ComVisible(false)]
|