This commit is contained in:
2020-09-24 16:39:23 +00:00
parent 990ca49d0f
commit 4f87bfe6c6
3 changed files with 8 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ CLIENT
- BUMP PACKAGE.JSON version number
- BUMP CLIENT VERSION NUMBER
- BUMP CLIENT AyaNova-version.js VERSION NUMBER
- BUILD RELEASE
- Now all automated, just run buildrelease.bat in client project folder
@@ -26,7 +26,9 @@ CLIENT
SERVER
=-=-=-
- BUMP VERSION NUMBER
- BUMP AyaNovaVersion.cs version NUMBER
- BUMP AyaNova.csproj version number
- BUILD RELEASE
- Now automated, run buildrelease.bat in server project folder

View File

@@ -3,9 +3,9 @@
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<GenerateFullPaths>true</GenerateFullPaths>
<Version>8.0.0-alpha</Version>
<FileVersion>8.0.0.0</FileVersion>
<GenerateFullPaths>true</GenerateFullPaths>
<Version>8.0.0-alpha.21</Version>
<FileVersion>8.0.0.21</FileVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml</DocumentationFile>
<noWarn>1591</noWarn>
</PropertyGroup>

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary>
internal static class AyaNovaVersion
{
public const string VersionString = "8.0.0-alpha.20";
public const string VersionString = "8.0.0-alpha.21";
public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc
}//eons