Releases: HangfireIO/Hangfire.AspNet
Releases · HangfireIO/Hangfire.AspNet
0.3.0
Release Notes
- Project – Full source link support with embedded symbols and repository-based sources.
- Project – Enable static analysis via the Microsoft.CodeAnalysis.NetAnalyzers package.
- Project – Sign NuGet package and .NET assemblies with a code signing certificate.
- Project – Require signature validation when restoring NuGet packages.
- Project – Use deterministic and locked package restore for projects.
- Project – Add more metadata for assemblies and NuGet package.
0.2.0
Release Notes
Common authorization filters were added in this release, based on the IDashboardAuthorizationFilter
interface appeared in Hangfire 1.6.0. The same filters will be added to the Hangfire.AspNetCore
package, deprecating the Hangfire.Dashboard.Authorization
package.
- Added –
AuthorizationFilter
andClaimsAuthorizationFilter
classes.
0.1.0
Release Notes
This is the first public release of the Hangfire.AspNet package. Please see https://github.com/HangfireIO/Hangfire.Highlighter for examples.