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

Commit

Permalink
Bumped version to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrindle committed Feb 18, 2021
1 parent 97f84c2 commit 374c1f0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Installer-x64/Installer-x64.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -7895,15 +7895,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:YT Music Uploader"
"ProductCode" = "8:{C4C2F401-A7EA-464D-93EE-10479B1F7C3C}"
"PackageCode" = "8:{A35211E0-531E-4261-BC00-6D7AD18D68E6}"
"ProductCode" = "8:{121467E0-1D45-4A37-A011-20BBE3E343A7}"
"PackageCode" = "8:{DDD06940-E135-492E-9DD5-9293E410C130}"
"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.6.7"
"ProductVersion" = "8:1.6.8"
"Manufacturer" = "8:JB-Net Software Solutions"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/jamesbrindle/YTMusicUploader/issues"
Expand Down
8 changes: 4 additions & 4 deletions Installer-x86/Installer.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -7895,15 +7895,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:YT Music Uploader"
"ProductCode" = "8:{DA388C34-4BDB-4CC7-968B-898E07A1ECE7}"
"PackageCode" = "8:{2B63F07C-5ABE-43A9-8EB0-27EF7316A663}"
"ProductCode" = "8:{E1C9D2D9-677E-4E44-9A85-468D73F595EB}"
"PackageCode" = "8:{83CFFD39-2F9A-434F-8C48-A0071A8A1C1A}"
"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.6.7"
"ProductVersion" = "8:1.6.8"
"Manufacturer" = "8:JB-Net Software Solutions"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:https://github.com/jamesbrindle/YTMusicUploader/issues"
Expand Down Expand Up @@ -8445,7 +8445,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
4 changes: 4 additions & 0 deletions YTMusicUploader/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2680,3 +2680,7 @@
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Watchplaylistendpoint.playlistId")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Watchplaylistendpoint1._params")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Watchplaylistendpoint1.playlistId")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Continuation.nextContinuationData")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Gridcontinuation.continuations")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Nextcontinuationdata.clickTrackingParams")]
[assembly: SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "<Pending>", Scope = "member", Target = "~P:YTMusicUploader.Providers.RequestModels.BrowsePlaylistsResultsContinuationContext.Nextcontinuationdata.continuation")]
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.6.7")]
[assembly: AssemblyFileVersion("1.6.7")]
[assembly: AssemblyVersion("1.6.8")]
[assembly: AssemblyFileVersion("1.6.8")]

0 comments on commit 374c1f0

Please sign in to comment.