VijayAnand.WinUITemplates 1.0.1

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet new install VijayAnand.WinUITemplates::1.0.1
This package contains a .NET Template Package you can call from the shell/command line.

CLI Project Templates for developing WinUI 3 based Desktop Apps

CLI project template for developing WinUI 3 App and Class Library and is named as winui and winuilib respectively.

To install the template NuGet package, use the below .NET CLI command:

dotnet new install VijayAnand.WinUITemplates

If you've already installed this package, then it can be updated to the latest version with the below command:

dotnet new update --check-only
dotnet new update

Use the below .NET CLI command to create the projects out these template:

dotnet new winui -n MyWinUIApp
dotnet new winuilib -n MyWinUILib

Both the project templates take the below optional parameter to include the officially supported CommunityToolkit.Mvvm NuGet package.

  • -imt | --include-mvvm-toolkit - Default value is false
dotnet new winui -n MyWinUIApp -imt
dotnet new winuilib -n MyWinUILib -imt
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.1.0 814 2/22/2024
3.0.0 91 2/20/2024
2.2.0 601 1/28/2024
2.2.0-preview.4 2,565 10/13/2023
2.2.0-preview.3 59 9/21/2023
2.2.0-preview.2 77 3/30/2023
2.2.0-preview.1 69 3/30/2023
2.1.0 325 3/17/2023
2.0.0 95 3/2/2023
1.0.3 412 11/20/2022
1.0.2 414 11/15/2022
1.0.1 348 11/15/2022

What's new in ver. 1.0.1:
-------------------------
For CLI build to succeed, included the EnableMsixTooling property to the library project template.

v1.0.0:

Initial release of WinUI 3 App and Class Library Templates for CLI.