From 32bd4a9142c6486ad72eedd5d1424f48df730b8d Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 31 Dec 2024 17:50:34 +0000 Subject: [PATCH] Changed build no. --- BookmarkManager.csproj | 2 +- MainForm.cs | 1 - Windows/Forms/BookmarkTreeView.cs | 3 --- build-installer.iss | 8 ++++---- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/BookmarkManager.csproj b/BookmarkManager.csproj index 7f050a1..c8c1c61 100644 --- a/BookmarkManager.csproj +++ b/BookmarkManager.csproj @@ -14,7 +14,7 @@ Ray Lam 1.0.0.0 1.0.0.0 - 0.6.2.092 + 0.6.3.048 bukkubuddy True 8.0 diff --git a/MainForm.cs b/MainForm.cs index cdd7796..3c180b3 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -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; diff --git a/Windows/Forms/BookmarkTreeView.cs b/Windows/Forms/BookmarkTreeView.cs index e299a1a..c1f4955 100644 --- a/Windows/Forms/BookmarkTreeView.cs +++ b/Windows/Forms/BookmarkTreeView.cs @@ -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 diff --git a/build-installer.iss b/build-installer.iss index 341125e..058679e 100644 --- a/build-installer.iss +++ b/build-installer.iss @@ -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]