diff --git a/README.md b/README.md index 6bb2c5b..b23c007 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ # EmbeddedBlazorContent +[![NuGet](https://img.shields.io/nuget/v/EmbeddedBlazorContent.svg)](https://www.nuget.org/packages/EmbeddedBlazorContent/) +[![Gitter](https://badges.gitter.im/MatBlazor/community.svg)](https://gitter.im/MatBlazor/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +[![GitHub Stars](https://img.shields.io/github/stars/SamProf/EmbeddedBlazorContent.svg)](https://github.com/SamProf/EmbeddedBlazorContent/stargazers) +[![GitHub Issues](https://img.shields.io/github/issues/SamProf/EmbeddedBlazorContent.svg)](https://github.com/SamProf/EmbeddedBlazorContent/issues) +[![MIT](https://img.shields.io/github/license/SamProf/EmbeddedBlazorContent.svg)](LICENSE) +[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9XT68N2VKWTPE&source=url) + This library helps you in server Blazor mode to enable content files from BlazorLib projects. In my opinion at this moment it is the perfomance and convenient way use embedded content files from Blazor Libraries. ## Usage -- Install latest version from nuget +- Install latest version from [nuget](https://www.nuget.org/packages/EmbeddedBlazorContent/): [![NuGet](https://img.shields.io/nuget/v/EmbeddedBlazorContent.svg)](https://www.nuget.org/packages/EmbeddedBlazorContent/) - Enable Host return static content from embedded resources. ``` diff --git a/src/EmbeddedBlazorContent/EmbeddedBlazorContent.csproj b/src/EmbeddedBlazorContent/EmbeddedBlazorContent.csproj index 494eb9b..c1ebf63 100644 --- a/src/EmbeddedBlazorContent/EmbeddedBlazorContent.csproj +++ b/src/EmbeddedBlazorContent/EmbeddedBlazorContent.csproj @@ -10,6 +10,7 @@ https://github.com/SamProf/EmbeddedBlazorContent git Embedded, Blazor, Content, razor + true