This commit is contained in:
niksedk 2014-08-27 21:00:52 +02:00
commit 40e980fec8
2 changed files with 4 additions and 4 deletions

View File

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

View File

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