From 5606d3c63b0b76b336324a51f25a63f7e823039d Mon Sep 17 00:00:00 2001 From: John Gage Faulkner <46038619+johngagefaulkner@users.noreply.github.com> Date: Fri, 26 Aug 2022 00:30:06 -0400 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4608872..5037bd1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# TemplateApp -Basic Template for UWP/WinUI 2.8 +# UWP • WinUI (v2.8.1^) • C# (.NET 5) +Basic template app used to easily get a project up-and-going using the Universal Windows Platform (UWP), WinUI (v2.8.1 or newer) and C# (.NET 5.) + +--- + +## Preview Images + +### Search Box in Title Bar + +![searchbox-in-titlebar](https://docs.microsoft.com/en-us/windows/apps/design/basics/images/titlebar/search.png) + +### Tabs in Title Bar + +![tabs-in-titlebar](https://docs.microsoft.com/en-us/windows/apps/design/basics/images/titlebar/tabs.png) + +--- + +## Resources and References + +- [Microsoft Docs | Title Bar | WinUI 2](https://docs.microsoft.com/en-us/windows/apps/develop/title-bar?tabs=winui2)