Skip to content

Commit

Permalink
Merge pull request #3 from Applicita/csharp-markup-2-uno
Browse files Browse the repository at this point in the history
Csharp markup 2 uno
  • Loading branch information
VincentH-Net committed Jun 26, 2023
2 parents 7c77026 + 81bf3c3 commit 0d26a32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.3.0</PackageVersion>
<PackageVersion>1.3.1</PackageVersion>
<PackageType>Template</PackageType>
<Title>Modern C# 11 Templates</Title>
<Description>A toolkit of modern dotnet new templates for C# 11, .NET 7, Microsoft Orleans 7, Windows App SDK and Uno Platform</Description>
Expand Down
2 changes: 1 addition & 1 deletion src/Orleans.Multiservice/Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# MultiserviceName multiservice

## The multiservice pattern
This solution follows the [Multiservice pattern for Microsoft Orleans](https://github.com/Applicita/Orleans.Multiservice#readme); it was generated with [Modern.CSharp.Templates 1.3.0](https://www.nuget.org/packages/Modern.CSharp.Templates/1.3.0) by this command:
This solution follows the [Multiservice pattern for Microsoft Orleans](https://github.com/Applicita/Orleans.Multiservice#readme); it was generated with [Modern.CSharp.Templates 1.3.1](https://www.nuget.org/packages/Modern.CSharp.Templates/1.3.1) by this command:

`dotnet new mcs-orleans-multiservice --RootNamespace RootNamespacePrefix --Multiservice MultiserviceName --Logicalservice LogicalserviceName`

Expand Down
2 changes: 1 addition & 1 deletion src/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,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-3-0)
[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/1-3-1)
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="7.0.0" />
<PackageReference Include="Uno.Core.Extensions.Logging.Singleton" Version="4.0.1" />
<PackageReference Include="Uno.WinUI" Version="4.9.20" />
<PackageReference Include="CSharpMarkup.WinUI" Version="2.1.14" />
<PackageReference Include="CSharpMarkup.WinUI" Version="2.2.21" />
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
<PackageReference Include="PropertyChanged.Fody" Version="4.1.0" PrivateAssets="All" />
</ItemGroup>
Expand Down

0 comments on commit 0d26a32

Please sign in to comment.