瀏覽代碼

Updated PRSLicensing Syncfusion license

frogsoftware 1 年之前
父節點
當前提交
8227e0d70a
共有 4 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      prs.desktop/prsdesktop.iss
  2. 1 1
      prs.licensing/App.xaml.cs
  3. 1 1
      prs.licensing/PRSLicensing.iss
  4. 1 1
      prs.server/PRSServer.iss

+ 1 - 1
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.00"
+#define MyAppVersion "8.01"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"

+ 1 - 1
prs.licensing/App.xaml.cs

@@ -73,7 +73,7 @@ public partial class App : Application
 
     protected override void OnStartup(StartupEventArgs e)
     {
-        SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v23_2));
+        SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v25_2));
 
         if (Environment.UserInteractive)
         {

+ 1 - 1
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.00"
+#define MyAppVersion "8.01"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSLicensing.exe"

+ 1 - 1
prs.server/PRSServer.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Server"
-#define MyAppVersion "8.00"
+#define MyAppVersion "8.01"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"