mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 2.5.1: Fixed Clip in Silverlight/WinRT. Replaced WPF GlyphRunText by FormattedText.
This commit is contained in:
parent
9c31163c2f
commit
43e87f26ba
20 changed files with 65 additions and 297 deletions
|
|
@ -2,10 +2,7 @@
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Windows;
|
||||
|
||||
#if WINDOWS_PHONE
|
||||
[assembly: AssemblyTitle("XAML Map Control (Windows Phone Silverlight)")]
|
||||
[assembly: AssemblyDescription("XAML Map Control Library for Windows Phone Silverlight")]
|
||||
#elif SILVERLIGHT
|
||||
#if SILVERLIGHT
|
||||
[assembly: AssemblyTitle("XAML Map Control (Silverlight)")]
|
||||
[assembly: AssemblyDescription("XAML Map Control Library for Silverlight")]
|
||||
#else
|
||||
|
|
@ -17,8 +14,8 @@ using System.Windows;
|
|||
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||
[assembly: AssemblyCopyright("© 2015 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyVersion("2.5.0")]
|
||||
[assembly: AssemblyFileVersion("2.5.0")]
|
||||
[assembly: AssemblyVersion("2.5.1")]
|
||||
[assembly: AssemblyFileVersion("2.5.1")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue