Skip to content

Commit

Permalink
ドキュメントの更新
Browse files Browse the repository at this point in the history
  • Loading branch information
curegit committed Jun 2, 2019
1 parent dcb41ee commit e9f820c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions SC4MySimTool/Program.cs
Expand Up @@ -197,15 +197,19 @@ private static void ReadFromStandardIO(string imageFilepath = null)
private static void ShowHelp()
{
Console.WriteLine($@"
======================================
This is SC4 My Sim Tool ({Assembly.GetExecutingAssembly().GetName().Version})
======================================
=====================================
SC4 My Sim Tool ({Assembly.GetExecutingAssembly().GetName().Version})
=====================================
Commands
--------
[None]:
(empty):
Prompt inputs in stdin.
<image_path>:
Add a new Sim to the list using the image.
Prompt remaining inputs in stdin.
help:
Show this help.
Expand All @@ -232,6 +236,9 @@ private static void ShowHelp()
-------------
Drag and drop a image file to the exe to add a new Sim using its image.
The image format must be JPG, PNG, GIF, EXIF, TIFF or BMP.
======================================
");
}
Expand Down
2 changes: 1 addition & 1 deletion SC4MySimTool/Properties/AssemblyInfo.cs
Expand Up @@ -31,5 +31,5 @@
// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます
// 既定値にすることができます:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]

0 comments on commit e9f820c

Please sign in to comment.