diff --git a/build/versions.props b/build/versions.props index 80fc006f..cd3620ca 100644 --- a/build/versions.props +++ b/build/versions.props @@ -1,74 +1,74 @@ - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2-preview1 - 8.0.2 - 8.0.2 - 8.0.2 - 8.0.2 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3-preview1 + 8.0.3 + 8.0.3 + 8.0.3 + 8.0.3 diff --git a/samples/Pulse.UI.Oidc/Startup.cs b/samples/Pulse.UI.Oidc/Startup.cs index bcc5df6f..33d25ebf 100644 --- a/samples/Pulse.UI.Oidc/Startup.cs +++ b/samples/Pulse.UI.Oidc/Startup.cs @@ -39,7 +39,7 @@ public void ConfigureServices(IServiceCollection services) }) .Services .AddHealthChecks() - .AddUrlGroup(new Uri("https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks")) + .AddUrlGroup(new Uri("https://github.com/victor-teles/AspNetCore.Pulse")) .Services .AddControllers(); } diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 6804cc4f..9b328ef6 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -13,7 +13,7 @@ Xabaril git true - HealthCheck;HealthChecks;Health + HealthCheck;HealthChecks;Health;Pulse;Heartbeat false README.md critical diff --git a/src/Pulse.UI/Pulse.UI.csproj b/src/Pulse.UI/Pulse.UI.csproj index 7ccff812..8edfb330 100644 --- a/src/Pulse.UI/Pulse.UI.csproj +++ b/src/Pulse.UI/Pulse.UI.csproj @@ -3,7 +3,7 @@ net8.0 $(PackageTags);UI - Pulse.UI is a ASP.NET Core UI viewer of ASP.NET Core Pulse. For more information see https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks + Pulse.UI is a ASP.NET Core UI viewer of ASP.NET Core Pulse. For more information see victor-teles/AspNetCore.Pulse $(HealthCheckUI) True $(WarningsNotAsErrors);RCS1090