From 50ce43aca433354d5cd483d45e805eac2f0c2206 Mon Sep 17 00:00:00 2001 From: Konstantin S Date: Tue, 3 Oct 2023 02:17:57 +0400 Subject: [PATCH] docs: Updated README. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a755b1d..0dcfb90 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Gtk + +[![dotnet](https://github.com/HavenDV/Gtk/actions/workflows/dotnet.yml/badge.svg?branch=main)](https://github.com/HavenDV/Gtk/actions/workflows/dotnet.yml) +[![License: MIT](https://img.shields.io/github/license/HavenDV/Gtk)](https://github.com/HavenDV/Gtk/blob/main/LICENSE.txt) +[![Discord](https://img.shields.io/discord/1115206893015662663?label=Discord&logo=discord&logoColor=white&color=d82679)](https://discord.gg/Ca2xhfBf3v) + Gtk is separate TPM for developing Gtk applications within a single project, if there are other TargetFrameworks using the main `net7.0` TPM. ## Usage @@ -52,6 +57,11 @@ You can override these properties: /p:UseCurrentDotnet=true - Will install workload to current dotnet instead downloaded. ``` +### Disclaimer +Although this is a working solution, I have simplified some things regarding workload and manifest, +which could theoretically cause problems (for example, when upgrading to a new sdk version). +I'll be glad to hear about it in issues. + ### Docs Official documentation regarding the design of Workloads and Sdks: - https://github.com/dotnet/sdk/tree/main/documentation/general/workloads @@ -60,4 +70,9 @@ Official documentation regarding the design of Workloads and Sdks: - https://github.com/dotnet/designs/blob/main/accepted/2020/workloads/workload-manifest.md - https://github.com/dotnet/designs/blob/main/accepted/2021/workloads/workload-installation.md - MAUI Workload - https://github.com/dotnet/maui/tree/main/src/Workload -- Tizen Workload - https://github.com/Samsung/Tizen.NET/tree/main/workload \ No newline at end of file +- Tizen Workload - https://github.com/Samsung/Tizen.NET/tree/main/workload + +### Support +Priority place for bugs: https://github.com/HavenDV/Gtk/issues +Priority place for ideas and general questions: https://github.com/HavenDV/Gtk/discussions +Discord: https://discord.gg/g8u2t9dKgE \ No newline at end of file