diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..65b6f43 --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,14 @@ + + + + 0.1.0 + Justin Paul + Justin Paul + Webhook Server + Copyright (c) Justin Paul + https://jpaul.me + https://github.com/recklessop/webhook-server + git + + + diff --git a/src/WebhookServer.Gui/MainWindow.xaml b/src/WebhookServer.Gui/MainWindow.xaml index 121535b..17ea76f 100644 --- a/src/WebhookServer.Gui/MainWindow.xaml +++ b/src/WebhookServer.Gui/MainWindow.xaml @@ -8,6 +8,9 @@ mc:Ignorable="d" Title="Webhook Server" Height="600" Width="1000" d:DataContext="{d:DesignInstance Type=vm:MainViewModel}"> + + + @@ -19,21 +22,25 @@ - -