From: ttp Date: Thu, 31 Jul 2008 10:37:08 +0000 (+0000) Subject: AppliStation-GUI,fix typo etc X-Git-Tag: v1.1.0~42 X-Git-Url: http://git.sourceforge.jp/view?p=applistation%2FAppliStation.git;a=commitdiff_plain;h=38f65105ed2db36114c698fefa4cb8079091a5af AppliStation-GUI,fix typo etc git-svn-id: http://localhost/svn/AppliStation/trunk@944 34ed2c89-c49f-4a4b-abdb-c318350108cf --- diff --git a/AppliStation/InstallationConfirmForm.cs b/AppliStation/InstallationConfirmForm.cs index b7bb30a..b2d0809 100644 --- a/AppliStation/InstallationConfirmForm.cs +++ b/AppliStation/InstallationConfirmForm.cs @@ -93,7 +93,7 @@ namespace AppliStation } /// - /// アイテムのサイレンとインストール部分の表示の更新を行う。 + /// アイテムのサイレントインストール部分の表示の更新を行う。 /// /// 対象のインストーラのリストアイテム private void instViewUpdateSilentInstallView(ListViewItem item) diff --git a/archive-inst/AssemblyInfo.cs b/archive-inst/AssemblyInfo.cs index 15b8167..cebf82d 100644 --- a/archive-inst/AssemblyInfo.cs +++ b/archive-inst/AssemblyInfo.cs @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // // You can specify all the values or you can use the default the Revision and // Build Numbers by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.1.0.*")]