From 7e255cac4d06af13358eb1bce1257d7580a8ae65 Mon Sep 17 00:00:00 2001 From: Benjamin Mayrargue Date: Fri, 23 Aug 2024 13:50:17 +0200 Subject: [PATCH] add readme and nuget links --- README.md | 5 ++++- source/Google.ARCore.csproj | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7285294..13f6fcc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,10 @@ Augmented Reality is more than a live overlay over a camera preview. It's a real ## Using -Reference the Nuget and use it: +Reference the Nuget and use it: +[![NuGet](https://img.shields.io/nuget/v/Vapolia.Google.ARCore.svg?style=for-the-badge)](https://www.nuget.org/packages/Vapolia.Google.ARCore/) +[![NuGet](https://img.shields.io/nuget/vpre/Vapolia.Google.ARCore.svg?style=for-the-badge)](https://www.nuget.org/packages/Vapolia.Google.ARCore/) +![Nuget](https://img.shields.io/nuget/dt/Vapolia.Google.ARCore) ## Building diff --git a/source/Google.ARCore.csproj b/source/Google.ARCore.csproj index 7561989..3bd17be 100644 --- a/source/Google.ARCore.csproj +++ b/source/Google.ARCore.csproj @@ -18,6 +18,7 @@ Vapolia.Google.ARCore $(Version)$(VersionSuffix) icon.png + readme.md Google AR Core bindings Bindings of Google's AR Core SDK for .NET 8+ @@ -41,6 +42,7 @@ +