From 257c3dbf494a023aeffec0b3fa59600049e6fc6e Mon Sep 17 00:00:00 2001
From: HiDe-Techno-Tips <61367380+HiDe-Techno-Tips@users.noreply.github.com>
Date: Sat, 20 Nov 2021 07:39:42 +0530
Subject: [PATCH] Update to version 2.0.2
---
Properties/AssemblyInfo.cs | 4 ++--
yuzu-Early-Access-Launcher.cs | 2 +-
yuzu-Early-Access-Launcher.csproj | 3 +++
3 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 01b69a3..65bca3f 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.0.1.0")]
-[assembly: AssemblyFileVersion("2.0.1.0")]
+[assembly: AssemblyVersion("2.0.2.0")]
+[assembly: AssemblyFileVersion("2.0.2.0")]
diff --git a/yuzu-Early-Access-Launcher.cs b/yuzu-Early-Access-Launcher.cs
index 893fc08..473d737 100644
--- a/yuzu-Early-Access-Launcher.cs
+++ b/yuzu-Early-Access-Launcher.cs
@@ -12,7 +12,7 @@ static class yuzu_Early_Access_Launcher
[STAThread]
static int Main()
{
- String theme = "", version = "2.0.1", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath);
+ String theme = "", version = "2.0.2", UserProfile = Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), path = Path.GetDirectoryName(Application.ExecutablePath);
Directory.SetCurrentDirectory(path);
if (mutex.WaitOne(TimeSpan.Zero, true))
diff --git a/yuzu-Early-Access-Launcher.csproj b/yuzu-Early-Access-Launcher.csproj
index 88969a9..45a71e7 100644
--- a/yuzu-Early-Access-Launcher.csproj
+++ b/yuzu-Early-Access-Launcher.csproj
@@ -80,6 +80,9 @@
false
false
+
+ true
+
packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll