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

View File

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

View File

@@ -5,7 +5,7 @@ namespace AyaNova.Util
/// </summary> /// </summary>
internal static class AyaNovaVersion 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; public const string FullNameAndVersion = "AyaNova server " + VersionString;
}//eoc }//eoc
}//eons }//eons