This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user