diff --git a/Hangfire.Console.sln b/Hangfire.Console.sln index 2d0e73d..5b16449 100644 --- a/Hangfire.Console.sln +++ b/Hangfire.Console.sln @@ -10,6 +10,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution dashboard.png = dashboard.png README.md = README.md Directory.Build.props = Directory.Build.props + hangfire.console.png = hangfire.console.png + LICENSE.md = LICENSE.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CBD2EEC6-826C-4477-B8F7-EADE2D944B74}" diff --git a/LICENSE.md b/LICENSE.md index 3185967..db3be69 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,7 @@ MIT License Copyright (c) 2016 Alexey Skalozub +Copyright (c) 2023 IdentityStream AS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 549632c..dbece0a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ -# Hangfire.Console +# IdentityStream.Hangfire.Console -[![Build status](https://ci.appveyor.com/api/projects/status/b57hb7438d7dvxa2/branch/master?svg=true&passingText=master%20%u2714)](https://ci.appveyor.com/project/pieceofsummer/hangfire-console/branch/master) -[![NuGet](https://img.shields.io/nuget/v/Hangfire.Console.svg)](https://www.nuget.org/packages/Hangfire.Console/) +[![Build Status](https://github.com/IdentityStream/Hangfire.Console/actions/workflows/dotnet.yml/badge.svg)](https://github.com/IdentityStream/Hangfire.Console/actions/workflows/dotnet.yml) +[![NuGet](https://img.shields.io/nuget/v/IdentityStream.Hangfire.Console.svg)](https://www.nuget.org/packages/IdentityStream.Hangfire.Console/) ![MIT License](https://img.shields.io/badge/license-MIT-orange.svg) Inspired by AppVeyor, Hangfire.Console provides a console-like logging experience for your jobs. +> [!IMPORTANT] +> As [Hangfire.Console](https://github.com/pieceofsummer/Hangfire.Console) seems to be abandoned, this is a fork with some crucial bugfixes. +> If, at some point in the future, the main project comes back to life, these fixes should probably be merged back upstream. + ![dashboard](dashboard.png) ## Features @@ -134,6 +138,7 @@ the extension method). ## License Copyright (c) 2016 Alexey Skalozub +Copyright (c) 2023 IdentityStream AS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Hangfire.Console/Hangfire.Console.csproj b/src/Hangfire.Console/Hangfire.Console.csproj index aaaa07e..43086ae 100644 --- a/src/Hangfire.Console/Hangfire.Console.csproj +++ b/src/Hangfire.Console/Hangfire.Console.csproj @@ -1,16 +1,23 @@  Job console for Hangfire - Hangfire.Console - 1.4.2 - Alexey Skalozub + IdentityStream.Hangfire.Console + Alexey Skalozub;IdentityStream AS netstandard2.0 - true true - Hangfire.Console - Hangfire.Console + IdentityStream.Hangfire.Console + IdentityStream.Hangfire.Console hangfire;console;logging + true + snupkg + true + beta.0 + v + true History: + v1.5.0: + • Calling UseConsole more than once will no longer throw + v1.4.2: • Added StringFormatMethod attributes on WriteLine methods (for better intellisense) @@ -103,21 +110,31 @@ v1.0.0: • Initial release - https://raw.githubusercontent.com/pieceofsummer/Hangfire.Console/master/hangfire.console.png - https://raw.githubusercontent.com/pieceofsummer/Hangfire.Console/master/LICENSE.md + hangfire.console.png + MIT git - https://github.com/pieceofsummer/Hangfire.Console - false - false - false + https://github.com/IdentityStream/Hangfire.Console + + + + + - + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive +