Skip to content

Commit

Permalink
version to 1.5.0, add mcs-uno-view templete doc to readme's
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentH-Net committed Dec 21, 2023
1 parent 81486e5 commit 19d4f2e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ Promotes conciseness, readability and leveraging the latest language features.
- **mcs-uno-markup2** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme)<br />
*Project that adds concise C# Markup 2 to a Uno Platform 5 Solution (.NET 8/7)*

- **mcs-uno-view** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme)<br />
*C# Markup 2 View + Model item template for use with mcs-uno-markup2 template (.NET 8/7, model type MVUX/MVVM/none)*

- **mcs-orleans-results** [doc](https://github.com/Applicita/Orleans.Results#readme)<br />
*Concise, version-tolerant result pattern implementation for Microsoft Orleans 7*

Expand Down
2 changes: 1 addition & 1 deletion src/Modern.CSharp.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>Modern.CSharp.Templates</PackageId>
<PackageVersion>1.4.2</PackageVersion>
<PackageVersion>1.5.0</PackageVersion>
<PackageType>Template</PackageType>
<Title>Modern C# 12/11 Templates</Title>
<Description>A toolkit of modern dotnet new templates for C# 12/11, .NET 8/7, Microsoft Orleans 7, Windows App SDK and Uno Platform</Description>
Expand Down
8 changes: 6 additions & 2 deletions src/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ Promotes conciseness, readability and leveraging the latest language features.

- **mcs-uno-markup2** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme)

*Project that adds concise C# Markup 2 to a Uno Platform 5 Solution (.NET 7/8)*
*Project that adds concise C# Markup 2 to a Uno Platform 5 Solution (.NET 8/7)*

- **mcs-uno-view** [doc](https://github.com/VincentH-Net/CSharpForMarkup#readme)

*C# Markup 2 View + Model item template for use with mcs-uno-markup2 template (.NET 8/7, model type MVUX/MVVM/none)*

- **mcs-orleans-results** [doc](https://github.com/Applicita/Orleans.Results#readme)

Expand All @@ -21,4 +25,4 @@ Promotes conciseness, readability and leveraging the latest language features.

The Orleans templates can be combined with [Orleans.Multitenant](https://github.com/Applicita/Orleans.Multitenant) for secure, flexible tenant separation in Microsoft Orleans 7

[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-4-2)
[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-5-0)
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to C# Markup 2 for Uno Platform

This C# Markup 2 Presentation project was created with `dotnet new mcs-uno-markup2 --presentation mvux` (template version [`Modern.CSharp.Templates 1.4.2`](https://www.nuget.org/packages/Modern.CSharp.Templates/1.4.2))
This C# Markup 2 Presentation project was created with `dotnet new mcs-uno-markup2 --presentation mvux` (template version [`Modern.CSharp.Templates 1.5.0`](https://www.nuget.org/packages/Modern.CSharp.Templates/1.5.0))

## Get Started

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to C# Markup 2 for Uno Platform

This C# Markup 2 Presentation project was created with `dotnet new mcs-uno-markup2 --presentation mvvm` (template version [`Modern.CSharp.Templates 1.4.2`](https://www.nuget.org/packages/Modern.CSharp.Templates/1.4.2))
This C# Markup 2 Presentation project was created with `dotnet new mcs-uno-markup2 --presentation mvvm` (template version [`Modern.CSharp.Templates 1.5.0`](https://www.nuget.org/packages/Modern.CSharp.Templates/1.5.0))

## Get Started

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to C# Markup 2 for Uno Platform

This C# Markup 2 Presentation project was created with `dotnet new mcs-uno-markup2 --presentation none` (template version [`Modern.CSharp.Templates 1.4.2`](https://www.nuget.org/packages/Modern.CSharp.Templates/1.4.2))
This C# Markup 2 Presentation project was created with `dotnet new mcs-uno-markup2 --presentation none` (template version [`Modern.CSharp.Templates 1.5.0`](https://www.nuget.org/packages/Modern.CSharp.Templates/1.5.0))

## Get Started

Expand Down

0 comments on commit 19d4f2e

Please sign in to comment.