From 71cad307c0a976c20bb6cb37fc28191b7ca7da7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=97=90=EC=BC=80EKE?= Date: Sun, 12 Sep 2021 22:19:07 +0900 Subject: [PATCH] fix: Revised version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revised version 버전 수정 --- .gitignore | 2 ++ Properties/AssemblyInfo.cs | 2 +- Setup/Setup.vdproj | 8 ++++---- ver.txt | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 207644f..19353d4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ *.userosscache *.sln.docstates *.ico +*.exe +*.msi # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a7be183..df5c5b8 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호를 // 기본값으로 할 수 있습니다. // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.3.0")] +[assembly: AssemblyVersion("1.0.4.0")] [assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Setup/Setup.vdproj b/Setup/Setup.vdproj index 7c094cb..442363e 100644 --- a/Setup/Setup.vdproj +++ b/Setup/Setup.vdproj @@ -81,7 +81,7 @@ "DisplayName" = "8:Debug" "IsDebugOnly" = "11:TRUE" "IsReleaseOnly" = "11:FALSE" - "OutputFilename" = "8:Debug\\Setup.msi" + "OutputFilename" = "8:sad.msi" "PackageFilesAs" = "3:2" "PackageFileSize" = "3:-2147483648" "CabType" = "3:1" @@ -348,15 +348,15 @@ { "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:파란대나무숲 SAD" - "ProductCode" = "8:{4D53BC4D-EBF9-45FB-826E-900AE59FC2E7}" - "PackageCode" = "8:{06006860-74BA-4C82-B6F6-83EA52150AB0}" + "ProductCode" = "8:{FAC7268D-0796-477A-9259-C255AA01CB23}" + "PackageCode" = "8:{C0F0BB12-3D2B-4B81-90F2-CD709C69CB8A}" "UpgradeCode" = "8:{51FB6C6E-A601-4659-B0AF-A59237ABA414}" "AspNetVersion" = "8:2.0.50727.0" "RestartWWWService" = "11:FALSE" "RemovePreviousVersions" = "11:TRUE" "DetectNewerInstalledVersion" = "11:TRUE" "InstallAllUsers" = "11:FALSE" - "ProductVersion" = "8:1.0.3" + "ProductVersion" = "8:1.0.4" "Manufacturer" = "8:BlueBambooForest" "ARPHELPTELEPHONE" = "8:" "ARPHELPLINK" = "8:" diff --git a/ver.txt b/ver.txt index d9fdc09..f2893af 100644 --- a/ver.txt +++ b/ver.txt @@ -1 +1 @@ -1.0.3.0 \ No newline at end of file +1.0.4.0 \ No newline at end of file