mirror of
https://github.com/yaakov-h/Notepad.Extensions.Logging.git
synced 2025-04-04 11:34:51 +00:00
Compare commits
2 commits
Author | SHA1 | Date | |
---|---|---|---|
181fec9e37 | |||
![]() |
6b2d78a3c8 |
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<Version>1.0.1</Version>
|
||||
<Version>1.0.3</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -138,7 +138,7 @@ namespace Notepad.Extensions.Logging
|
|||
}
|
||||
finally
|
||||
{
|
||||
VirtualFreeEx(remoteProcess.Handle, IntPtr.Zero, IntPtr.Zero, MEM_RELEASE);
|
||||
VirtualFreeEx(remoteProcess.Handle, mem, IntPtr.Zero, MEM_RELEASE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -23,7 +23,7 @@ public void ConfigureServices(IServiceCollection services)
|
|||
}
|
||||
```
|
||||
|
||||
3. Open a new Notepad window.
|
||||
3. Open a new Notepad, Notepad++, or Notepad2 window.
|
||||
4. Run your application.
|
||||
|
||||
## Source Material
|
||||
|
|
Loading…
Add table
Reference in a new issue