Skip to content

Commit 8ef849e

Browse files
Changed settings for nugget publish.
1 parent 6ddf1de commit 8ef849e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Algorithms.NET/Algorithms.NET.csproj

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<Nullable>enable</Nullable>
6+
<Title>AlgorithmsPlayGround.NET</Title>
7+
<Authors>Anas Chahid</Authors>
8+
<Description>In this library you can find the most used sorting &amp; searching algorithms and that are must know for developers, and their implementation along with the performance comparison.</Description>
9+
<Copyright>This package is free to use and modify.</Copyright>
10+
<PackageProjectUrl>https://github.com/skillmaker-dev/Algorithms.NET</PackageProjectUrl>
11+
<PackageReadmeFile>README.md</PackageReadmeFile>
12+
<RepositoryUrl>https://github.com/skillmaker-dev/Algorithms.NET</RepositoryUrl>
13+
<PackageTags>algorithm;sorting;searching;benchmark;comparison;</PackageTags>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
15+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
16+
<PackageId>AlgorithmsPlayGround.NET</PackageId>
617
</PropertyGroup>
718

19+
<ItemGroup>
20+
<None Include="..\..\..\..\README.md">
21+
<Pack>True</Pack>
22+
<PackagePath>\</PackagePath>
23+
</None>
24+
</ItemGroup>
25+
826
</Project>

0 commit comments

Comments
 (0)