Set AssemblyInfo.

pull/8/head DepotDownloader_2.0.0
Nicholas Hastings 12 years ago
parent a7ebaa3ddb
commit 59e58adc5f

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// 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 @@ using System.Runtime.InteropServices;
// 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.*")]

Loading…
Cancel
Save