released beta-0.9
This commit is contained in:
@@ -158,7 +158,7 @@ namespace AyaNova.Api.Controllers
|
||||
|
||||
log.LogInformation($"### Server shut down requested by user {UserNameFromContext.Name(HttpContext.Items)}, triggering shut down event now...");
|
||||
|
||||
_appLifetime.StopApplication();
|
||||
_appLifetime.StopApplication();//Note: this should also trigger graceful shutdown of JOBS as well
|
||||
return Accepted();
|
||||
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
||||
/// </summary>
|
||||
internal static class AyaNovaVersion
|
||||
{
|
||||
public const string VersionString = "8.0.0-beta.0.9";
|
||||
public const string VersionString = "8.0.0-beta.0.10";
|
||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||
public const string CurrentApiVersion="v8";
|
||||
}//eoc
|
||||
|
||||
Reference in New Issue
Block a user