From afc4aa0d2965b28a5a01fd6cddcf9a873be1c5ed Mon Sep 17 00:00:00 2001 From: "Martin Barker (Keatran)" Date: Sat, 28 Jan 2023 03:01:47 +0000 Subject: [PATCH] Update Readme.md --- Readme.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5aedff3..a7cb049 100644 --- a/Readme.md +++ b/Readme.md @@ -11,7 +11,7 @@ Want to contribute? Great! -Project is built using Visual Studios 2022, must have Windows 10.0.17763 SDK installed +Project is built using Visual Studios 2022, You need to create Application to obtain a ID and Secret on [Twitch Developer Console](https://dev.twitch.tv/console) replace lines 15 and 16 in TwitchFetcher.cs ```pwsh @@ -19,6 +19,18 @@ TwitchClientID = ""; TwitchClientSecret = ""; ``` +### CommunityToolkit 8.0.0 Pre-release +Project Requests `CommunityToolkit-MainLatest` NuGET Package Source + +1. Tool > NuGET Package Manager > Package Manager Settings +2. Click on Package Source (just below the select General in the Left hand column +3. Click the + icon top right +5. 4. Enter the Name `CommunityToolkit-MainLatest` and Source `https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json` +6. Click Update +7. Click Ok + + + ## License MIT