diff --git a/.vscode/launch.json b/.vscode/launch.json index ec71760..cb65d77 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceRoot}/bin/Debug/netcoreapp3.1/rockfishCore.dll", + "program": "${workspaceRoot}/bin/Debug/net5.0/rockfishCore.dll", "args": [], "cwd": "${workspaceRoot}", "stopAtEntry": false, diff --git a/util/RfVersion.cs b/util/RfVersion.cs index b447c75..9dc5fb8 100644 --- a/util/RfVersion.cs +++ b/util/RfVersion.cs @@ -2,7 +2,7 @@ namespace rockfishCore.Util { public static class RfVersion { - public const string NumberOnly="6.12"; + public const string NumberOnly="6.13"; public const string Full = "Rockfish server " + NumberOnly; } } \ No newline at end of file diff --git a/wwwroot/default.htm b/wwwroot/default.htm index fc094a3..16d74f4 100644 --- a/wwwroot/default.htm +++ b/wwwroot/default.htm @@ -11,73 +11,73 @@