mirror of
https://github.com/cosyneco/MediaPipe.NET.git
synced 2025-05-17 23:47:16 +08:00
Add NuGet Property group
Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
@ -12,4 +12,23 @@
|
||||
<PackageReference Include="Mediapipe.Net.Framework.Protobuf" Version="0.8.9" />
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup Label="Nuget">
|
||||
<IsPackable>true</IsPackable>
|
||||
<PackageId>Mediapipe.Net</PackageId>
|
||||
<Version>0.8.9</Version>
|
||||
<Authors>homuler;Vignette</Authors>
|
||||
<PackageTags>Google;Mediapipe;Tracking;Media Analysis</PackageTags>
|
||||
<Title>Mediapipe.Net</Title>
|
||||
<Description>Pure .NET bindings for MediaPipe</Description>
|
||||
<Copyright>2022 homuler and Vignette</Copyright>
|
||||
<PackageProjectUrl>https://github.com/vignetteapp/MediaPipe.NET</PackageProjectUrl>
|
||||
<PackageLicenseFile>LICENSE</PackageLicenseFile>
|
||||
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||
<IncludeBuildOutput>false</IncludeBuildOutput>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup Label="Documents">
|
||||
<None Include="..\LICENSE" Pack="true" PackagePath="" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user