From de269ded5078dc556de466e2a0e6a6030f24c083 Mon Sep 17 00:00:00 2001 From: George Wu Date: Wed, 30 Nov 2016 00:29:06 +0100 Subject: [PATCH] Updated open source project list. --- .../UI/Controls/Pages/AboutPage.xaml | 9 +++++---- .../UI/Controls/Pages/AboutPage.xaml.cs | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml b/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml index 696fd24..3ec74db 100644 --- a/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml +++ b/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml @@ -1,11 +1,11 @@  @@ -55,7 +55,8 @@ CsvHelper Fluent.Ribbon lz4net - + UnityStudio (and its fork) + Special thanks to (in character ordinal order): diff --git a/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml.cs b/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml.cs index 0c7ae64..9dfa347 100644 --- a/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml.cs +++ b/DereTore.Applications.StarlightDirector/UI/Controls/Pages/AboutPage.xaml.cs @@ -41,7 +41,7 @@ private void OnLoaded() { } public static string VersionPrerelease => "alpha"; - public static string CodeName => "Rin"; + public static string CodeName => "Mio"; private static readonly List> Contributors = new List> { new KeyValuePair("2GM2A", null),