Skip to content

Commit 31eab46

Browse files
committed
Added nuget details
1 parent 8eee83d commit 31eab46

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

MatrixCalculator/MatrixCalculator/MatrixCalculateLibrary.csproj

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

33
<PropertyGroup>
44
<TargetFramework>net5.0</TargetFramework>
5+
<Company>A&amp;A</Company>
6+
<Authors>AlexGaliy</Authors>
7+
<PackageId>A&amp;A.MatrixCalculateLibrary</PackageId>
8+
<Description>Library for calculating some matrix operations.
9+
Can calculate sum, multiply, invert and some other operations. Please look to the git repository for details.</Description>
10+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
11+
<PackageProjectUrl></PackageProjectUrl>
12+
<RepositoryUrl>https://github.com/OGaliy/MatrixCalculator</RepositoryUrl>
13+
<PackageTags>Calculating, Calculate, Matrix, Matrix multiply, Invert matrix, Matrix subtract, Matrix sum</PackageTags>
514
</PropertyGroup>
615

716
</Project>

0 commit comments

Comments
 (0)