From 59e58adc5fbe9e4ad402494b1187462f2b1efcf4 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Fri, 8 Nov 2013 14:15:59 -0500 Subject: [PATCH] Set AssemblyInfo. --- DepotDownloader/Properties/AssemblyInfo.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/DepotDownloader/Properties/AssemblyInfo.cs b/DepotDownloader/Properties/AssemblyInfo.cs index ea2570f1e..d2129ce8a 100644 --- a/DepotDownloader/Properties/AssemblyInfo.cs +++ b/DepotDownloader/Properties/AssemblyInfo.cs @@ -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( "" )] @@ -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.*")]