Skip to content
This repository was archived by the owner on Sep 14, 2022. It is now read-only.

Commit 4b59bb8

Browse files
committed
Updated Assembly attributes
1 parent 69f9a6d commit 4b59bb8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

YouTubeTool/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
// set of attributes. Change these attribute values to modify the information
99
// associated with an assembly.
1010
[assembly: AssemblyTitle("YouTubeTool")]
11-
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyDescription("Just a YouTube GUI Tool for downloading playlists.")]
1212
[assembly: AssemblyConfiguration("")]
1313
[assembly: AssemblyCompany("")]
1414
[assembly: AssemblyProduct("YouTubeTool")]
15-
[assembly: AssemblyCopyright("Copyright © 2018")]
15+
[assembly: AssemblyCopyright("Copyright © 2018")]
1616
[assembly: AssemblyTrademark("")]
1717
[assembly: AssemblyCulture("")]
1818

@@ -51,5 +51,5 @@
5151
// You can specify all the values or you can default the Build and Revision Numbers
5252
// by using the '*' as shown below:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.0.0.1")]
55+
[assembly: AssemblyFileVersion("1.0.0.1")]

0 commit comments

Comments
 (0)