Skip to content

Commit

Permalink
Content rephrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
egvijayanand committed Feb 28, 2022
1 parent 72d6e46 commit a7d88ff
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,24 @@

#### Access within Visual Studio IDE

Installation:

![Install from VS Marketplace](images/xamarin-forms-vs-extension.png)

Project Template Listing:

![Xamarin.Forms Class Library Project Template](images/xamarin-forms-class-library.png)

Project Options:

![Xamarin.Forms Class Library - Project Options](images/xamarin-forms-class-library-options.png)

Item Templates:

![Xamarin.Forms - Item Templates](images/xamarin-forms-item-templates.png)

#### Access via CLI

Project template for Xamarin.Forms Class Library and is named as `formsclasslib`

Project template currently target Xamarin.Forms 5.0 Service Release 9 (ver. 5.0.0.2337).

Item templates for ContentPage, ContentView, ShellPage, and ResourceDictionary in XAML and named as `forms-page`, `forms-view`, `forms-shell`, and `forms-resdict` respectively.

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

```shell
Expand All @@ -38,6 +40,12 @@ dotnet new --update-check
```shell
dotnet new --update-apply
```
Project template for Xamarin.Forms Class Library and is named as `formsclasslib`

And it currently targets Xamarin.Forms 5.0 Service Release 9 (ver. 5.0.0.2337).

Item templates for `ContentPage`, `ContentView`, `ShellPage`, and `ResourceDictionary` in XAML and named as `forms-page`, `forms-view`, `forms-shell`, and `forms-resdict` respectively.

Use the below .NET CLI command to create the project, pages, and views out these templates:

```shell
Expand Down

0 comments on commit a7d88ff

Please sign in to comment.