diff --git a/ZuneModdingHelper/App.xaml b/ZuneModdingHelper/App.xaml
index 566bb15..1ea5b16 100644
--- a/ZuneModdingHelper/App.xaml
+++ b/ZuneModdingHelper/App.xaml
@@ -12,11 +12,7 @@
Assets/ZMH_Icons.ttf#ZMHIcons
-
-
-
-
-
+ Segoe MDL2 Assets
diff --git a/ZuneModdingHelper/App.xaml.cs b/ZuneModdingHelper/App.xaml.cs
index a9c9492..3d04495 100644
--- a/ZuneModdingHelper/App.xaml.cs
+++ b/ZuneModdingHelper/App.xaml.cs
@@ -14,10 +14,12 @@ namespace ZuneModdingHelper
{
public const string Title = "Zune Modding Helper";
- public static readonly ReleaseVersion Version = new(2021, 12, 30, 0, Phase.Alpha);
+ public static readonly ReleaseVersion Version = new(2024, 5, 15, 0, Phase.Debug);
public static readonly string VersionStr = Version.ToString();
+ public static readonly System.Uri VersionUri = new($"https://github.com/ZuneDev/ZuneModdingHelper/releases/tag/{VersionStr}");
public const string DonateLink = "http://josh.askharoun.com/donate";
+ public static readonly System.Uri DonateUri = new(DonateLink);
protected override void OnStartup(StartupEventArgs e)
{
diff --git a/ZuneModdingHelper/AppWindow.xaml b/ZuneModdingHelper/AppWindow.xaml
index 5f0cea0..5b83da8 100644
--- a/ZuneModdingHelper/AppWindow.xaml
+++ b/ZuneModdingHelper/AppWindow.xaml
@@ -9,7 +9,7 @@
xmlns:b="clr-namespace:ZuneModdingHelper.Behaviors"
mc:Ignorable="d"
WindowStyle="None"
- Title="{x:Static zmh:App.Title}" Height="450" Width="800" WindowStartupLocation="CenterScreen">
+ Title="{x:Static zmh:App.Title}" Height="475" Width="800" WindowStartupLocation="CenterScreen">
@@ -72,17 +72,33 @@
-
+
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
diff --git a/ZuneModdingHelper/Controls/TextButton.xaml b/ZuneModdingHelper/Controls/TextButton.xaml
index b31ecb3..0f666fe 100644
--- a/ZuneModdingHelper/Controls/TextButton.xaml
+++ b/ZuneModdingHelper/Controls/TextButton.xaml
@@ -21,7 +21,7 @@
-
+
diff --git a/ZuneModdingHelper/Pages/ModsPage.xaml b/ZuneModdingHelper/Pages/ModsPage.xaml
index 09f891e..5825b2f 100644
--- a/ZuneModdingHelper/Pages/ModsPage.xaml
+++ b/ZuneModdingHelper/Pages/ModsPage.xaml
@@ -45,9 +45,18 @@
-
+
- -->
+
+
+
diff --git a/ZuneModdingHelper/Themes/Zune.xaml b/ZuneModdingHelper/Themes/Zune.xaml
index ae61284..31a5149 100644
--- a/ZuneModdingHelper/Themes/Zune.xaml
+++ b/ZuneModdingHelper/Themes/Zune.xaml
@@ -6,6 +6,11 @@
+
+
+
+
+