Skip to content

Commit 41a3aa2

Browse files
committed
adjust package naming
1 parent 0e50bef commit 41a3aa2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

BinaryRelations/BinaryRelations.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -13,6 +13,8 @@
1313
<PackageTags>binary-relations, maxrev, matrix, matrix-functions, extension-methods, graphs-theory, graphs, matrix-extensions</PackageTags>
1414
<PackageReleaseNotes>added derived properties</PackageReleaseNotes>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16+
<PackageId>MaxRev.BinaryRelations</PackageId>
17+
<Product>MaxRev.BinaryRelations</Product>
1618
</PropertyGroup>
1719

1820
</Project>

0 commit comments

Comments
 (0)