Skip to content

Commit d05aca2

Browse files
authored
updated readme with links to NuGet
1 parent 7db399e commit d05aca2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Light.EmbeddedResources
22

3+
[![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://github.com/feO2x/Light.EmbeddedResources/blob/master/LICENSE)
4+
[![NuGet](https://img.shields.io/badge/NuGet-1.0.0-blue.svg?style=for-the-badge)](https://www.nuget.org/packages/Light.EmbeddedResources/)
5+
36
### Get hold of embedded streams the easy way...
47

58
Are you one of the C# devs that doesn't know by heart how to get hold of an embedded resource? Light.EmbeddedResources makes it easy for you via extension methods:
@@ -72,3 +75,11 @@ Light.EmbeddedResources is compiled for
7275
- .NET Core 3.0
7376

7477
and runs on all platforms that support these (like full .NET Framework, Mono, Xamarin, Unity, UWP, etc.).
78+
79+
## How to install
80+
81+
Light.EmbeddedResources is available as a [NuGet package](https://www.nuget.org/packages/Light.EmbeddedResources/):
82+
83+
- via csproj: `<PackageReference Include="Light.EmbeddedResources" Version="1.0.0" />`
84+
- via .NET CLI: `dotnet add package Light.EmbeddedResources --version 1.0.0`
85+
- via VS Package Manager: `Install-Package Light.EmbeddedResources -Version 1.0.0`

0 commit comments

Comments
 (0)