Skip to content

Commit 5384ac7

Browse files
committed
Add package info to the main project
1 parent 1fb3a8f commit 5384ac7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MathParser/MathParser.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,13 @@
22
<PropertyGroup>
33
<TargetFrameworks>netstandard1.4;netstandard2.0;net40;net46;net461;net462;net47;net471</TargetFrameworks>
44
<RootNamespace>Mathos.Parser</RootNamespace>
5+
<Version>2.0.0</Version>
6+
<Description>Mathos Parser is a mathematical expression parser targeting the .NET Framework and .NET Standard that parses all kinds of mathematical expressions with the ability to use custom functions, operators, and variables.</Description>
7+
<Company>Mathos Project</Company>
8+
<PackageId>MathosParser</PackageId>
9+
<PackageLicenseUrl>https://github.com/MathosProject/Mathos-Parser/blob/master/LICENSE.md</PackageLicenseUrl>
10+
<PackageProjectUrl>https://github.com/MathosProject/Mathos-Parser</PackageProjectUrl>
11+
<RepositoryUrl>https://github.com/MathosProject/Mathos-Parser</RepositoryUrl>
12+
<Copyright>Copyright © 2012-2018, Mathos Project.</Copyright>
513
</PropertyGroup>
614
</Project>

0 commit comments

Comments
 (0)