Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
NuGet link update and minor corrections.
  • Loading branch information
egvijayanand authored Jun 23, 2021
1 parent 075158d commit e70a3bb
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@

| Version | App Model |
| :-----: | :-------: |
|![NuGet](https://badgen.net/nuget/v/VijayAnand.WindowsForms.Blazor/)|[Windows Forms](https://www.nuget.org/packages/VijayAnand.WindowsForms.Blazor/)|
|![NuGet](https://badgen.net/nuget/v/VijayAnand.Wpf.Blazor/)|[WPF](https://www.nuget.org/packages/VijayAnand.Wpf.Blazor/)|
| [![NuGet Package](https://badgen.net/nuget/v/VijayAnand.WindowsForms.Blazor/)](https://www.nuget.org/packages/VijayAnand.WindowsForms.Blazor/) | [Windows Forms](https://www.nuget.org/packages/VijayAnand.WindowsForms.Blazor/)|
| [![NuGet Package](https://badgen.net/nuget/v/VijayAnand.Wpf.Blazor/)](https://www.nuget.org/packages/VijayAnand.Wpf.Blazor/) | [WPF](https://www.nuget.org/packages/VijayAnand.Wpf.Blazor/)|

Under the **src** directory, source for each project template is maintained in a separate directory.

Currently, templates made available for working with _**Blazor components in desktop applications such as Windows Forms and WPF**_.
Templates made available for working with _**Blazor components in desktop applications such as Windows Forms and WPF**_.

#### Commands to install the project template:

Expand All @@ -29,12 +27,10 @@ WPF: **wpf-blazor**

So, .NET CLI command to create a new project from your favorite terminal would be as follows:

For WinForms:
```console
dotnet new winforms-blazor
```

For WPF:
```console
dotnet new wpf-blazor
```
Expand All @@ -51,4 +47,4 @@ Enable the option as shown in the below screenshot (Tools -> Options / Alt + T +

![CLI Project Templates within Visual Studio 2019](./images/cli-templates-option-enable.png)

> Pro Tip: Search with the **Blazor** keyword to quickly locate the project template in VS.
> **Pro Tip:** Search with the **Blazor** keyword to quickly locate the project template in VS _Create Project_ dialog.

0 comments on commit e70a3bb

Please sign in to comment.