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)