Skip to content

Releases: SamhammerAG/Samhammer.Web.Common

8.0.0

08 Mar 11:39
65dde5f
Compare
Choose a tag to compare
  • dotnet8

6.0.0

20 Jan 12:39
1a08564
Compare
Choose a tag to compare
  • update for dotnet 6.0
  • remove obsolete UnsignedHttpClientBuilder #1

Version 3.2.0

22 Oct 11:08
dd683f7
Compare
Choose a tag to compare

Possibility to use unsigned handler for existing http clients

Version 3.1.0

20 Apr 12:15
Compare
Choose a tag to compare

Updated Microsoft Dependencies to 3.1

Migrate to Netcore 3.1

16 Mar 02:51
Compare
Choose a tag to compare

Update project and project references to .Netcore 3.1

Version 1.2.0

27 Jan 14:08
Compare
Choose a tag to compare

Changed registration of UnsignedHttpClient.

Breaking changes:

  • The registration on IWebHostBuilder is now be done with .AddUnsignedHttpClient()

Version 1.1.0

22 Jan 15:32
Compare
Choose a tag to compare

Added support for a configurable endpoint path to UseVersion and UsePing.

Breaking changes:

  • The registration of version with .UseVersion() no longer registers the path /api/version. The default is /version. If you want to have a different endpoint just set the path as a parameter in UseVersion.

Initial release

22 Jan 14:56
Compare
Choose a tag to compare

This release contains all features of the old and project specific common project.

Breaking changes:

  • The version controller is not available automatically. Instead you have to add "UseVersion()" to your startup project.