Skip to content

Commit

Permalink
docs: Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
HavenDV committed Oct 2, 2023
1 parent b279b4a commit 50ce43a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

<b>Gtk</b> is separate TPM for developing Gtk applications within a single project, if there are other TargetFrameworks using the main `net7.0` TPM.

## Usage
Expand Down Expand Up @@ -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
Expand All @@ -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
- 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

0 comments on commit 50ce43a

Please sign in to comment.