Compare commits

..

No commits in common. "master" and "1.0.2" have entirely different histories.

3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild> <GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>1.0.3</Version> <Version>1.0.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>

View file

@ -138,7 +138,7 @@ namespace Notepad.Extensions.Logging
} }
finally finally
{ {
VirtualFreeEx(remoteProcess.Handle, mem, IntPtr.Zero, MEM_RELEASE); VirtualFreeEx(remoteProcess.Handle, IntPtr.Zero, IntPtr.Zero, MEM_RELEASE);
} }
} }
} }

View file

@ -23,7 +23,7 @@ public void ConfigureServices(IServiceCollection services)
} }
``` ```
3. Open a new Notepad, Notepad++, or Notepad2 window. 3. Open a new Notepad window.
4. Run your application. 4. Run your application.
## Source Material ## Source Material