|
6 | 6 | <Nullable>enable</Nullable> |
7 | 7 | <GeneratePackageOnBuild>True</GeneratePackageOnBuild> |
8 | 8 | <Authors>electricessence</Authors> |
9 | | - <Description>Interfaces and classes helful in managing tree-like data structures. |
| 9 | + <Description> |
| 10 | + Interfaces and classes helful in managing tree-like data structures. |
10 | 11 |
|
11 | | -Part of the "Open" set of libraries. |
12 | | -</Description> |
13 | | - <Copyright>https://github.com/Open-NET-Libraries/Open.Hierarchy/blob/master/LICENSE</Copyright> |
| 12 | + Part of the "Open" set of libraries. |
| 13 | + </Description> |
| 14 | + <PackageTags>tree;node;hierarchy;parent;child;root</PackageTags> |
| 15 | + <Copyright>© electricessence (Oren F.) All rights reserved.</Copyright> |
14 | 16 | <PackageProjectUrl>https://github.com/Open-NET-Libraries/Open.Hierarchy/</PackageProjectUrl> |
15 | 17 | <RepositoryUrl>https://github.com/Open-NET-Libraries/Open.Hierarchy/</RepositoryUrl> |
16 | 18 | <RepositoryType>git</RepositoryType> |
17 | | - <PackageTags>dotnet, dotnetcore, cs, tree, node, hierarchy, parent, child, root</PackageTags> |
18 | 19 | <Version>1.8.0</Version> |
19 | 20 | <PackageReleaseNotes></PackageReleaseNotes> |
20 | 21 | <PackageLicenseExpression>MIT</PackageLicenseExpression> |
21 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
22 | | - <IncludeSymbols>true</IncludeSymbols> |
23 | | - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
24 | | - <PackageIcon>logo.png</PackageIcon> |
| 22 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 23 | + <IncludeSymbols>true</IncludeSymbols> |
| 24 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 25 | + <PackageIcon>logo.png</PackageIcon> |
25 | 26 | </PropertyGroup> |
26 | 27 |
|
27 | | - <ItemGroup> |
28 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
29 | | - </ItemGroup> |
30 | | - |
31 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
32 | | - <LangVersion>latest</LangVersion> |
33 | | - </PropertyGroup> |
34 | | - |
35 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
36 | | - <LangVersion>latest</LangVersion> |
37 | | - </PropertyGroup> |
| 28 | + <ItemGroup> |
| 29 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" /> |
| 30 | + </ItemGroup> |
38 | 31 |
|
39 | 32 | <ItemGroup> |
40 | 33 | <None Remove=".editorconfig" /> |
41 | 34 | <None Remove=".git" /> |
42 | 35 | <None Remove=".gitignore" /> |
43 | | - <None Remove="LICENSE" /> |
44 | | - <None Remove="Readme.md" /> |
45 | 36 | <None Include="logo.png"> |
46 | | - <Pack>True</Pack> |
47 | | - <PackagePath></PackagePath> |
| 37 | + <Pack>True</Pack> |
| 38 | + <PackagePath></PackagePath> |
48 | 39 | </None> |
49 | 40 | </ItemGroup> |
50 | 41 |
|
51 | 42 | <ItemGroup> |
52 | | - <AdditionalFiles Include=".editorconfig" /> |
53 | | - </ItemGroup> |
54 | | - |
55 | | - <ItemGroup> |
56 | | - <PackageReference Include="Open.Disposable.ObjectPools" Version="2.4.1" /> |
| 43 | + <PackageReference Include="Open.Disposable.ObjectPools" Version="2.5.0" /> |
57 | 44 | <PackageReference Include="Microsoft.CodeAnalysis.FxCopAnalyzers" Version="3.0.0"> |
58 | 45 | <PrivateAssets>all</PrivateAssets> |
59 | 46 | <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
|
0 commit comments