frogsoftware 1 dag sedan
förälder
incheckning
046b682205
3 ändrade filer med 4 tillägg och 4 borttagningar
  1. 2 2
      prs.desktop/prsdesktop.iss
  2. 1 1
      prs.licensing/PRSLicensing.iss
  3. 1 1
      prs.server/PRSServer.iss

+ 2 - 2
prs.desktop/prsdesktop.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Desktop"
-#define MyAppVersion "8.49b"
+#define MyAppVersion "8.50"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSDesktop.exe"
@@ -53,7 +53,7 @@ Source: "{#Dependency_Path_NetCoreCheck}netcorecheck.exe"; Flags: dontcopy noenc
 Source: "{#Dependency_Path_NetCoreCheck}netcorecheck_x64.exe"; Flags: dontcopy noencryption
 Source: "bin\Debug\net8.0-windows\*"; DestDir: "{app}"; Excludes: "version.txt"; Flags: ignoreversion recursesubdirs createallsubdirs; AfterInstall: UpdateVersionNumber
 Source: "..\prs.logikal\bin\Debug\*"; DestDir: "{app}\PRSLogikal"; Flags: ignoreversion recursesubdirs createallsubdirs;
-Source: "..\PRS.Avalonia\PRS.Avalonia.Desktop\bin\x64\Debug\net9.0-windows10.0.26100.0\*"; DestDir: "{app}\PRSAvalonia"; Flags: ignoreversion recursesubdirs createallsubdirs;
+Source: "..\PRS.Avalonia\PRS.Avalonia.Desktop\bin\x64\Debug\net8.0-windows10.0.26100.0\*"; DestDir: "{app}\PRSAvalonia"; Flags: ignoreversion recursesubdirs createallsubdirs;
 Source: "..\PRS.DigitalKey\Prs.DigitalKey.Desktop\bin\x64\Debug\net9.0-windows10.0.26100.0\*"; DestDir: "{app}\PRSDigitalKey"; Flags: ignoreversion recursesubdirs createallsubdirs;
 
 [Dirs]

+ 1 - 1
prs.licensing/PRSLicensing.iss

@@ -8,7 +8,7 @@
 #define public Dependency_Path_NetCoreCheck "dependencies\"
 
 #define MyAppName "PRS Licensing"
-#define MyAppVersion "8.49b"
+#define MyAppVersion "8.50"
 #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.49b"
+#define MyAppVersion "8.50"
 #define MyAppPublisher "PRS Digital"
 #define MyAppURL "https://www.prs-software.com.au"
 #define MyAppExeName "PRSServer.exe"