Skip to content

Releases: MakingSense/aspnet-hypermedia-api

Release v2.3.8

03 Jul 17:45
2ceced5
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/setup-dotnet from 3 to 4 by @dependabot in #83
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #84
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #85
  • build(deps): bump gittools/actions from 0.10.2 to 1.1.1 by @dependabot in #81
  • build(deps): bump mathieudutour/github-tag-action from 6.1 to 6.2 by @dependabot in #82
  • build(deps): bump Microsoft.AspNetCore.Mvc.NewtonsoftJson to 7.0.10 by @dependabot in #77

Full Changelog: v2.3.7...v2.3.8

Release v2.3.7

03 Jul 14:56
2caf500
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/upload-artifact from 3.1.2 to 4.3.3 by @dependabot in #80

Full Changelog: v2.3.6...v2.3.7

Release v2.3.6

03 Jul 14:56
df5b119
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump Microsoft.AspNetCore.Mvc from 1.1.2 to 1.1.3 in /src/MakingSense.AspNetCore.HypermediaApi by @dependabot in #73

Full Changelog: v2.3.5...v2.3.6

Release v2.3.5

03 Jul 14:30
4c44366
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

Release v2.3.4

03 Jul 14:20
4c8410e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

Release v2.3.3

26 Dec 17:35
90bb783
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.2...v2.3.3

Release v2.3.2

06 Jun 14:06
40bee98
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

25 Feb 15:47
2d314ea
Compare
Choose a tag to compare

Quoted profile on API's error responses.

Added quoted profile on API's error responses to comply with RFC2616 specifics

What's Changed

  • Added quoted profile on API's error responses. by @gabi-cg in #52

Full Changelog: v2.3.0...v2.3.1

v2.3.0

07 Feb 20:02
86e46ab
Compare
Choose a tag to compare

Features

  • Add 'net452' target framework support #51

Fixes

  • DSL-612 - Quoted Profile #50

Release v2.2.2

21 Oct 18:28
ff5c41c
Compare
Choose a tag to compare

Changes

  • Support target framework net5.0

Dependencies

  • Bumps Microsoft.CSharp from 4.5.0 to 4.7.0. #39
  • Configure dependabot for nuget and github actions ecosystems

Other

  • Configure Github Action for CI Workflow
  • Configure Github Action for CodeQL Workflow