Browse Source

Update HarmonyX package and README

Bepis 3 years ago
parent
commit
79e7a3a7e8

+ 1 - 1
BepInEx.Core/BepInEx.Core.csproj

@@ -92,7 +92,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="HarmonyX">
-      <Version>2.1.0-beta.8</Version>
+      <Version>2.1.1</Version>
     </PackageReference>
     <PackageReference Include="Mono.Cecil">
       <Version>0.10.4</Version>

+ 1 - 1
BepInEx.IL2CPP/BepInEx.IL2CPP.csproj

@@ -96,7 +96,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="HarmonyX">
-      <Version>2.1.0-beta.8</Version>
+      <Version>2.1.1</Version>
     </PackageReference>
     <PackageReference Include="Iced">
       <Version>1.6.0</Version>

+ 1 - 1
BepInEx.NetLauncher/BepInEx.NetLauncher.csproj

@@ -64,7 +64,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="HarmonyX">
-      <Version>2.1.0-beta.8</Version>
+      <Version>2.1.1</Version>
     </PackageReference>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

+ 1 - 1
BepInEx.Preloader.Core/BepInEx.Preloader.Core.csproj

@@ -53,7 +53,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="HarmonyX">
-      <Version>2.1.0-beta.8</Version>
+      <Version>2.1.1</Version>
     </PackageReference>
     <PackageReference Include="Mono.Cecil">
       <Version>0.10.4</Version>

+ 1 - 1
BepInEx.Preloader.Unity/BepInEx.Preloader.Unity.csproj

@@ -56,7 +56,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="HarmonyX">
-      <Version>2.1.0-beta.8</Version>
+      <Version>2.1.1</Version>
     </PackageReference>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

+ 1 - 1
BepInEx.Unity/BepInEx.Unity.csproj

@@ -66,7 +66,7 @@
   </ItemGroup>
   <ItemGroup>
     <PackageReference Include="HarmonyX">
-      <Version>2.1.0-beta.8</Version>
+      <Version>2.1.1</Version>
     </PackageReference>
   </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

+ 23 - 6
README.md

@@ -1,4 +1,4 @@
-<p align="center">
+<p align="center">
     <img src="https://avatars2.githubusercontent.com/u/39589027?s=256">
 </p>
 
@@ -11,7 +11,22 @@ Bepis Injector Extensible
 
 ---
 
-Unity plugin framework
+BepInEx is a plugin / modding framework for Unity Mono, IL2CPP and .NET framework games (XNA, FNA, MonoGame, etc.)
+
+(Currently only Unity Mono has stable releases)
+
+#### Platform compatibility chart
+
+|              | Windows | OSX  | Linux | ARM |
+|--------------|---------|------|-------|-----|
+| Unity Mono   | ✔️       | ✔️    | ✔️     | N/A |
+| Unity IL2CPP | ✔️       | ❌    | ❌     | ❌   |
+| .NET / XNA   | ✔️       | Mono | Mono  | N/A |
+
+A more comprehensive comparison list of features and compatibility is available at https://bepis.io/unity.html
+
+
+## Resources
 
 **[Latest releases](https://github.com/BepInEx/BepInEx/releases)**
 
@@ -21,16 +36,18 @@ Unity plugin framework
 
 **[User and developer guides](https://bepinex.github.io/bepinex_docs/master/articles/index.html)**
 
+**[Discord server](https://discord.gg/MpFEDAg)
+
 ## Used libraries
-- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 4.0 beta ([99879a9](https://github.com/NeighTools/UnityDoorstop/commit/99879a927bcea6abf16e5f4c7cae220519d07a23))
+- [NeighTools/UnityDoorstop](https://github.com/NeighTools/UnityDoorstop) - 3.1 ([1646a74](https://github.com/NeighTools/UnityDoorstop/commit/1646a74fd58c287533b67ac576ef974908d24346))
 - [NeighTools/UnityDoorstop.Unix](https://github.com/NeighTools/UnityDoorstop.Unix) - 1.2.0.0 ([94c882f](https://github.com/NeighTools/UnityDoorstop.Unix/commit/94c882f9c42b53685571b2d160ccf6e2e9492434))
-- [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) - 2.0.2 ([a278d77](https://github.com/BepInEx/HarmonyX/commit/a278d77bc7fa706838facb0d170db6989564becd))
-- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v20.05.21.05 ([5d8210d](https://github.com/MonoMod/MonoMod/commit/5d8210d35efb6e85b7b40f1ce040257012936a90))
+- [BepInEx/HarmonyX](https://github.com/BepInEx/HarmonyX) - 2.1.1 ([5eb21b1](https://github.com/BepInEx/HarmonyX/commit/5eb21b1ed8b13d08f08484d3e2cd694c0c07a341))
+- [0x0ade/MonoMod](https://github.com/0x0ade/MonoMod) - v20.11.05.01 ([1775ec9](https://github.com/MonoMod/MonoMod/commit/1775ec98e76d3420b2365d6103b4f1b69761a197))
 - [jbevain/cecil](https://github.com/jbevain/cecil) - 0.10.4 ([98ec890](https://github.com/jbevain/cecil/commit/98ec890d44643ad88d573e97be0e120435eda732))
 
 #### IL2CPP libraries
 - [Perfare/Il2CppDumper](https://github.com/Perfare/Il2CppDumper) - v6.4.12 fork ([585cc52](https://github.com/BepInEx/Il2CppDumper/commit/585cc5209955a776e0e583c56b85bcfb4f0833e6))
-- [knah/Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower) - v0.4.9.1 fork ([8d4f63a](https://github.com/BepInEx/Il2CppAssemblyUnhollower/commit/8d4f63a2de40317de57a449fc0091e018f02a624))
+- [knah/Il2CppAssemblyUnhollower](https://github.com/knah/Il2CppAssemblyUnhollower) - v0.4.10 ([4cf5383](https://github.com/BepInEx/Il2CppAssemblyUnhollower/commit/4cf53838ba7ef1eb0a009d7e4315568bce7664fb))
 - [mono/mono](https://github.com/mono/mono) - 6.12.0.93 fork ([7328415](https://github.com/BepInEx/mono/commit/7328415ac575399a71f32487e97bce9d5fe7f6ca))
 
 ## Credits