Skip to content

Commit 7a13867

Browse files
committed
Update docs
1 parent 6a32a43 commit 7a13867

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/source/usage/how-to-use.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,12 +288,14 @@ Available Packages
288288
~~~~~~~~~~~~~~~~~~
289289

290290
**Core Components:**
291+
291292
- `BitMono.API <https://www.nuget.org/packages/BitMono.API/>`_ - Core interfaces and abstractions
292293
- `BitMono.Core <https://www.nuget.org/packages/BitMono.Core/>`_ - Main obfuscation engine
293294
- `BitMono.Protections <https://www.nuget.org/packages/BitMono.Protections/>`_ - Collection of protection implementations
294295
- `BitMono.Shared <https://www.nuget.org/packages/BitMono.Shared/>`_ - Shared utilities and models
295296

296297
**Host & Utilities:**
298+
297299
- `BitMono.Host <https://www.nuget.org/packages/BitMono.Host/>`_ - Application host framework
298300
- `BitMono.Utilities <https://www.nuget.org/packages/BitMono.Utilities/>`_ - Helper functions and utilities
299301
- `BitMono.Obfuscation <https://www.nuget.org/packages/BitMono.Obfuscation/>`_ - High-level obfuscation orchestrator
@@ -307,7 +309,7 @@ When using NuGet packages, you'll need to configure BitMono programmatically or
307309
Dependencies
308310
~~~~~~~~~~~~
309311

310-
BitMono NuGet packages depend on nightly versions of AsmResolver. If you encounter dependency resolution issues, see the `NuGet configuration guide <nuget-configuration.html>`_ for setup instructions.
312+
BitMono NuGet packages may use nightly versions of AsmResolver. If you encounter dependency resolution issues, see the `NuGet configuration guide <nuget-configuration.html>`_ for setup instructions.
311313

312314
Next Steps
313315
----------

docs/source/usage/nuget-configuration.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This guide explains how to configure NuGet when using BitMono as a NuGet package
66
When Configuration is Needed
77
----------------------------
88

9-
You need to configure NuGet if you encounter dependency resolution errors when trying to use BitMono packages. This happens when BitMono uses nightly versions of AsmResolver (which we may use when needed for critical fixes) that are only available in a custom feed, not on the default nuget.org.
9+
You need to configure NuGet if you encounter dependency resolution errors when trying to use BitMono packages. This happens when BitMono may use nightly versions of AsmResolver (which we may use when needed for critical fixes) that are only available in a custom feed, not on the default nuget.org.
1010

1111
Configuration Steps
1212
-------------------
@@ -35,16 +35,19 @@ Available BitMono Packages
3535
--------------------------
3636

3737
**Core Packages:**
38+
3839
- `BitMono.API <https://www.nuget.org/packages/BitMono.API/>`_ - Core interfaces and abstractions
3940
- `BitMono.Core <https://www.nuget.org/packages/BitMono.Core/>`_ - Main obfuscation engine
4041
- `BitMono.Protections <https://www.nuget.org/packages/BitMono.Protections/>`_ - Protection implementations
4142
- `BitMono.Shared <https://www.nuget.org/packages/BitMono.Shared/>`_ - Shared utilities and models
4243

4344
**Host & Utilities:**
45+
4446
- `BitMono.Host <https://www.nuget.org/packages/BitMono.Host/>`_ - Application host framework
4547
- `BitMono.Utilities <https://www.nuget.org/packages/BitMono.Utilities/>`_ - Helper functions
4648
- `BitMono.Obfuscation <https://www.nuget.org/packages/BitMono.Obfuscation/>`_ - High-level obfuscation orchestrator
4749
- `BitMono.Runtime <https://www.nuget.org/packages/BitMono.Runtime/>`_ - Runtime components
4850

4951
**Tools:**
52+
5053
- `BitMono.GlobalTool <https://www.nuget.org/packages/BitMono.GlobalTool/>`_ - .NET Global Tool

0 commit comments

Comments
 (0)