diff --git a/Resources/ChangeLog.html b/Resources/ChangeLog.html
index 833974f..357f533 100644
--- a/Resources/ChangeLog.html
+++ b/Resources/ChangeLog.html
@@ -1,6 +1,6 @@
WebDoorCreator - Egalware
- Version: 0.9.2404.2612
+ Version: 0.9.2405.0913
Release note:
-
diff --git a/Resources/VersNum.txt b/Resources/VersNum.txt
index 281e81f..612a407 100644
--- a/Resources/VersNum.txt
+++ b/Resources/VersNum.txt
@@ -1 +1 @@
-0.9.2404.2612
+0.9.2405.0913
diff --git a/Resources/manifest.xml b/Resources/manifest.xml
index 3bf0662..86775ff 100644
--- a/Resources/manifest.xml
+++ b/Resources/manifest.xml
@@ -1,7 +1,7 @@
-
- 0.9.2404.2612
- http://nexus.steamware.net/repository/SWS/WDC/stable/WDC.UI.zip
+ 0.9.2405.0913
+ http://nexus.steamware.net/repository/SWS/WDC/stable/WDC.API.zip
http://nexus.steamware.net/repository/SWS/WDC/stable/ChangeLog.html
false
diff --git a/WebDoorCreator.API/Program.cs b/WebDoorCreator.API/Program.cs
index 6123b88..66c7174 100644
--- a/WebDoorCreator.API/Program.cs
+++ b/WebDoorCreator.API/Program.cs
@@ -77,12 +77,12 @@ builder.Services.AddHealthChecks()
builder.Services
.AddHealthChecksUI(s =>
{
- s.AddHealthCheckEndpoint("GWMS_Services", "health");
+ s.AddHealthCheckEndpoint("WDC.API_Services", "health");
s.SetEvaluationTimeInSeconds(60);
//s.SetEvaluationTimeInSeconds(60);
s.SetMinimumSecondsBetweenFailureNotifications(120);
s.SetApiMaxActiveRequests(5);
- s.SetHeaderText("GWMS Health Check Status");
+ s.SetHeaderText("WDC.API Health Check Status");
})
.AddInMemoryStorage();
diff --git a/WebDoorCreator.Data/Controllers/WebDoorCreatorController.cs b/WebDoorCreator.Data/Controllers/WebDoorCreatorController.cs
index dd88a01..da1ad64 100644
--- a/WebDoorCreator.Data/Controllers/WebDoorCreatorController.cs
+++ b/WebDoorCreator.Data/Controllers/WebDoorCreatorController.cs
@@ -158,7 +158,6 @@ namespace WebDoorCreator.Data.Controllers
public void Dispose()
{
// Clear database context
- //Log.Info("Dispose di GWMSController");
}
///
diff --git a/WebDoorCreator.UI/Program.cs b/WebDoorCreator.UI/Program.cs
index 0c7da81..5aee126 100644
--- a/WebDoorCreator.UI/Program.cs
+++ b/WebDoorCreator.UI/Program.cs
@@ -76,12 +76,12 @@ builder.Services.AddHealthChecks()
builder.Services
.AddHealthChecksUI(s =>
{
- s.AddHealthCheckEndpoint("GWMS_Services", "health");
+ s.AddHealthCheckEndpoint("WDC.UI_Services", "health");
s.SetEvaluationTimeInSeconds(60);
//s.SetEvaluationTimeInSeconds(60);
s.SetMinimumSecondsBetweenFailureNotifications(120);
s.SetApiMaxActiveRequests(5);
- s.SetHeaderText("GWMS Health Check Status");
+ s.SetHeaderText("WDC.UI Health Check Status");
})
.AddInMemoryStorage();
diff --git a/WebDoorCreator.UI/WebDoorCreator.UI.csproj b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
index 1822283..381cb5a 100644
--- a/WebDoorCreator.UI/WebDoorCreator.UI.csproj
+++ b/WebDoorCreator.UI/WebDoorCreator.UI.csproj
@@ -3,7 +3,7 @@
net6.0
enable
- 0.9.2404.2612
+ 0.9.2405.0913
enable
aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608