Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost1372 committed Apr 13, 2024
1 parent 9cf9b9c commit 3b1fa69
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# WinUICommunity-Templates
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.

# Features:
- Add Ready to Use Pages like (Settings, Theme, Home, NavigationView...)
- Create Ready to Use MVVM Pattern
- Ready to Use NavigationView + Json file
- Custom TitleBar
- Add Custom Files like XamlStyler, editorConfig, Actions (Github Workflow)
- Add Useful CSProj File Tags
- Add Useful Libraries to Project
- Add ResourcesDictionary
- Dynamic Retrieval of Microsoft.WindowsAppSDK and Other Packages Version
- And more...

## Dynamic Retrieval of Microsoft.WindowsAppSDK and Other Packages Version

> [!TIP]
> 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.
> [!TIP]
> After creating the project, wait a few seconds for the packages to be installed
<a href="https://marketplace.visualstudio.com/items?itemName=MahdiHosseini.WinUICommunityTemplates">
<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"/>
Expand Down

0 comments on commit 3b1fa69

Please sign in to comment.