|
1 | | -# WindowsAppCommunity.Sdk [](https://www.nuget.org/packages/WindowsAppCommunity.Sdk) |
| 1 | +> [!WARNING] |
| 2 | +> This is a **work in progress** and is not yet ready for use. Please check back later. |
2 | 3 |
|
3 | | -Manage your user, projects and publisher membership in the Windows App Community. Fully peer-to-peer. |
4 | | - |
| 4 | +<p align="center"> |
| 5 | + <img alt="Hero Image" src="https://github.com/user-attachments/assets/ac6d3215-1633-4f09-af31-4203176e904d" /> |
| 6 | +</p> |
5 | 7 |
|
6 | | -This is a Work In Progress and is not yet ready for use. Please check back later. |
| 8 | +<p align="center"> |
| 9 | + <a style="text-decoration:none" href="https://windowsappcommunity.com/"> |
| 10 | + <img src="https://img.shields.io/badge/Community-Website-teal" alt="WindowsAppCommunity Website" /></a> |
| 11 | + <a style="text-decoration:none" href="https://www.nuget.org/packages/WindowsAppCommunity.Sdk"> |
| 12 | + <img src="https://img.shields.io/nuget/v/WindowsAppCommunity.Sdk.svg" alt="Version" /></a> |
| 13 | + <a style="text-decoration:none" href="https://dsc.gg/uwpc"> |
| 14 | + <img src="https://img.shields.io/discord/372137812037730304?label=Discord&color=7289da" alt="WinAppCommunity Discord" /></a> |
| 15 | +</p> |
7 | 16 |
|
8 | | -Intended to supersede https://github.com/WindowsAppCommunity/uwpcommunity-backend |
| 17 | +Introducing the **Windows App Community SDK**, a library that enables you to manage your membership, projects and publisher data in the Windows App Community. |
| 18 | +The `WindowsAppCommunity.Sdk` library was created to supersede the original [`uwpcommunity-backend`](https://github.com/WindowsAppCommunity/uwpcommunity-backend) (known to many as **Server Companion**) that has served the community for over 5 years. |
| 19 | +The "new infra", as this library is often referred to by many members of the community, has been in the works for ages. We're pleased to announce that it's now in rapid development. |
9 | 20 |
|
10 | | -## Featuring: |
11 | | -- x |
12 | | -- y |
13 | | -- z |
| 21 | +Built using the content-addressing capabilities of [`ipfs`](https://ipfs.tech/), a powerful p2p protocol alternative to `http`, the new community infra boasts powerful features such as... [todo, come back soon] |
14 | 22 |
|
15 | | -## Install |
| 23 | +<!-- |
| 24 | +## Features |
16 | 25 |
|
17 | | -Published releases are available on [NuGet](https://www.nuget.org/packages/WindowsAppCommunity.Sdk). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console). |
| 26 | +- **x**: |
| 27 | +- **y**: |
| 28 | +- **z**: |
| 29 | +--> |
18 | 30 |
|
19 | | - PM> Install-Package WindowsAppCommunity.Sdk |
20 | | - |
21 | | -Or using [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet) |
| 31 | +## Usage |
22 | 32 |
|
23 | | - > dotnet add package WindowsAppCommunity.Sdk |
| 33 | +### Installing the SDK |
24 | 34 |
|
25 | | -## Usage |
| 35 | +Published releases are available on [NuGet](https://www.nuget.org/packages/WindowsAppCommunity.Sdk). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console): |
| 36 | +```ps1 |
| 37 | +PM> Install-Package WindowsAppCommunity.Sdk |
| 38 | +``` |
| 39 | +Or using the [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet) CLI |
26 | 40 |
|
27 | | -```cs |
28 | | -// TODO |
| 41 | +```ps1 |
| 42 | +> dotnet add package WindowsAppCommunity.Sdk |
29 | 43 | ``` |
30 | 44 |
|
31 | | -## Versioning |
| 45 | +> [!NOTE] |
| 46 | +> Version numbering follows the Semantic versioning approach. |
32 | 47 |
|
33 | | -Version numbering follows the Semantic versioning approach. |
| 48 | +### Usage |
| 49 | + |
| 50 | +```cs |
| 51 | +// TODO |
| 52 | +``` |
34 | 53 |
|
35 | 54 | ## License |
36 | 55 |
|
37 | | -This code is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for more details. |
| 56 | +Copyright (c) 2022 - present Arlo Godfrey |
| 57 | + |
| 58 | +Licensed under the [MIT LICENSE](./src/LICENSE.txt). |
0 commit comments