mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 4.12.2 Added SQLiteCache
This commit is contained in:
parent
85287118a5
commit
0c023abbcf
11 changed files with 755 additions and 8 deletions
14
SQLiteCache/WPF/Properties/AssemblyInfo.cs
Normal file
14
SQLiteCache/WPF/Properties/AssemblyInfo.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
[assembly: AssemblyTitle("XAML Map Control SQLiteCache (WPF)")]
|
||||
[assembly: AssemblyDescription("ObjectCache implementation based on SQLite")]
|
||||
[assembly: AssemblyProduct("XAML Map Control")]
|
||||
[assembly: AssemblyCompany("Clemens Fischer")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2019 Clemens Fischer")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyVersion("4.12.2")]
|
||||
[assembly: AssemblyFileVersion("4.12.2")]
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
Loading…
Add table
Add a link
Reference in a new issue