Skip to content

Commit

Permalink
Add NuGet field on csproj
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
sr229 authored Oct 18, 2022
1 parent ea380e9 commit 78fd5ca
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Moetion/Moetion.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,24 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup Label="Nuget">
<IsPackable>true</IsPackable>
<PackageId>Moetion</PackageId>
<Version>1.0.0</Version>
<Authors>Vignette</Authors>
<PackageTags>Tracking;Solver</PackageTags>
<Title>Moetion</Title>
<Description>Pure .NET bindings for MediaPipe</Description>
<Copyright>2022 Vignette</Copyright>
<PackageProjectUrl>https://github.com/vignetteapp/Moetion</PackageProjectUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Mediapipe.Net" Version="0.8.10" />
</ItemGroup>

<ItemGroup Label="Documents">
<None Include="..\LICENSE" Pack="true" PackagePath="" />
</ItemGroup>
</Project>

0 comments on commit 78fd5ca

Please sign in to comment.