Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
## Added Feature
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Jamie Brindle committed Dec 28, 2020
1 parent 29885d7 commit 4220cf8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions Installer-x64/Installer-x64.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions Installer-x86/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**
 
 

Expand Down
4 changes: 2 additions & 2 deletions YTMusicUploader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 4220cf8

Please sign in to comment.