From 5751726f99d5054f2ab38768fbe456919562ddc7 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Sat, 28 Jul 2018 19:30:13 -0500 Subject: [PATCH] Update Check --- butterflow-ui.setup/Product.wxs | 2 +- butterflow-ui/AboutWindow.xaml | 1 + .../Localization/Localization.Designer.cs | 36 +++++ butterflow-ui/Localization/Localization.resx | 12 ++ butterflow-ui/OctokitWrapper.cs | 139 ++++++++++++++++++ butterflow-ui/Properties/AssemblyInfo.cs | 2 +- butterflow-ui/butterflow-ui.csproj | 4 + butterflow-ui/packages.config | 1 + 8 files changed, 195 insertions(+), 2 deletions(-) create mode 100644 butterflow-ui/OctokitWrapper.cs diff --git a/butterflow-ui.setup/Product.wxs b/butterflow-ui.setup/Product.wxs index bcdb32d..7c78f7b 100644 --- a/butterflow-ui.setup/Product.wxs +++ b/butterflow-ui.setup/Product.wxs @@ -1,6 +1,6 @@ - + diff --git a/butterflow-ui/AboutWindow.xaml b/butterflow-ui/AboutWindow.xaml index 4e41de1..5998317 100644 --- a/butterflow-ui/AboutWindow.xaml +++ b/butterflow-ui/AboutWindow.xaml @@ -57,6 +57,7 @@ +