C2025-053 Upgrade RO Editor to 64 bit

Adjust build revision and revert AssembloInfo to as-is
This commit is contained in:
2025-10-06 16:01:59 -04:00
parent 8ed9bfbfcb
commit 1c766e568c
2 changed files with 5 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ using System.Runtime.CompilerServices;
[assembly: AssemblyProduct("Referenced Objects Editor")]
[assembly: AssemblyCopyright("2013")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyCulture("")]
//
// Version information for an assembly consists of the following four values:
@@ -23,8 +23,8 @@ using System.Runtime.CompilerServices;
// Build YYMM (two digit year, two digit month)
// Revision DHH (day - no leading zero, two digit hour - military time
//
[assembly: AssemblyVersion("2.3.2510.208")]
[assembly: AssemblyFileVersion("2.3.2510.208")]
[assembly: AssemblyVersion("2.3.2410.907")]
[assembly: AssemblyFileVersion("2.3.2410.907")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -91,10 +91,6 @@ using System.Runtime.CompilerServices;