Skip to content

Commit

Permalink
デバッグ情報調整とバージョン変更
Browse files Browse the repository at this point in the history
  • Loading branch information
onihusube committed May 1, 2022
1 parent 33f3d6c commit 9620ddf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 2chAPIProxy/DatProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1494,7 +1494,7 @@ private void GetDat(ref Session oSession, bool is2ch)
}


System.Diagnostics.Debug.WriteLine("datレスポンスヘッダ");
System.Diagnostics.Debug.WriteLine($"datレスポンスヘッダ(status={dat.StatusCode})");
foreach (var header in dat.Headers.AllKeys)
{
System.Diagnostics.Debug.WriteLine($"{header}:{dat.Headers[header].ToString()}");
Expand Down
2 changes: 1 addition & 1 deletion 2chAPIProxy/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:_2chAPIProxy" mc:Ignorable="d" x:Class="_2chAPIProxy.MainWindow"
Title="2chAPIProxy Ver:2022.04.25 test" Height="480" Width="640"
Title="2chAPIProxy Ver:2022.05.02 test" Height="480" Width="640"
Icon="icon3.ico" WindowStartupLocation="CenterScreen" ResizeMode="CanMinimize" Background="White" d:DataContext="{d:DesignInstance {x:Type local:ViewModel}}">
<Window.InputBindings>
<KeyBinding Gesture="Ctrl+S" Command="{Binding SaveSetting}"/>
Expand Down

0 comments on commit 9620ddf

Please sign in to comment.