From 4220cf8bcd1331cd76b29a2a51fc20bbd66307f3 Mon Sep 17 00:00:00 2001 From: Jamie Brindle Date: Mon, 28 Dec 2020 02:29:55 +0000 Subject: [PATCH] ## Added Feature * Added new project; a standalone updater mini application that will (if user initiates) download and install the new version available on GitHub in an automated manner. --- Installer-x64/Installer-x64.vdproj | 8 ++++---- Installer-x86/Installer.vdproj | 8 ++++---- README.md | 2 +- YTMusicUploader/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Installer-x64/Installer-x64.vdproj b/Installer-x64/Installer-x64.vdproj index ba6b1b21e..1f5f041c1 100644 --- a/Installer-x64/Installer-x64.vdproj +++ b/Installer-x64/Installer-x64.vdproj @@ -7739,15 +7739,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:YT Music Uploader" - "ProductCode" = "8:{DAED8E56-70D1-4755-ACAA-8EAC2E519927}" - "PackageCode" = "8:{066EB5C2-F6DF-4B59-B98E-CA257ECF2335}" + "ProductCode" = "8:{2E793CCB-34A0-475B-AE28-2591549B7507}" + "PackageCode" = "8:{0A8909BD-9A83-4302-A694-45BB4CBF89C0}" "UpgradeCode" = "8:{AB84D0C0-CDF7-4BDF-90B0-C4808DB11DAB}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.5.6" + "ProductVersion" = "8:1.5.7" "Manufacturer" = "8:JB-Net Software Solutions" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/jamesbrindle/YTMusicUploader/issues" @@ -8289,7 +8289,7 @@ { "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_3AB76FEAD3A849FBB271E712B0EA59C3" { - "SourcePath" = "8:" + "SourcePath" = "8:..\\YTMusicUploader\\obj\\x64\\Release\\YTMusicUploader.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_B3B65ED76DD54A94A22A406398263B40" diff --git a/Installer-x86/Installer.vdproj b/Installer-x86/Installer.vdproj index 297769452..141eaae5f 100644 --- a/Installer-x86/Installer.vdproj +++ b/Installer-x86/Installer.vdproj @@ -7739,15 +7739,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:YT Music Uploader" - "ProductCode" = "8:{7C5422D5-D52C-4ED0-B89F-6297DCBBA751}" - "PackageCode" = "8:{9B464E63-8BF1-4A81-BE1E-7ED066CA8D5A}" + "ProductCode" = "8:{CB5A3FD3-5373-42E7-ABB2-2F752B8C1CA4}" + "PackageCode" = "8:{8F3A0CC4-A21C-4A56-81AA-F9F9C7AFE508}" "UpgradeCode" = "8:{1E18ED3F-C210-4589-BEB4-58E2680D3C71}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.5.6" + "ProductVersion" = "8:1.5.7" "Manufacturer" = "8:JB-Net Software Solutions" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:https://github.com/jamesbrindle/YTMusicUploader/issues" @@ -8289,7 +8289,7 @@ { "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_858C89B90B894F97A8CDE5C10D88F13E" { - "SourcePath" = "8:..\\YTMusicUploader\\obj\\x86\\Release\\YTMusicUploader.exe" + "SourcePath" = "8:" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_1059907B4555471C9BCCD73D3FBBCC93" diff --git a/README.md b/README.md index 7fac2b4be..4c7d096a7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Automatically upload your local personal music library to YouTube Music and bulk     -**[Download Version 1.5.6 Installer](https://github.com/jamesbrindle/YTMusicUploader/releases/tag/v1.5.6)** +**[Download Version 1.5.7 Installer](https://github.com/jamesbrindle/YTMusicUploader/releases/tag/v1.5.7)**     diff --git a/YTMusicUploader/Properties/AssemblyInfo.cs b/YTMusicUploader/Properties/AssemblyInfo.cs index 55d0b1b46..9b1ab4d91 100644 --- a/YTMusicUploader/Properties/AssemblyInfo.cs +++ b/YTMusicUploader/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // 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("1.5.6")] -[assembly: AssemblyFileVersion("1.5.6")] +[assembly: AssemblyVersion("1.5.7")] +[assembly: AssemblyFileVersion("1.5.7")]