Skip to content

Commit

Permalink
fix: Revised version
Browse files Browse the repository at this point in the history
Revised version
버전 수정
  • Loading branch information
skyeon15 committed Sep 12, 2021
1 parent 534db7b commit 71cad30
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
*.userosscache
*.sln.docstates
*.ico
*.exe
*.msi

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
8 changes: 4 additions & 4 deletions Setup/Setup.vdproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:"
Expand Down
2 changes: 1 addition & 1 deletion ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3.0
1.0.4.0

0 comments on commit 71cad30

Please sign in to comment.