From 3196b7ff3b5e94a82aef93fe8a11b32f833bbf5b Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Thu, 18 Jun 2020 20:33:57 +0300 Subject: [PATCH 1/2] Use the new logo image --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24799fc1f..f4e1f604a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -## Akavache: An Asynchronous Key-Value Store for Native Applications - [![NuGet Stats](https://img.shields.io/nuget/v/akavache.svg)](https://www.nuget.org/packages/akavache) [![Build Status](https://dev.azure.com/dotnet/ReactiveUI/_apis/build/status/Akavache-CI)](https://dev.azure.com/dotnet/ReactiveUI/_build/latest?definitionId=25) [![Code Coverage](https://codecov.io/gh/reactiveui/akavache/branch/master/graph/badge.svg)](https://codecov.io/gh/reactiveui/akavache)
@@ -15,13 +13,15 @@ +Akavache + +## Akavache: An Asynchronous Key-Value Store for Native Applications + Akavache is an *asynchronous*, *persistent* (i.e. writes to disk) key-value store created for writing desktop and mobile applications in C#, based on SQLite3. Akavache is great for both storing important data (i.e. user settings) as well as cached local data that expires. -![Dat Logo](http://f.cl.ly/items/2R3d1o122m090K0W081L/Akavache.png) - ### Where can I use it? Akavache is currently compatible with: From 2c461ad46d2afc2896fa7155bd0371a2279eca18 Mon Sep 17 00:00:00 2001 From: "Artyom V. Gorchakov" Date: Thu, 18 Jun 2020 20:40:39 +0300 Subject: [PATCH 2/2] Use newer image in Directory.build.props --- src/Directory.build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.build.props b/src/Directory.build.props index c0d341137..3d5c48d0c 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -3,7 +3,7 @@ Copyright (c) .NET Foundation and Contributors MIT https://github.com/reactiveui/akavache/ - https://avatars0.githubusercontent.com/u/5924219?v=3&s=200 + https://raw.githubusercontent.com/reactiveui/styleguide/master/logo_akavache/main.png .NET Foundation and Contributors xanaisbettsx;ghuntley Akavache;Cache;Xamarin;Sqlite3;Magic