Skip to content

Commit

Permalink
Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Drexel2k committed Nov 24, 2023
1 parent 18188d1 commit 5bee410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions VidUp.UI/AssemblyInfo/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
[assembly: System.Reflection.AssemblyProductAttribute("VidUp")]
[assembly: System.Reflection.AssemblyTitleAttribute("VidUp")]
[assembly: System.Reflection.AssemblyCompanyAttribute("Drexel Development")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.16.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.17.0.0")]
//Shown in Gui/Setup
[assembly: System.Reflection.AssemblyVersionAttribute("1.16.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.16.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.17.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.17.0.0")]
[assembly: System.Reflection.AssemblyCopyright("©2021 Drexel Development")]
[assembly: ComVisible(false)]

Expand Down
6 changes: 1 addition & 5 deletions VidUp.Youtube/AssemblyInfo/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
#region

using System.Runtime.InteropServices;

#endregion
using System.Runtime.InteropServices;

[assembly: Guid("299c9f42-69f3-4266-bb57-c9267c9b8daf")]

0 comments on commit 5bee410

Please sign in to comment.