Skip to content

Commit 6afcaa2

Browse files
committed
Updated: Reloaded.Assembler with hotfix for FASM loading for certain users
1 parent 607c4b2 commit 6afcaa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/Reloaded.Hooks/Reloaded.Hooks.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<RepositoryType>git</RepositoryType>
1414
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1515
<Description>Advanced native function hooks for x86, x64. Welcome to the next level!</Description>
16-
<Version>4.3.1</Version>
16+
<Version>4.3.2</Version>
1717
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
1818
<PackageIcon>Icon.png</PackageIcon>
1919
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
@@ -28,7 +28,7 @@
2828

2929
<ItemGroup>
3030
<PackageReference Include="Iced" Version="1.17.0" />
31-
<PackageReference Include="Reloaded.Assembler" Version="1.0.14">
31+
<PackageReference Include="Reloaded.Assembler" Version="1.0.14-mem-buffers-2.0">
3232
<IncludeAssets>All</IncludeAssets>
3333
<PrivateAssets>None</PrivateAssets>
3434
</PackageReference>

0 commit comments

Comments
 (0)