diff --git a/AyaNovaQBI/AyaNovaLicense.cs b/AyaNovaQBI/AyaNovaLicense.cs index 07df3e9..1ce0b73 100644 --- a/AyaNovaQBI/AyaNovaLicense.cs +++ b/AyaNovaQBI/AyaNovaLicense.cs @@ -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; } diff --git a/AyaNovaQBI/Properties/AssemblyInfo.cs b/AyaNovaQBI/Properties/AssemblyInfo.cs index 27befd9..f2442f2 100644 --- a/AyaNovaQBI/Properties/AssemblyInfo.cs +++ b/AyaNovaQBI/Properties/AssemblyInfo.cs @@ -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")] diff --git a/install/qbi.iss b/install/qbi.iss index da037e7..2b65d4a 100644 --- a/install/qbi.iss +++ b/install/qbi.iss @@ -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"