Changed build no.

This commit is contained in:
Ray 2024-12-31 17:50:34 +00:00
parent 49223ba8f0
commit 32bd4a9142
4 changed files with 5 additions and 9 deletions

View File

@ -14,7 +14,7 @@
<Copyright>Ray Lam</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
<Version>0.6.2.092</Version>
<Version>0.6.3.048</Version>
<PackageId>bukkubuddy</PackageId>
<RunAnalyzersDuringLiveAnalysis>True</RunAnalyzersDuringLiveAnalysis>
<SupportedOSPlatformVersion>8.0</SupportedOSPlatformVersion>

View File

@ -6,7 +6,6 @@ using System.Drawing.Imaging;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using System.Windows.Forms;
using BookmarkManager;

View File

@ -3,12 +3,9 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using System.Windows.Forms;
using bzit.bomg.Models;
using FizzyLauncher;
using static System.Windows.Forms.VisualStyles.VisualStyleElement;
using Resources = BookmarkManager.AppResource;
namespace RyzStudio.Windows.Forms

View File

@ -2,13 +2,13 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "BukkuBuddy Bookmark Manager"
#define MyAppVersion "0.6.2.092"
#define MyAppVersion "0.6.3.048"
#define MyAppPublisher "Hi, I'm Ray"
#define MyAppURL "https://www.hiimray.co.uk/software-bookmark-manager"
#define MyAppURL "https://www.hiimray.co.uk/software-bukkubuddy-bookmark-manager"
#define MyAppExeName "bukkubuddy.exe"
#define AppSourcePath "L:\gitea-hiimray\bookmark-manager-r4\bin"
#define AppReleasePath "L:\gitea-hiimray\bookmark-manager-r4\bin"
#define AppSourcePath "L:\gitea-hiimray\bukkubuddy-bookmark-manager\bin"
#define AppReleasePath "L:\gitea-hiimray\bukkubuddy-bookmark-manager\bin"
#define AppReleaseName "bukkubuddy-installer"
[Setup]