Skip to content

Commit

Permalink
Merge pull request #27 from egvijayanand/working
Browse files Browse the repository at this point in the history
Templates updated to support .NET MAUI Preview 10
  • Loading branch information
egvijayanand authored Nov 9, 2021
2 parents 14c7438 + bde104a commit 0db3fbe
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"Library"
],
"identity": "VijayAnand.MauiClassLib",
"description": "A project template for .NET MAUI Class Library (.NET MAUI Preview 9)",
"name": ".NET MAUI Class Library",
"description": "A project template for .NET MAUI Class Library (.NET MAUI Preview 10)",
"name": ".NET MAUI Class Library (Preview 10)",
"shortName": "mauiclasslib",
"sourceName": "MauiClassLib",
"primaryOutputs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"Windows"
],
"identity": "VijayAnand.MauiPage",
"description": "An item template for .NET MAUI ContentPage in XAML (.NET MAUI Preview 9)",
"name": ".NET MAUI ContentPage",
"description": "An item template for .NET MAUI ContentPage in XAML (.NET MAUI Preview 10)",
"name": ".NET MAUI ContentPage (Preview 10)",
"shortName": "maui-page",
"sourceName": "MauiPage",
"primaryOutputs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"Windows"
],
"identity": "VijayAnand.MauiShell",
"description": "An item template for .NET MAUI ShellPage in XAML (.NET MAUI Preview 9)",
"name": ".NET MAUI ShellPage",
"description": "An item template for .NET MAUI ShellPage in XAML (.NET MAUI Preview 10)",
"name": ".NET MAUI ShellPage (Preview 10)",
"shortName": "maui-shell",
"sourceName": "MauiShell",
"primaryOutputs": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"Windows"
],
"identity": "VijayAnand.MauiView",
"description": "An item template for .NET MAUI ContentView in XAML (.NET MAUI Preview 9)",
"name": ".NET MAUI ContentView",
"description": "An item template for .NET MAUI ContentView in XAML (.NET MAUI Preview 10)",
"name": ".NET MAUI ContentView (Preview 10)",
"shortName": "maui-view",
"sourceName": "MauiView",
"primaryOutputs": [
Expand Down
2 changes: 1 addition & 1 deletion src/ItemTemplates/MauiTemplatesCLI/PackageVersion.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<PackageType>Template</PackageType>
<PackageId>VijayAnand.MauiTemplates</PackageId>
<PackageVersion>1.0.3</PackageVersion>
<PackageVersion>1.0.4</PackageVersion>
<Title>.NET MAUI Templates</Title>
<Authors>Vijay Anand E G</Authors>
<Copyright>Copyright (c) 2021 Vijay Anand E G</Copyright>
Expand All @@ -17,7 +17,7 @@
<NoWarn>$(NoWarn);NU5128</NoWarn>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/egvijayanand/dotnet-maui-templates</RepositoryUrl>
<PackageTags>MAUI, Mobile, iOS, Android, WinUI3, Mac;Catalyst, macOS, VS;Code, .NET;MAUI, Desktop, Windows, WinUI, Preview;9, Templates, Shell, Class;Library, Visual;Studio;Code, Library</PackageTags>
<PackageTags>MAUI, Mobile, iOS, Android, WinUI3, Mac;Catalyst, macOS, VS;Code, .NET;MAUI, Desktop, Windows, WinUI, Preview;10, Templates, Shell, Class;Library, Visual;Studio;Code, Library</PackageTags>
<PackageReleaseNotes>$([System.IO.File]::ReadAllText("$(MSBuildProjectDirectory)/release-notes.txt"))</PackageReleaseNotes>
<PackageReadmeFile>overview.md</PackageReadmeFile>
<PackageProjectUrl>https://egvijayanand.in/</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/ItemTemplates/MauiTemplatesCLI/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Project template for .NET MAUI Class Library and is named as `mauiclasslib`

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

All of these templates currently target .NET 6 Preview 9.
All of these templates currently target .NET MAUI Preview 10.

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

Expand Down
4 changes: 2 additions & 2 deletions src/ItemTemplates/MauiTemplatesCLI/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
What's new in ver. 1.0.3:
What's new in ver. 1.0.4:

Templates have been updated for .NET MAUI Preview 9.
Templates have been updated for .NET MAUI Preview 10.

0 comments on commit 0db3fbe

Please sign in to comment.