| layout | products | ||
|---|---|---|---|
| title | Hangfire Extensions | ||
| active | overview | ||
| sub_active | extensions | ||
| redirect_from |
|
If you author an extension, please don't hesitate to post it here by editing
the _data/extensions.yml
file and creating a pull-request. Just click the link and follow the instructions.
{% for category in site.data.extensions %}
{% if category.description %}
{{ category.description }}
{% endif %} {% for project in category.projects %} {% endfor %}| Project | Author | Latest Version |
|---|---|---|
|
{{ project.name }}
{% if project.description %}
{{ project.description }} {% endif %} |
{% if project.author %}
{{ project.author }}
{% endif %}
|
{% if project.nuget != "n/a" %}
|
{% endfor %}
