Fix UpdateAssemblyInfo name.

This commit is contained in:
XhmikosR 2014-08-27 18:36:42 +03:00
parent c89bbf25e6
commit 37eada8357
2 changed files with 4 additions and 4 deletions

View File

@ -44,8 +44,8 @@ namespace UpdateAssemblyInfo
if (args.Length != 2)
{
Console.WriteLine("UpdateAssemblyDescription 0.9");
Console.WriteLine("UpdateAssemblyDescription <template with [GITHASH]> <target file>");
Console.WriteLine("UpdateAssemblyInfo 0.9");
Console.WriteLine("UpdateAssemblyInfo <template with [GITHASH]> <target file>");
File.WriteAllText(errorFileName, "Wrong number of arguments: " + args.Length);
return 1;
}

View File

@ -5,11 +5,11 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("UpdateAssemblyDescription")]
[assembly: AssemblyTitle("UpdateAssemblyInfo")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("UpdateAssemblyDescription")]
[assembly: AssemblyProduct("UpdateAssemblyInfo")]
[assembly: AssemblyCopyright("Copyright © 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]