Skip to content

Commit 5328555

Browse files
committed
Add docs badge
1 parent 7d25bb2 commit 5328555

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
## BitMono
77

88
[![MIT License][image_license]][license]
9+
[![Documentation Status](https://readthedocs.org/projects/bitmono/badge/?version=latest)](https://bitmono.readthedocs.io/en/latest/?badge=latest)
910
[![Nuget feed][bitmono_nuget_shield]][bitmono_nuget_packages]
1011
[![BitMono Discord][image_bitmono_discord]][bitmono_discord]
1112

@@ -93,16 +94,16 @@ To download the latest release of BitMono, follow these steps:
9394
1. Go to the [Latest BitMono Release][bitmono_latest_release].
9495
2. Select and download the archive file that matches the Target Framework of the application you want to protect. Here are some examples:
9596

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:
9798
`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:
100101
`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:
103104
`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:
106107
`BitMono-v0.25.3+e64e54d3-CLI-net462-win-x64.zip`
107108

108109
> **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

Comments
 (0)