diff --git a/README.md b/README.md index fa488a9..c8b8848 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ -# Cogworks.AzureSearch [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE.md) +# Cogworks.AzureSearch · [![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](LICENSE.md) [![Github Build](https://img.shields.io/github/workflow/status/thecogworks/cogworks.azuresearch/Changelog%20generator%20and%20NuGet%20Releasing)](https://github.com/thecogworks/Cogworks.AzureSearch/actions?query=workflow%3A%22Changelog+generator+and+NuGet+Releasing%22) [![NuGet Version](https://img.shields.io/nuget/v/Cogworks.AzureSearch)](https://www.nuget.org/packages/Cogworks.AzureSearch/) [![codecov](https://codecov.io/gh/thecogworks/UmbracoAzureSearch/branch/master/graph/badge.svg?token=UMLJ5S8UJX)](undefined) A wrapper to Azure Search allowing to easily setup Azure Search indexes, searchers and using it with DI/IoC approach (currently with support for Umbraco, LightInject and Autofac). +## Extension libraries + +| Package Name | Release (NuGet) | +|--------------------------------|-----------------| +| `Cogworks.AzureSearch.Autofac.IocExtension` | [![NuGet Version](https://img.shields.io/nuget/v/Cogworks.AzureSearch.Autofac.IocExtension)](https://www.nuget.org/packages/Cogworks.AzureSearch.Autofac.IocExtension/) | +| `Cogworks.AzureSearch.LightInject.IocExtension` | [![NuGet Version](https://img.shields.io/nuget/v/Cogworks.AzureSearch.LightInject.IocExtension)](https://www.nuget.org/packages/Cogworks.AzureSearch.LightInject.IocExtension/) | +| `Cogworks.AzureSearch.Umbraco.IocExtension` | [![NuGet Version](https://img.shields.io/nuget/v/Cogworks.AzureSearch.Umbraco.IocExtension)](https://www.nuget.org/packages/Cogworks.AzureSearch.Umbraco.IocExtension/) | + ## Usage #### Registration