WebApi.Hal
4.0.1
dotnet add package WebApi.Hal --version 4.0.1
NuGet\Install-Package WebApi.Hal -Version 4.0.1
<PackageReference Include="WebApi.Hal" Version="4.0.1" />
paket add WebApi.Hal --version 4.0.1
#r "nuget: WebApi.Hal, 4.0.1"
// Install WebApi.Hal as a Cake Addin #addin nuget:?package=WebApi.Hal&version=4.0.1 // Install WebApi.Hal as a Cake Tool #tool nuget:?package=WebApi.Hal&version=4.0.1
Adds support for the Hal Media Type (and Hypermedia) to Asp.net
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.1.2)
- Microsoft.AspNetCore.Mvc.Formatters.Json (>= 2.1.2)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson (>= 3.1.9)
- System.Reflection.TypeExtensions (>= 4.7.0)
- System.Runtime.Serialization.Primitives (>= 4.3.0)
- Tavis.UriTemplates (>= 1.1.1)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WebApi.Hal:
Package | Downloads |
---|---|
UmbracoCms.RestApi
Umbraco REST Api for working with content, published content, media and member data |
|
KXB.Umbraco.ContentDeliveryApi
Knowit Experience Bergen Umbraco content delivery API. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on WebApi.Hal:
Repository | Stars |
---|---|
elbandit/PPPDDD
Sample code for the book Principles, Practices and Patterns of Domain-Driven Design
|
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 17,853 | 12/12/2020 |
3.1.0 | 60,713 | 12/6/2018 |
3.0.0 | 12,302 | 3/19/2018 |
2.6.0 | 278,345 | 11/30/2015 |
2.5.1 | 13,616 | 5/27/2015 |
2.5.0 | 97,402 | 12/15/2014 |
2.4.0 | 9,878 | 9/12/2014 |
2.3.0 | 15,988 | 6/23/2014 |
2.2.0.18 | 3,327 | 2/26/2014 |
2.2.0.16 | 1,411 | 2/9/2014 |
2.1.0.14 | 1,426 | 1/1/2014 |
2.0.0.5 | 4,101 | 8/6/2013 |
1.0.0 | 4,099 | 12/13/2012 |
4.0.1 ability to mark a link-rel as multi-link to ensure that it always serialzies to an array, even if there's only one link at runtime
4.0.0 update to support .net core 3.1
3.10 updates to support multithreaded usage
3.0.0 first .net standard release