|
6 | 6 | ## BitMono |
7 | 7 |
|
8 | 8 | [![MIT License][image_license]][license] |
| 9 | +[](https://bitmono.readthedocs.io/en/latest/?badge=latest) |
9 | 10 | [![Nuget feed][bitmono_nuget_shield]][bitmono_nuget_packages] |
10 | 11 | [![BitMono Discord][image_bitmono_discord]][bitmono_discord] |
11 | 12 |
|
@@ -93,16 +94,16 @@ To download the latest release of BitMono, follow these steps: |
93 | 94 | 1. Go to the [Latest BitMono Release][bitmono_latest_release]. |
94 | 95 | 2. Select and download the archive file that matches the Target Framework of the application you want to protect. Here are some examples: |
95 | 96 |
|
96 | | -- **Targeting .NET 8**: If your target file is built for .NET 8, download: |
| 97 | +- **Targeting .NET 8**: If your target file is built for .NET 8, download: |
97 | 98 | `BitMono-v0.25.3+e64e54d3-CLI-net8.0-win-x64.zip` |
98 | | - |
99 | | -- **Targeting .NET Standard**: If your target file is built for .NET Standard, you can use either BitMono for .NET Framework or .NET 8: |
| 99 | + |
| 100 | +- **Targeting .NET Standard**: If your target file is built for .NET Standard, you can use either BitMono for .NET Framework or .NET 8: |
100 | 101 | `BitMono-v0.25.3+e64e54d3-CLI-net8.0-win-x64.zip` |
101 | | - |
102 | | -- **Targeting .NET Framework**: If your target file is built for .NET Framework, download: |
| 102 | + |
| 103 | +- **Targeting .NET Framework**: If your target file is built for .NET Framework, download: |
103 | 104 | `BitMono-v0.25.3+e64e54d3-CLI-net462-win-x64.zip` |
104 | | - |
105 | | -- **Targeting Mono or Unity Engine Runtime**: If your target file is built for .NET Framework and runs on Mono or Unity, use the .NET Framework version: |
| 105 | + |
| 106 | +- **Targeting Mono or Unity Engine Runtime**: If your target file is built for .NET Framework and runs on Mono or Unity, use the .NET Framework version: |
106 | 107 | `BitMono-v0.25.3+e64e54d3-CLI-net462-win-x64.zip` |
107 | 108 |
|
108 | 109 | > **Note:** Be sure to select the correct version of BitMono that matches your Target Framework. Using the wrong version could result in compatibility issues. |
|
0 commit comments