Skip to content

Commit d9083b8

Browse files
author
Oren (electricessence)
committed
Publish settings.
1 parent 913a12d commit d9083b8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Open.Hierarchy.csproj

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp1.1</TargetFramework>
5+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
6+
<Authors>electricessence</Authors>
7+
<Company>electricessence</Company>
8+
<Description>Interfaces and classes helful in managing tree-like data structures.
9+
10+
Part of the "Open" set of libraries.</Description>
11+
<Copyright>https://github.com/electricessence/Open.Hierarchy/blob/master/LICENSE</Copyright>
12+
<PackageLicenseUrl>https://github.com/electricessence/Open.Hierarchy/blob/master/LICENSE</PackageLicenseUrl>
13+
<PackageProjectUrl>https://github.com/electricessence/Open.Hierarchy/</PackageProjectUrl>
14+
<RepositoryUrl>https://github.com/electricessence/Open.Hierarchy/</RepositoryUrl>
15+
<RepositoryType>git</RepositoryType>
16+
<PackageTags>dotnet, dotnetcore, cs, tree, node, hierarchy, parent, child, root</PackageTags>
517
</PropertyGroup>
618

719
<ItemGroup>

0 commit comments

Comments
 (0)