From c8df4dc81ee2270a58d8ed4fad449669f4b820f1 Mon Sep 17 00:00:00 2001 From: Keiichiro Kuroki Date: Tue, 18 Jun 2019 00:52:22 +0900 Subject: [PATCH] Bump 1.0.1 --- Muon/Muon.csproj | 2 +- Muon/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Muon/Muon.csproj b/Muon/Muon.csproj index c04de42..4bd882c 100644 --- a/Muon/Muon.csproj +++ b/Muon/Muon.csproj @@ -13,7 +13,7 @@ {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true - true + false publish\ true Disk diff --git a/Muon/Properties/AssemblyInfo.cs b/Muon/Properties/AssemblyInfo.cs index 8b5aef2..7375ed3 100644 --- a/Muon/Properties/AssemblyInfo.cs +++ b/Muon/Properties/AssemblyInfo.cs @@ -51,5 +51,5 @@ // すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyInformationalVersion("1.0.1")]