From a429c65ead1ffbc6389ca4ab2bbce3d616cdf84b Mon Sep 17 00:00:00 2001 From: Developer 02 Date: Mon, 28 Apr 2025 10:03:41 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Unterst=C3=BCtzung=20f=C3=BCr=20.NET=20?= =?UTF-8?q?9.0=20hinzugef=C3=BCgt=20und=20Paketversion=20auf=201.3.6=20akt?= =?UTF-8?q?ualisiert=20-=20net9.0=20zu=20TargetFrameworks=20hinzugef=C3=BC?= =?UTF-8?q?gt.=20-=20Paketverweise=20f=C3=BCr=20Microsoft.AspNetCore.Signa?= =?UTF-8?q?lR.Client=20und=20Microsoft.Extensions.Hosting.Abstractions,=20?= =?UTF-8?q?die=20auf=20net9.0=20abzielen,=20hinzugef=C3=BCgt.=20-=20Bumped?= =?UTF-8?q?=20Package=20Version,=20AssemblyVersion=20und=20FileVersion=20a?= =?UTF-8?q?uf=201.3.6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DigitalData.Auth.Client.csproj | 13 +++++++++---- .../DigitalData.Auth.Tests.csproj | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/DigitalData.Auth.Client/DigitalData.Auth.Client.csproj b/DigitalData.Auth.Client/DigitalData.Auth.Client.csproj index 7f80493..4133b8f 100644 --- a/DigitalData.Auth.Client/DigitalData.Auth.Client.csproj +++ b/DigitalData.Auth.Client/DigitalData.Auth.Client.csproj @@ -1,11 +1,11 @@  - net7.0;net8.0 + net7.0;net8.0;net9.0 enable enable DigitalData.Auth.Client - 1.3.5 + 1.3.6 DigitalData.Auth.Client is a SignalR-based authentication client that enables applications to connect to a central authentication hub for real-time message exchange. It provides seamless connection management, automatic reconnection (RetryPolicy), and event-driven communication (ClientEvents). The package includes dependency injection support via DIExtensions, allowing easy integration into ASP.NET Core applications. With built-in retry policies and secure message handling, it ensures a reliable and scalable authentication client for real-time authentication workflows. Digital Data GmbH Digital Data GmbH @@ -14,8 +14,8 @@ auth_icon.png http://git.dd:3000/AppStd/DigitalData.Auth Digital Data Auth Authorization Authentication - 1.3.5 - 1.3.5 + 1.3.6 + 1.3.6 @@ -39,6 +39,11 @@ + + + + + diff --git a/DigitalData.Auth.Tests/DigitalData.Auth.Tests.csproj b/DigitalData.Auth.Tests/DigitalData.Auth.Tests.csproj index c714742..b98691a 100644 --- a/DigitalData.Auth.Tests/DigitalData.Auth.Tests.csproj +++ b/DigitalData.Auth.Tests/DigitalData.Auth.Tests.csproj @@ -15,7 +15,7 @@ - +