Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Feb 19, 2024
1 parent 1d50909 commit 3831640
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Hangfire.Ninject [![Build status](https://ci.appveyor.com/api/projects/status/79opt6sesdam48yq)](https://ci.appveyor.com/project/odinserj/hangfire-ninject)
Hangfire.Ninject
================

[Ninject](http://www.ninject.org/) support for [Hangfire](http://hangfire.io). Provides an implementation of the `JobActivator` class and binding extensions, allowing you to use Ninject IoC container to **resolve job type instances** as well as **control the lifetime** of the related dependencies.
[![Build status](https://ci.appveyor.com/api/projects/status/79opt6sesdam48yq?svg=true)](https://ci.appveyor.com/project/HangfireIO/hangfire-ninject)

[Ninject](http://www.ninject.org/) support for [Hangfire](https://www.hangfire.io). Provides an implementation of the `JobActivator` class and binding extensions, allowing you to use Ninject IoC container to **resolve job type instances** as well as **control the lifetime** of the related dependencies.

Installation
--------------

*Hangfire.Ninject* is available as a NuGet Package. Type the following command into NuGet Package Manager Console window to install it:

```
Install-Package Hangfire.Ninject
```powershell
dotnet add package Hangfire.Ninject
```

Usage
Expand Down

0 comments on commit 3831640

Please sign in to comment.