File tree Expand file tree Collapse file tree
External/Reloaded.Memory.SigScan.ReloadedII
Reloaded.Memory.Sigscan.Definitions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "ModId" : " Reloaded.Memory.SigScan.ReloadedII" ,
33 "ModName" : " Library: Reloaded.Memory.Sigscan for Reloaded II" ,
44 "ModAuthor" : " Sewer56" ,
5- "ModVersion" : " 1.2.8 " ,
5+ "ModVersion" : " 1.2.9 " ,
66 "ModDescription" : " Shared implementation of Reloaded.Memory.Sigscan" ,
77 "ModDll" : " Reloaded.Memory.SigScan.ReloadedII.dll" ,
88 "ModIcon" : " Preview.png" ,
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netcoreapp3.1;net5.0</TargetFrameworks >
55 <LangVersion >preview</LangVersion >
6- <DefineConstants Condition =" ('$(TargetFramework)' == 'netcoreapp3.1')" >$(DefineConstants);SIMD_INTRINSICS</DefineConstants >
6+ <DefineConstants Condition =" ('$(TargetFramework)' == 'netcoreapp3.1') Or ('$(TargetFramework)' == 'net5.0') " >$(DefineConstants);SIMD_INTRINSICS</DefineConstants >
77 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
88 <GenerateDocumentationFile >true</GenerateDocumentationFile >
99 <PackageId >Reloaded.Memory.Sigscan.Definitions</PackageId >
10- <Version >1.1.0 </Version >
10+ <Version >1.1.1 </Version >
1111 <Authors >Sewer56</Authors >
1212 <Description >Interface definitions for Reloaded.Memory.Sigscan; used for sharing across AssemblyLoadContext(s)</Description >
1313 <Copyright >LGPL V3</Copyright >
Original file line number Diff line number Diff line change 2121
2222 <LangVersion >preview</LangVersion >
2323 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
24- <Version >3.1.5 </Version >
24+ <Version >3.1.6 </Version >
2525 <IsTrimmable >true</IsTrimmable >
2626 </PropertyGroup >
2727
You can’t perform that action at this time.
0 commit comments