From 51f1114facab985e5e5ba7331125a885038bcbb4 Mon Sep 17 00:00:00 2001 From: ted Date: Sun, 12 Nov 2023 18:33:32 +0000 Subject: [PATCH] feat: add nuget package config (#6) * feat: add nuget config to Lib.csproj * feat: add link to README --- README.md | 2 ++ .../SeparatingAxisTheorem.Lib.csproj | 10 ++++++++++ 2 files changed, 12 insertions(+) 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