File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# StructLinq
2- [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/reegeek/StructLinq/blob/master/LICENSE )
2+ [ ![ Nuget] ( https://img.shields.io/nuget/v/StructLinq )] ( https://www.nuget.org/packages/StructLinq/ ) ![ Nuget] ( https://img.shields.io/nuget/dt/structLinq )
3+ [ ![ Build Status] ( https://dev.azure.com/reegeek/StrucLinq/_apis/build/status/reegeek.StructLinq?branchName=master )] ( https://dev.azure.com/reegeek/StrucLinq/_build/latest?definitionId=2&branchName=master )
4+ ![ continuous] ( https://github.com/reegeek/StructLinq/workflows/continuous/badge.svg )
5+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/reegeek/StructLinq )] ( https://github.com/reegeek/StructLinq/stargazers ) [ ![ GitHub forks] ( https://img.shields.io/github/forks/reegeek/StructLinq )] ( https://github.com/reegeek/StructLinq/network ) [ ![ License] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/reegeek/StructLinq/blob/master/LICENSE )
36
47Implementation in C# of LINQ concept with struct to reduce drastically memory allocation and improve performance.
58
@@ -16,7 +19,7 @@ Implementation in C# of LINQ concept with struct to reduce drastically memory al
1619
1720## Installation
1821This library is distributed via [ NugGet] ( https://www.nuget.org/ ) .
19- To install [ ` StructLinq ` ] ( ) :
22+ To install [ ` StructLinq ` ] ( https://www.nuget.org/packages/StructLinq/ ) :
2023 ```
2124 PM> Install-Package StructLinq
2225 ```
You can’t perform that action at this time.
0 commit comments