Skip to content

Commit

Permalink
Added nuget information
Browse files Browse the repository at this point in the history
  • Loading branch information
SamProf committed Apr 30, 2019
1 parent 286bcb1 commit a50427c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 8 additions & 1 deletion 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.
```
Expand Down
1 change: 1 addition & 0 deletions src/EmbeddedBlazorContent/EmbeddedBlazorContent.csproj
Expand Up @@ -10,6 +10,7 @@
<RepositoryUrl>https://github.com/SamProf/EmbeddedBlazorContent</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>Embedded, Blazor, Content, razor</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit a50427c

Please sign in to comment.