Skip to content

Commit

Permalink
Deploy docs to GitHub Pages eaadf9e
Browse files Browse the repository at this point in the history
  • Loading branch information
TolikPylypchuk committed Feb 1, 2024
1 parent fafe27c commit b9b7279
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 73 deletions.
6 changes: 5 additions & 1 deletion v5.2.3/articles/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,16 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
<article data-uid="">
<h1 id="about-sharphook">About SharpHook</h1>

<p>SharpHook. Version 5.2.2. Created by Tolik Pylypchuk.</p>
<p>SharpHook. Version 5.2.3. Created by Tolik Pylypchuk.</p>
<h2 id="library-status">Library Status</h2>
<p>I will maintain the library to keep up with the releases of libuiohook which uses a rolling release model - every commit
to its <code>1.3</code> branch is considered stable. If you've noticed that this library hasn't gotten new commits in some time,
rest assured that it's not abandoned! I'm not giving up on this library any time soon.</p>
<h2 id="changelog">Changelog</h2>
<h3 id="v523-february-2-2024"><a href="https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.3">v5.2.3</a> (February 2, 2024)</h3>
<ul>
<li>Windows x86 support was fixed for .NET Framework.</li>
</ul>
<h3 id="v522-january-13-2024"><a href="https://github.com/TolikPylypchuk/SharpHook/releases/tag/v5.2.2">v5.2.2</a> (January 13, 2024)</h3>
<ul>
<li><p>The package targets are now executed only for .NET Framework since they aren't needed for .NET/.NET Core.</p>
Expand Down
4 changes: 2 additions & 2 deletions v5.2.3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ <h1 id="introduction">Introduction</h1>
.NET. It is a wrapper of <a href="https://github.com/TolikPylypchuk/libuiohook">libuiohook</a> and provides direct access to its
features as well as higher-level types to work with it.</p>
<h2 id="installation">Installation</h2>
<pre><code>dotnet add package SharpHook --version 5.2.2
dotnet add package SharpHook.Reactive --version 5.2.2
<pre><code>dotnet add package SharpHook --version 5.2.3
dotnet add package SharpHook.Reactive --version 5.2.3
</code></pre>
<h2 id="supported-platforms">Supported Platforms</h2>
<p>SharpHook targets .NET 6+, .NET Framework 4.6.2+, and .NET Standard 2.0. The following table describes
Expand Down
Loading

0 comments on commit b9b7279

Please sign in to comment.