subscription / Perpetual license mode changes

This commit is contained in:
2022-08-16 23:41:37 +00:00
parent b114d2080d
commit 04e3b6feb7
3 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ namespace AyaNovaQBI
public string serverDbId { get; set; }
public string licensedTo { get; set; }
public string dbId { get; set; }
public bool Perpetual { get; set; }
public string keySerial { get; set; }
public DateTime licenseExpiration { get; set; }
public bool licenseWillExpire { get; set; }

View File

@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("8.0.1.0")]
[assembly: AssemblyFileVersion("8.0.1.0")]
[assembly: AssemblyVersion("8.0.2.0")]
[assembly: AssemblyFileVersion("8.0.2.0")]

View File

@@ -1,7 +1,7 @@
; QBI for RAVEN Installer
#define MyAppName "AyaNova QBI"
#define MyAppVersion "8.0.1"
#define MyAppVersion "8.0.2"
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
#define MyAppURL "https://ayanova.com/"
#define MyAppLauncherExeName "AyaNovaQBI.exe"