mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-23 11:42:36 +01:00
Merge branch 'master' of https://github.com/SubtitleEdit/subtitleedit
This commit is contained in:
commit
40e980fec8
@ -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;
|
||||
}
|
||||
|
@ -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("")]
|
||||
|
Loading…
Reference in New Issue
Block a user