Skip to content

Commit

Permalink
Update to version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HimDek committed Nov 20, 2021
1 parent 6a93abc commit 257c3db
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion yuzu-Early-Access-Launcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
3 changes: 3 additions & 0 deletions yuzu-Early-Access-Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@
<RunCodeAnalysis>false</RunCodeAnalysis>
<CodeAnalysisIgnoreGeneratedCode>false</CodeAnalysisIgnoreGeneratedCode>
</PropertyGroup>
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Costura, Version=5.7.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Costura.Fody.5.7.0\lib\netstandard1.0\Costura.dll</HintPath>
Expand Down

0 comments on commit 257c3db

Please sign in to comment.