~ Set to build using DotNet Ver 4.6.2

~ Upped the minor revision number of PROMS to 2.1 and RO Editor to 2.2
This commit is contained in:
2023-06-22 14:37:29 -04:00
parent 719ee03ba4
commit be0c910432
50 changed files with 121 additions and 120 deletions

View File

@@ -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.1.2210.2615")]
[assembly: AssemblyFileVersion("2.1.2210.2615")]
[assembly: AssemblyVersion("2.2.2306.2212")]
[assembly: AssemblyFileVersion("2.2.2306.2212")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -85,6 +85,9 @@ using System.Runtime.CompilerServices;