Compare commits
11 Commits
87c126bb3a
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| dbd72e2fc0 | |||
| 4cc41d59d8 | |||
| f510ea4a84 | |||
| 8fd51c25d6 | |||
| 45f75e5683 | |||
| 764ff08788 | |||
| cd0f599c77 | |||
| 716a00fa50 | |||
| c44ab2acb8 | |||
| acbbd49010 | |||
| a85921f93d |
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
bin/
|
||||
obj/
|
||||
*.user
|
||||
.vs/
|
||||
@@ -1,7 +1,7 @@
|
||||
global using System.Diagnostics;
|
||||
global using System.Text.Json;
|
||||
|
||||
|
||||
//checkpoint commit comment for case 4586 prior to backend dependency update
|
||||
|
||||
// Prevent from ending if CTL+C is pressed.
|
||||
Console.TreatControlCAsInput = true;
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
/// </summary>
|
||||
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;
|
||||
}//eoc
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RootNamespace>raven_launcher</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
|
||||
Reference in New Issue
Block a user