Remove GdPictureLicenseKey from WorkerOptions
The GdPictureLicenseKey property was removed from the WorkerOptions class as it is no longer needed. This change helps to simplify the configuration and reduce unused properties.
This commit is contained in:
@@ -18,8 +18,6 @@ public class WorkerOptions
|
|||||||
|
|
||||||
public Dictionary<string, State> InitialJobState { get; set; } = [];
|
public Dictionary<string, State> InitialJobState { get; set; } = [];
|
||||||
|
|
||||||
public string GdPictureLicenseKey { get; set; } = null!;
|
|
||||||
|
|
||||||
public PDFBurnerOptions PdfBurner { get; set; } = new();
|
public PDFBurnerOptions PdfBurner { get; set; } = new();
|
||||||
|
|
||||||
public record PDFBurnerOptions
|
public record PDFBurnerOptions
|
||||||
|
|||||||
Reference in New Issue
Block a user