Skip to content

Commit 3c6ca61

Browse files
committed
update: readme
1 parent 3634427 commit 3c6ca61

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# FixedMathSharp
22

3-
==============
4-
53
![FixedMathSharp Icon](https://raw.githubusercontent.com/mrdav30/fixedmathsharp/main/icon.png)
64

75
[![.NET CI](https://github.com/mrdav30/FixedMathSharp/actions/workflows/dotnet.yml/badge.svg)](https://github.com/mrdav30/FixedMathSharp/actions/workflows/dotnet.yml)
6+
[![NuGet](https://img.shields.io/nuget/v/FixedMathSharp.svg)](https://www.nuget.org/packages/FixedMathSharp)
7+
[![NuGet Downloads](https://img.shields.io/nuget/dt/FixedMathSharp.svg)](https://www.nuget.org/packages/FixedMathSharp)
8+
[![License](https://img.shields.io/github/license/mrdav30/FixedMathSharp.svg)](https://github.com/mrdav30/FixedMathSharp/blob/main/LICENSE)
9+
[![Frameworks](https://img.shields.io/badge/frameworks-netstandard2.1%20%7C%20net8.0-512BD4.svg)](https://github.com/mrdav30/FixedMathSharp)
810

911
**A high-precision, deterministic fixed-point math library for .NET.**
1012
Ideal for simulations, games, and physics engines requiring reliable arithmetic without floating-point inaccuracies.
@@ -38,6 +40,9 @@ Clone the repository and add it to your project:
3840
dotnet add package FixedMathSharp
3941
```
4042

43+
- If you're using `FluentAssertions` in your test project, the companion assertions package is available here:
44+
[FixedMathSharp.FluentAssertions](https://www.nuget.org/packages/FixedMathSharp.FluentAssertions)
45+
4146
2. **Or Download/Clone**:
4247
- Clone the repository or download the source code.
4348

src/FixedMathSharp.FluentAssertions/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
`FixedMathSharp.FluentAssertions` adds custom FluentAssertions helpers for `FixedMathSharp` types.
44

5+
Main library:
6+
[FixedMathSharp on GitHub](https://github.com/mrdav30/FixedMathSharp)
7+
58
It includes assertions for:
69

710
- `Fixed64`

0 commit comments

Comments
 (0)