Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavAntonyuk committed Jan 5, 2023
2 parents 8f1a92b + a0b7e58 commit a796e47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@

[![Stand With Ukraine](https://img.shields.io/badge/made_in-ukraine-ffd700.svg?labelColor=0057b7)](https://stand-with-ukraine.pp.ua)

<a href="https://www.nuget.org/packages/VladislavAntonyuk.DotNetTemplates"><img src="https://img.shields.io/nuget/v/VladislavAntonyuk.DotNetTemplates?color=blue&style=flat-square&logo=nuget"></a>
<a href="https://www.nuget.org/packages/VladislavAntonyuk.DotNetTemplates"><img src="https://img.shields.io/nuget/dt/VladislavAntonyuk.DotNetTemplates.svg?style=flat-square"></a>
[![NuGet Version](https://img.shields.io/nuget/v/VladislavAntonyuk.DotNetTemplates?color=blue&style=flat-square&logo=nuget)](https://www.nuget.org/packages/VladislavAntonyuk.DotNetTemplates)
[![NuGet Downloads](https://img.shields.io/nuget/dt/VladislavAntonyuk.DotNetTemplates.svg?style=flat-square)](https://www.nuget.org/packages/VladislavAntonyuk.DotNetTemplates)


## Onion Architecture Templates

Expand Down
4 changes: 2 additions & 2 deletions VladislavAntonyukDotnetTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Title>Vladislav Antonyuk .NET Templates</Title>
<Authors>Vladislav Antonyuk</Authors>
<Description>.NET Application templates like cross-platform app with onion architecture.</Description>
<PackageTags>dotnet-new;templates;onion;architecture;maui;dotnet-maui</PackageTags>
<PackageTags>dotnet;dotnet-new;templates;onion;architecture;maui;dotnet-maui;ios;extensions;</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
<TargetFramework>netstandard2.0</TargetFramework>
<IncludeContentInPack>true</IncludeContentInPack>
Expand All @@ -22,4 +22,4 @@
<Compile Remove="**\*" />
</ItemGroup>

</Project>
</Project>

0 comments on commit a796e47

Please sign in to comment.