Skip to content

Commit

Permalink
Add NuGet package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
fuglede committed Jun 30, 2019
1 parent 35103ef commit 986f87f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/LinearAssignment/LinearAssignment.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>LinearAssignment</PackageId>
<Title>Linear assignment problem solver</Title>
<Description>C#-only solver for the rectangular linear assignment problem, also known as the minimum weight full matching for bipartite graphs, based on the Jonker--Volgenant algorithm.</Description>
<Version>1.0.2</Version>
<Authors>fuglede</Authors>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
<PackageTags>math;optimization;graph-theory;computer-science;algorithm;combinatorics;matching;operations-research;solver</PackageTags>
<RepositoryUrl>https://github.com/fuglede/linearassignment</RepositoryUrl>
</PropertyGroup>

</Project>

0 comments on commit 986f87f

Please sign in to comment.