ColorPicker/README.md

57 строки
2.7 KiB
Markdown
Исходник Обычный вид История

2018-10-31 13:49:28 +03:00
# Avalonia Theme Editor
2021-11-24 23:16:40 +03:00
[![Build Status](https://dev.azure.com/wieslawsoltes/GitHub/_apis/build/status/wieslawsoltes.ColorPicker?repoName=wieslawsoltes%2FColorPicker&branchName=release%2F0.10.11-rc.1)](https://dev.azure.com/wieslawsoltes/GitHub/_build/latest?definitionId=106&repoName=wieslawsoltes%2FColorPicker&branchName=release%2F0.10.11-rc.1)
2021-10-17 23:17:31 +03:00
[![CI](https://github.com/wieslawsoltes/ThemeEditor/actions/workflows/build.yml/badge.svg)](https://github.com/wieslawsoltes/ThemeEditor/actions/workflows/build.yml)
2018-10-31 13:49:28 +03:00
2020-04-16 09:27:39 +03:00
[![NuGet](https://img.shields.io/nuget/v/ThemeEditor.Controls.ColorPicker.svg)](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker)
[![NuGet](https://img.shields.io/nuget/dt/ThemeEditor.Controls.ColorPicker.svg)](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker)
[![MyGet](https://img.shields.io/myget/themeeditor-nightly/vpre/ThemeEditor.Controls.ColorPicker.svg?label=myget)](https://www.myget.org/gallery/themeeditor-nightly)
2018-10-31 16:15:17 +03:00
2018-11-08 15:38:01 +03:00
[![Github All Releases](https://img.shields.io/github/downloads/wieslawsoltes/themeeditor/total.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases)
[![GitHub Release](https://img.shields.io/github/release/wieslawsoltes/themeeditor.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases/latest)
[![Github Releases](https://img.shields.io/github/downloads/wieslawsoltes/themeeditor/latest/total.svg)](https://github.com/wieslawsoltes/ThemeEditor/releases)
## Download
2020-05-16 13:27:27 +03:00
[The latest downloads are available in the release section.](https://github.com/wieslawsoltes/ThemeEditor/releases/latest)
2018-11-08 15:38:01 +03:00
2018-10-31 13:49:28 +03:00
# About
ThemeEditor is an [Avalonia UI Framework](http://avaloniaui.net/) theme editor.
2018-11-01 18:16:00 +03:00
[![ThemeEditor](images/ThemeEditor.png)](images/ThemeEditor.png)
2018-10-31 13:49:28 +03:00
# Usage
2018-10-31 14:04:44 +03:00
[Usage instructions](https://github.com/wieslawsoltes/ThemeEditor/wiki/Usage).
2018-10-31 13:49:28 +03:00
# Build
2018-10-31 14:04:44 +03:00
[Build instructions](https://github.com/wieslawsoltes/ThemeEditor/wiki/Build).
2018-10-31 13:49:28 +03:00
2019-12-24 22:26:12 +03:00
## NuGet
ThemeEditor color picker control is delivered as a NuGet package.
You can find the packages here [NuGet](https://www.nuget.org/packages/ThemeEditor.Controls.ColorPicker/) and install the package like this:
`Install-Package ThemeEditor.Controls.ColorPicker`
or by using nightly build feed:
* Add `https://www.myget.org/F/themeeditor-nightly/api/v2` to your package sources
2020-11-23 17:37:30 +03:00
* Alternative nightly build feed `https://pkgs.dev.azure.com/wieslawsoltes/GitHub/_packaging/Nightly/nuget/v3/index.json`
2019-12-24 22:26:12 +03:00
* Update your package using `ThemeEditor.Controls.ColorPicker` feed
and install the package like this:
`Install-Package ThemeEditor.Controls.ColorPicker -Pre`
2018-10-31 13:49:28 +03:00
# Resources
* [GitHub source code repository.](https://github.com/wieslawsoltes/ThemeEditor)
2018-10-31 14:04:44 +03:00
* [Wiki.](https://github.com/wieslawsoltes/ThemeEditor/wiki)
2018-10-31 13:49:28 +03:00
# License
ThemeEditor is licensed under the [MIT license](LICENSE.TXT).