Compare commits
10 Commits
87c126bb3a
...
4cc41d59d8
| Author | SHA1 | Date | |
|---|---|---|---|
| 4cc41d59d8 | |||
| f510ea4a84 | |||
| 8fd51c25d6 | |||
| 45f75e5683 | |||
| 764ff08788 | |||
| cd0f599c77 | |||
| 716a00fa50 | |||
| c44ab2acb8 | |||
| acbbd49010 | |||
| a85921f93d |
@@ -1,7 +1,7 @@
|
|||||||
global using System.Diagnostics;
|
global using System.Diagnostics;
|
||||||
global using System.Text.Json;
|
global using System.Text.Json;
|
||||||
|
|
||||||
|
//checkpoint commit comment for case 4586 prior to backend dependency update
|
||||||
|
|
||||||
// Prevent from ending if CTL+C is pressed.
|
// Prevent from ending if CTL+C is pressed.
|
||||||
Console.TreatControlCAsInput = true;
|
Console.TreatControlCAsInput = true;
|
||||||
|
|||||||
@@ -4,6 +4,6 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
internal static class AyaNovaVersion
|
internal static class AyaNovaVersion
|
||||||
{
|
{
|
||||||
public const string VersionString = "8.1.3";
|
public const string VersionString = "8.2.4";
|
||||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<RootNamespace>raven_launcher</RootNamespace>
|
<RootNamespace>raven_launcher</RootNamespace>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
Reference in New Issue
Block a user