Skip to content

Commit

Permalink
Set AssemblyInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
psychonic committed Nov 8, 2013
1 parent a7ebaa3 commit 59e58ad
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions DepotDownloader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle( "DepotDownloader" )]
[assembly: AssemblyDescription( "" )]
[assembly: AssemblyDescription("Steam Downloading Utility")]
[assembly: AssemblyConfiguration( "" )]
[assembly: AssemblyCompany( "Microsoft" )]
[assembly: AssemblyCompany("SteamRE Team")]
[assembly: AssemblyProduct( "DepotDownloader" )]
[assembly: AssemblyCopyright( "Copyright © Microsoft 2011" )]
[assembly: AssemblyCopyright("Copyright © SteamRE Team 2013")]
[assembly: AssemblyTrademark( "" )]
[assembly: AssemblyCulture( "" )]

Expand All @@ -31,5 +31,4 @@
// 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.0.0.0" )]
[assembly: AssemblyFileVersion( "1.0.0.0" )]
[assembly: AssemblyVersion("2.0.0.*")]

0 comments on commit 59e58ad

Please sign in to comment.