Skip to content

Commit 3552597

Browse files
authored
Update badges to use the new project name
1 parent 2162c6e commit 3552597

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Hangfire.AspNet
22

3-
[![GitHub release](https://img.shields.io/github/release/HangfireIO/Hangfire.IIS.svg?maxAge=3600)](https://github.com/HangfireIO/Hangfire.IIS/releases)
4-
[![license](https://img.shields.io/github/license/HangfireIO/Hangfire.IIS.svg?maxAge=3600)](https://github.com/HangfireIO/Hangfire.IIS/blob/master/LICENSE)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/9ea501mjxh6nckrb?svg=true)](https://ci.appveyor.com/project/odinserj/hangfire-iis)
3+
[![GitHub release](https://img.shields.io/github/release/HangfireIO/Hangfire.AspNet.svg?maxAge=3600)](https://github.com/HangfireIO/Hangfire.IIS/releases)
4+
[![license](https://img.shields.io/github/license/HangfireIO/Hangfire.AspNet.svg?maxAge=3600)](https://github.com/HangfireIO/Hangfire.IIS/blob/master/LICENSE)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/ywkl7xx1022odi7m?svg=true)](https://ci.appveyor.com/project/odinserj/hangfire-aspnet)
66

7-
This package provides recommended way to install Hangfire to applications hosted in IIS with later transition to always-running mode in mind. It contains classes and methods that use `IRegisteredObject` and `IProcessHostPreloadClient` interfaces to plug in to the IIS and ASP.NET application lifecycle more tightly than regular OWIN methods available in the `Hangfire.Core` package.
7+
This package provides recommended way to install Hangfire to ASP.NET applications hosted in IIS with later transition to always-running mode in mind. It contains classes and methods that use `IRegisteredObject` and `IProcessHostPreloadClient` interfaces to plug in to the IIS and ASP.NET application lifecycle more tightly than regular OWIN methods available in the `Hangfire.Core` package.
88

99
This package also includes a Powershell script to enable Always Running mode for your application that is based on Service Autostart Providers.
1010

0 commit comments

Comments
 (0)