subscription / Perpetual license mode changes
This commit is contained in:
@@ -8,6 +8,7 @@ namespace AyaNovaQBI
|
|||||||
public string serverDbId { get; set; }
|
public string serverDbId { get; set; }
|
||||||
public string licensedTo { get; set; }
|
public string licensedTo { get; set; }
|
||||||
public string dbId { get; set; }
|
public string dbId { get; set; }
|
||||||
|
public bool Perpetual { get; set; }
|
||||||
public string keySerial { get; set; }
|
public string keySerial { get; set; }
|
||||||
public DateTime licenseExpiration { get; set; }
|
public DateTime licenseExpiration { get; set; }
|
||||||
public bool licenseWillExpire { get; set; }
|
public bool licenseWillExpire { get; set; }
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("8.0.1.0")]
|
[assembly: AssemblyVersion("8.0.2.0")]
|
||||||
[assembly: AssemblyFileVersion("8.0.1.0")]
|
[assembly: AssemblyFileVersion("8.0.2.0")]
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
; QBI for RAVEN Installer
|
; QBI for RAVEN Installer
|
||||||
|
|
||||||
#define MyAppName "AyaNova QBI"
|
#define MyAppName "AyaNova QBI"
|
||||||
#define MyAppVersion "8.0.1"
|
#define MyAppVersion "8.0.2"
|
||||||
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
#define MyAppPublisher "Ground Zero Tech-Works, Inc."
|
||||||
#define MyAppURL "https://ayanova.com/"
|
#define MyAppURL "https://ayanova.com/"
|
||||||
#define MyAppLauncherExeName "AyaNovaQBI.exe"
|
#define MyAppLauncherExeName "AyaNovaQBI.exe"
|
||||||
|
|||||||
Reference in New Issue
Block a user