Skip to content

Commit

Permalink
厳密な部屋タイプの設定保存漏れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
step63r committed Oct 27, 2023
1 parent 0d97683 commit a142f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutomaticReservation_UI/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2023.10.28.0")]
[assembly: AssemblyFileVersion("2023.10.28.0")]
[assembly: AssemblyVersion("2023.10.28.1")]
[assembly: AssemblyFileVersion("2023.10.28.1")]

// log4netを利用するための設定
[assembly: log4net.Config.XmlConfigurator(ConfigFile= @"Log4net.Config.xml", Watch=true)]
1 change: 1 addition & 0 deletions AutomaticReservation_UI/ViewModel/MainViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ public void ExecuteWindowClosing()
HotelID = SelectedHotel,
CheckinDate = CheckinDate,
Type = SelectedRoomType,
StrictRoomType = StrictRoomType,
CheckinValue = SelectedCheckinTime,
EnableNoSmoking = ChkNoSmoking,
EnableSmoking = ChkSmoking,
Expand Down

0 comments on commit a142f20

Please sign in to comment.