Skip to content

Commit

Permalink
add readme and nuget links
Browse files Browse the repository at this point in the history
  • Loading branch information
softlion committed Aug 23, 2024
1 parent acc096f commit 7e255ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions source/Google.ARCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<PackageId>Vapolia.Google.ARCore</PackageId>
<PackageVersion>$(Version)$(VersionSuffix)</PackageVersion>
<PackageIcon>icon.png</PackageIcon>
<PackageReadmeFile>readme.md</PackageReadmeFile>

<Title>Google AR Core bindings</Title>
<Summary>Bindings of Google's AR Core SDK for .NET 8+</Summary>
Expand All @@ -41,6 +42,7 @@

<ItemGroup>
<None Include="..\\icon.png" Pack="true" PackagePath="" />
<None Include="..\\readme.md" Pack="true" PackagePath="" />
<AndroidLibrary Include="..\externals\arcore.aar" />
</ItemGroup>

Expand Down

0 comments on commit 7e255ca

Please sign in to comment.