Skip to content

Commit b62e4dc

Browse files
committed
Added: Missing SIMD Intrinsics Flag for net5.0
1 parent 87af6c7 commit b62e4dc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

External/Reloaded.Memory.SigScan.ReloadedII/ModConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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",

Reloaded.Memory.Sigscan.Definitions/Reloaded.Memory.Sigscan.Definitions.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
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>

Reloaded.Memory.Sigscan/Reloaded.Memory.Sigscan.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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

0 commit comments

Comments
 (0)