diff --git a/README.md b/README.md
index 9baf178..be7d31a 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
A Monogame implementation of the Separating Axis Theorem for convex polygon intersection.
+[View on nuget](https://www.nuget.org/packages/Halfcut.SeparatingAxisTheorem.Lib/)
+
## Usage
```c#
diff --git a/SeparatingAxisTheorem.Lib/SeparatingAxisTheorem.Lib.csproj b/SeparatingAxisTheorem.Lib/SeparatingAxisTheorem.Lib.csproj
index ebd2c10..e0c4fed 100644
--- a/SeparatingAxisTheorem.Lib/SeparatingAxisTheorem.Lib.csproj
+++ b/SeparatingAxisTheorem.Lib/SeparatingAxisTheorem.Lib.csproj
@@ -2,10 +2,20 @@
net6.0
SatTheorem.Lib
+ Halfcut.SeparatingAxisTheorem.Lib
+ 0.0.2
+ Ted Cater
+ Halfcut
+ SeparatingAxisTheorem
+ A Monogame implementation of the Separating Axis Theorem (SAT) for convex polygon intersection
+ README.md
All
+
+
+
\ No newline at end of file