Skip to content

Commit ee6422b

Browse files
committed
Update readme.
1 parent 46f34a7 commit ee6422b

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
A collection of Roslyn analyzers used in Bitbound's projects.
44

5-
## Current status
5+
## Analyzers
6+
7+
### MemberOrder
68

79
As of this writing, `MemberOrder` is the only analyzer implemented in this repository. It enforces a consistent ordering of members inside types. Additional analyzers may be added in future updates.
810

11+
NuGet package: [Bitbound.Analyzers.MemberOrder](https://www.nuget.org/packages/Bitbound.Analyzers.MemberOrder)
12+
13+
```pwsh
14+
dotnet add package Bitbound.Analyzers.MemberOrder
15+
```
16+
917
## Project layout
1018

1119
- `Bitbound.Analyzers.MemberOrder/` — Analyzer implementation and diagnostic definitions.
@@ -53,4 +61,4 @@ Contributions are welcome. If you'd like to add a new analyzer or improve the ex
5361

5462
## License
5563

56-
This project is licensed under the terms in `LICENSE.txt`, which is an MIT license.
64+
This project is licensed under the MIT License. See the [LICENSE](LICENSE.txt) file for details.

0 commit comments

Comments
 (0)