Skip to content

Commit

Permalink
update NuGet readme and tags
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentH-Net committed May 7, 2024
1 parent 4acdc88 commit 1a5b1d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Modern.CSharp.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageReleaseNotes>See source repository for release notes</PackageReleaseNotes>
<RepositoryUrl>https://github.com/Applicita/Modern.CSharp.Templates</RepositoryUrl>
<PackageTags>dotnet-new;modern;csharp;csharp 11;csharp 12;templates;editorconfig;Orleans;Orleans 7;results;multiservice;microservice;service;pattern;csharpformarkup,csharpmarkup2,csharpmarkup,markup,csharp,ui,winui,windowsappsdk,uno,webassembly,windows,desktop,Applicita</PackageTags>
<PackageTags>dotnet-new;modern;csharp;csharp 11;csharp 12;templates;editorconfig;Orleans;Orleans 8;results;multiservice;microservice;service;pattern;csharpformarkup,csharpmarkup2,csharpmarkup,markup,csharp,ui,winui,windowsappsdk,uno,webassembly,windows,desktop,Applicita</PackageTags>
<TargetFramework>netstandard2.0</TargetFramework>

<IncludeContentInPack>true</IncludeContentInPack>
Expand Down
8 changes: 4 additions & 4 deletions src/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Templates:
- **mcs-editorconfig** [doc](https://github.com/Applicita/Modern.CSharp.Templates/blob/main/Editorconfig.md)

*Settings for C# 11 code formatting, style, naming style and analysis.
*Settings for C# 12 code formatting, style, naming style and analysis.
Promotes conciseness, readability and leveraging the latest language features.
(can also be used with C# 10)*
(can also be used with C# 11/10)*

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

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

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

*Prevent microservices pain with logical service separation for Microsoft Orleans 7*
*Prevent microservices pain with logical service separation for Microsoft Orleans 8*

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

[Release Notes](https://github.com/Applicita/Modern.CSharp.Templates/releases/tag/2-0-0)

0 comments on commit 1a5b1d9

Please sign in to comment.