Skip to content

Commit

Permalink
Version 4.10.0 (Auto Translator)
Browse files Browse the repository at this point in the history
 * FEATURE - Native ezTransXP support through Ehnd - Thanks to Jiwon-Park on Github
 * MISC - Improved linux support. Plugin should now function as expected when used with BepInEx 5.x on linux (resource redirection may still have problems with case-sensitivity and path separators). Other installation methods may not yield similar results
 * MISC - Fixed .zip release files so they use correct directory separators

Version 1.1.2 (Resource Redirector)

 * MISC - Internal API changes - some code moved to XUnity.Common
  • Loading branch information
randoman committed Mar 16, 2020
1 parent acf1108 commit 582b827
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<RootNamespace>XUnity.ResourceRedirector.BepIn_5x</RootNamespace>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net35</TargetFramework>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/XUnity.ResourceRedirector/Constants/PluginData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public static class PluginData
/// <summary>
/// Gets the version of the plugin.
/// </summary>
public const string Version = "1.1.1";
public const string Version = "1.1.2";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<DevelopmentDependency>True</DevelopmentDependency>
<TargetFramework>net35</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 582b827

Please sign in to comment.