Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 3b1fa69

Browse files
committed
Update README.md
1 parent 9cf9b9c commit 3b1fa69

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# WinUICommunity-Templates
22
WinUICommunity Project Template, help you quickly create a new WinUI 3 App with WinUICommunity and MVVM Packages. We prepare your project with the following features: NavigationView, Custom TitleBar, HomeLandingPage and Settings Page (with Theme settings). We also always use the latest version of WindowsAppSDK. Jump right into coding your project, and let us prepare project for you.
33

4+
# Features:
5+
- Add Ready to Use Pages like (Settings, Theme, Home, NavigationView...)
6+
- Create Ready to Use MVVM Pattern
7+
- Ready to Use NavigationView + Json file
8+
- Custom TitleBar
9+
- Add Custom Files like XamlStyler, editorConfig, Actions (Github Workflow)
10+
- Add Useful CSProj File Tags
11+
- Add Useful Libraries to Project
12+
- Add ResourcesDictionary
13+
- Dynamic Retrieval of Microsoft.WindowsAppSDK and Other Packages Version
14+
- And more...
15+
16+
## Dynamic Retrieval of Microsoft.WindowsAppSDK and Other Packages Version
17+
18+
> [!TIP]
19+
> After version `8.0.0`, you do not need to update the WinUICommunity-Template.vsix to use the `latest version` of Microsoft.WindowsAppSDK and Other Packages (built-in packages, not wizard libraries). With the new method added in version 8.0.0, if there is an internet connection, the latest version will always be added to the project. And if the internet connection is not connected, the latest version available in the Local/Cache will be used.
20+
21+
> [!TIP]
22+
> After creating the project, wait a few seconds for the packages to be installed
423
524
<a href="https://marketplace.visualstudio.com/items?itemName=MahdiHosseini.WinUICommunityTemplates">
625
<img alt="WinUICommunityTemplates-Downloads" src="https://img.shields.io/visual-studio-marketplace/d/MahdiHosseini.WinUICommunityTemplates?logo=visual%20studio&label=Marketplace%20Downloads&link=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3DMahdiHosseini.WinUICommunityTemplates"/>

0 commit comments

Comments
 (0)