diff --git a/Material.Avalonia/Material.Avalonia.csproj b/Material.Avalonia/Material.Avalonia.csproj index 1f280d4..3f71a11 100644 --- a/Material.Avalonia/Material.Avalonia.csproj +++ b/Material.Avalonia/Material.Avalonia.csproj @@ -12,7 +12,8 @@ avalonia xaml material design theme colour color ui ux material-design google-material MIT README.md - 3.0.0-avalonia10-preview2 + FavIcon.png + 3.0.0-avalonia10-preview3 Most likely latest version with Avalonia 0.10.x support Version 3.0.0-rc0 was replaced with 3.0.0-avalonia10-preview1 (in order to keep version names clear) @@ -37,6 +38,7 @@ Version 3.0.0-rc0 was replaced with 3.0.0-avalonia10-preview1 (in order to keep + diff --git a/README.md b/README.md index afcf5bf..203ddac 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ [nuget]: https://www.nuget.org/packages/Material.Avalonia/ -# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/FavIcon.svg) Material.Avalonia +# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/wiki/FavIcon.svg) Material.Avalonia Customizable Material Design implementation for [AvaloniaUI](http://avaloniaui.net/) framework. ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/wiki/images/demo-screenshots/1.png) ###### [More screenshots](https://github.com/AvaloniaUtils/material.avalonia/wiki/Screenshots-of-Demo) -# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/FavIcon.svg) Overview +# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/wiki/FavIcon.svg) Overview This library is a collection of styles and controls to help you customize your Avalonia application with Material Design theme. - Material Design styles for almost all Avalonia controls - Additional controls to support the Snackbars, side sheets, floating buttons, cards, dialogs and more @@ -19,7 +19,7 @@ This library is a collection of styles and controls to help you customize your A [![nuget](https://img.shields.io/nuget/vpre/Material.Avalonia?label=Nuget&style=flat-square)][nuget] [![nuget](https://img.shields.io/nuget/dt/Material.Avalonia?color=blue&label=Downloads&style=flat-square)][nuget] -# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/FavIcon.svg) Getting started +# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/wiki/FavIcon.svg) Getting started Check out the [getting started](https://github.com/AvaloniaCommunity/Material.Avalonia/wiki/Getting-started) wiki page. Or follow these very quick instructions: 1. Add [Material.Avalonia][nuget] nuget package to your project: @@ -50,7 +50,7 @@ Check out the [getting started](https://github.com/AvaloniaCommunity/Material.Av ``` -# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/FavIcon.svg) Useful links +# ![](https://raw.githubusercontent.com/AvaloniaCommunity/Material.Avalonia/dev/wiki/FavIcon.svg) Useful links - [Advanced theming](https://github.com/AvaloniaCommunity/Material.Avalonia/wiki/Advanced-Theming) wiki page - [Nightly packages](https://github.com/AvaloniaCommunity/Material.Avalonia/wiki/Using-nightly-build-feed) wiki page - [Material Design Icons](https://github.com/AvaloniaUtils/Material.Icons.Avalonia) icon pack support diff --git a/wiki/FavIcon.png b/wiki/FavIcon.png new file mode 100644 index 0000000..6a2e2a6 Binary files /dev/null and b/wiki/FavIcon.png differ diff --git a/FavIcon.svg b/wiki/FavIcon.svg similarity index 100% rename from FavIcon.svg rename to wiki/FavIcon.svg