DHI.Services.Jobs.WebApi 17.0.0

Prefix Reserved
dotnet add package DHI.Services.Jobs.WebApi --version 17.0.0
                    
NuGet\Install-Package DHI.Services.Jobs.WebApi -Version 17.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DHI.Services.Jobs.WebApi" Version="17.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DHI.Services.Jobs.WebApi" Version="17.0.0" />
                    
Directory.Packages.props
<PackageReference Include="DHI.Services.Jobs.WebApi" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DHI.Services.Jobs.WebApi --version 17.0.0
                    
#r "nuget: DHI.Services.Jobs.WebApi, 17.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DHI.Services.Jobs.WebApi@17.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DHI.Services.Jobs.WebApi&version=17.0.0
                    
Install as a Cake Addin
#tool nuget:?package=DHI.Services.Jobs.WebApi&version=17.0.0
                    
Install as a Cake Tool

Web API for job-, task- and scenario services.

  • v 7.0.0 Replaced Newtonsoft.Json with System.Text.Json
  • v 7.1.0-rc1 Replaced Newtonsoft.Json with System.Text.Json in Job Automation API
  • v 7.1.0 Added Automations with Dynamic Trigger Property reading
  • v 7.2.0 Added job health endpoints
  • v 8.0.0-rc04 Ilogger replacement
  • v 8.0.0-rc05 Delete Job with given status
  • v 8.0.0 Added support for .net 6
  • v 8.0.1-rc01 Use same json serializer option for both SignalR and WebApi
  • v 9.0.0 bump up from 8.0.1-rc01. It is considered a breaking change, as the default behavior of the SignalR serializer changed.
  • v 9.1.0 To handle Services via DI instead of connections.json; Pump DHI.Services.Jobs and DHI.Services.Jobs.Automations
  • v 9.2.0 To add .NET 8.0 for the target
  • v 10.0.0 To pump Jobs.Automations package; Removing net6.0 from Target Framework
  • v 10.0.1 To pump Jobs.Automations package
  • v 11.0.0 Decode Automation endpoint to handle "/" char, correctly output Trigger Ids name
  • v 12.0.0 Change enable triggers endpoint into PUT instead of POST
  • v 13.0.0 Bump Jobs Automations version
  • v 13.0.1, 13.0.2, 13.0.3 Upgrade Automations package
  • v 13.1.0 Pump automation package and add new version endpoint
  • v 13.1.1 & 13.1.2 Upgrade Domain Services Packages
  • v 14.0.0 Upgrade Automations and Jobs packages (might break changes from Automations)
  • v 14.0.1 Pump Jobs packages
  • v 14.0.2 Job Status Fix Issue
  • v 14.0.3 Use range for Automations package
  • v 15.0.0 Restrict updating JobStatus when in the final status
  • v 15.0.1 Upgrade Domain Services Packages
  • v 15.0.2 Fix Automations to prevent adding non-existent triggers
  • v 15.0.3 Upgrade Automations Package
  • v 15.0.4 Fix Automations Update and use FullName instead of Id
  • v 15.0.5 Upgrade Automations package
  • v 15.1.0 Support Having an optional ConnectionId
  • v 15.1.1 Add bumping version endpoint
  • v 15.2.0 Support Automations Folder Watcher to dynamically bump version when there is a change directly when using DirectoryAutomationsRepository
  • v 15.3.0 Add Temporary Automations Controller
  • v 15.3.1 Upgrade WebApiCore
  • v 15.4.0 Add new job status CompletedUnsuccessfully
  • v 15.4.1 Upgrade Jobs package
  • v 15.4.2 Upgrade Automations package
  • v 15.4.3 Upgrade Guard UpdateStatus JobStatus is in Cancel State
  • v 15.4.4 Always record the caller as the requester in TriggerNow Automations
  • v 15.4.5 Make sure the Jobs API actually persists that AccountId
  • v 15.4.6 Upgrade Jobs Package and add Removed Job Status
  • v 16.0.0 Upgrade Domain Services Packages
  • v 16.1.0 Support SignalR for TriggerNow
  • v 16.1.1 Upgrade Domain Services Packages
  • v 16.1.2 Check whether Job Automator is alive before processing requests.
  • v 16.1.3 Change JobAutomatorIsAlive logic
  • v 16.1.4 Change JobAutomatorIsAlive with UTC time
  • v 17.0.0 - Targets net10.0. Drops net8.0. Bumps DHI.Services.Jobs, DHI.Services.Jobs.Automations and DHI.Services.WebApiCore to 17.0.0.
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
17.0.0 115 5/16/2026
16.1.4 107 5/5/2026
16.1.1 120 4/27/2026
16.1.0 126 4/16/2026
16.0.0 158 3/9/2026
15.4.6 178 1/30/2026
15.4.5 128 1/30/2026
15.4.3 152 1/27/2026
15.4.2 132 1/26/2026
15.4.1 197 1/8/2026
15.4.0 147 1/2/2026
15.3.1 723 12/5/2025
15.3.0 517 11/21/2025
15.2.0 358 11/13/2025
15.1.1 337 11/13/2025
15.1.0 283 11/2/2025
15.0.5 215 10/26/2025
Loading failed

v17.0.0 — Upgrade to .NET 10. Targets net10.0. Drops net8.0. Bumps DHI.Services.Jobs, DHI.Services.Jobs.Automations and DHI.Services.WebApiCore to 17.0.0.