DHI.Services.Jobs.WebApi 13.0.0

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package DHI.Services.Jobs.WebApi --version 13.0.0
                    
NuGet\Install-Package DHI.Services.Jobs.WebApi -Version 13.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="13.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="13.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 13.0.0
                    
#r "nuget: DHI.Services.Jobs.WebApi, 13.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.
#addin nuget:?package=DHI.Services.Jobs.WebApi&version=13.0.0
                    
Install as a Cake Addin
#tool nuget:?package=DHI.Services.Jobs.WebApi&version=13.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
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
13.1.0 82 6/26/2025
13.0.3 238 6/13/2025
13.0.2 243 6/13/2025
13.0.1 275 6/11/2025
13.0.0 134 6/5/2025
12.0.0 139 6/3/2025
11.0.0 146 6/3/2025
10.0.1 121 5/30/2025
10.0.0 139 5/21/2025
9.2.0 216 5/15/2025
9.1.0 142 5/7/2025
9.0.0 403 3/24/2025
8.0.1-rc01 129 3/21/2025
8.0.0 172 1/31/2025
8.0.0-rc05 93 10/23/2024
8.0.0-rc04 301 8/8/2024
8.0.0-rc03 79 7/23/2024
8.0.0-rc02 104 7/3/2024
8.0.0-rc01 103 6/28/2024
7.2.0 341 10/30/2023
7.1.0 167 10/27/2023
7.1.0-rc1 125 10/23/2023
7.0.0 169 10/5/2023
7.0.0-rc2 144 7/17/2023
7.0.0-rc1 165 5/18/2023
6.2.0-rc3 162 7/14/2023
6.2.0-rc2 157 7/11/2023
6.2.0-rc1 147 7/7/2023
6.1.0-rc8 147 7/6/2023
6.1.0-rc7 137 6/27/2023
6.1.0-rc6 139 6/26/2023
6.1.0-rc5 149 6/13/2023
6.1.0-rc4 184 6/5/2023
6.1.0-rc3 134 6/1/2023
6.1.0-rc2 171 5/31/2023
6.0.0 1,168 1/6/2023
5.0.0 330 12/23/2022
4.1.0 848 3/16/2022
4.0.1 339 12/30/2021
4.0.0 509 9/20/2021

Bump Jobs Automations version, might break changes