Skip to content

Commit a142f20

Browse files
author
Ryosuke Uchiyama
committed
厳密な部屋タイプの設定保存漏れを修正
1 parent 0d97683 commit a142f20

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

AutomaticReservation_UI/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
// You can specify all the values or you can default the Build and Revision Numbers
5454
// by using the '*' as shown below:
5555
// [assembly: AssemblyVersion("1.0.*")]
56-
[assembly: AssemblyVersion("2023.10.28.0")]
57-
[assembly: AssemblyFileVersion("2023.10.28.0")]
56+
[assembly: AssemblyVersion("2023.10.28.1")]
57+
[assembly: AssemblyFileVersion("2023.10.28.1")]
5858

5959
// log4netを利用するための設定
6060
[assembly: log4net.Config.XmlConfigurator(ConfigFile= @"Log4net.Config.xml", Watch=true)]

AutomaticReservation_UI/ViewModel/MainViewModel.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,7 @@ public void ExecuteWindowClosing()
819819
HotelID = SelectedHotel,
820820
CheckinDate = CheckinDate,
821821
Type = SelectedRoomType,
822+
StrictRoomType = StrictRoomType,
822823
CheckinValue = SelectedCheckinTime,
823824
EnableNoSmoking = ChkNoSmoking,
824825
EnableSmoking = ChkSmoking,

0 commit comments

Comments
 (0)