File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) ]
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments