Skip to content

Commit deba4aa

Browse files
Metadata update (#1489)
update nupkg metadata
1 parent 67209e6 commit deba4aa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

pkg/Directory.Build.props

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@
2121

2222
<!-- libtorch aux parts -->
2323
<PropertyGroup Condition="'$(_IsAuxPackage)' == 'true'">
24-
<Authors>(see main package)</Authors>
25-
<PackageTags></PackageTags>
26-
<Copyright>(see main package)</Copyright>
2724
<Owners>The .NET Foundation and Contributors</Owners>
25+
<Authors>PyTorch contributors;TorchSharp contributors</Authors>
26+
<PackageTags></PackageTags>
27+
<Copyright>Copyright PyTorch contributors</Copyright>
28+
<Owners>.NET Foundation and Contributors</Owners>
2829
<PackageLicenseExpression>MIT</PackageLicenseExpression>
29-
<PackageDescription>(see main package)</PackageDescription>
30+
<PackageProjectUrl>https://github.com/dotnet/TorchSharp</PackageProjectUrl>
31+
<PackageDescription>This package contains fragmented components for the TorchSharp LibTorch redistribution.</PackageDescription>
3032
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
3133
</PropertyGroup>
3234

0 commit comments

Comments
 (0)