This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -3,9 +3,9 @@
|
|||||||
<TargetFramework>net5.0</TargetFramework>
|
<TargetFramework>net5.0</TargetFramework>
|
||||||
</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>
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user