C2024-008 -Created a PROMS executable use .Net version 4.8.1

B2020-106 - Fixed insert of new symbols.
This commit is contained in:
2024-04-16 14:16:40 -04:00
parent 4a3ca1c074
commit 1bdfb7d1e3
48 changed files with 155 additions and 128 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.2.2306.2212")]
[assembly: AssemblyFileVersion("2.2.2306.2212")]
[assembly: AssemblyVersion("2.3.2404.1611")]
[assembly: AssemblyFileVersion("2.3.2404.1611")]
//
// In order to sign your assembly you must specify a key to use. Refer to the
@@ -89,6 +89,8 @@ using System.Runtime.CompilerServices;