Skip to content

Commit 4c44d69

Browse files
committed
Minor update to the nuget package metadata.
1 parent a1acddd commit 4c44d69

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

MathParser/MathParser.csproj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,19 @@
1010
<PackageProjectUrl>https://github.com/MathosProject/Mathos-Parser</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/MathosProject/Mathos-Parser</RepositoryUrl>
1212
<Copyright>Copyright © 2012-2018, Mathos Project.</Copyright>
13+
<Authors>Mathos Project</Authors>
14+
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
15+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
16+
<PackageReleaseNotes>Release notes v2.0.0
17+
18+
.Net Standard version added.
19+
Dropped support of decimal in favor of double.
20+
OperatorList has been removed (OperatorAction is now Operators).
21+
Can now initialize CultureInfo through the constructor.
22+
Added ln, acos, asin, atan, and ceil to the list of predefined functions.
23+
Can now omit the leading zero before decimal points.
24+
Minor performance improvements.
25+
Updates to XML-comments.
26+
Other small changes and improvements.</PackageReleaseNotes>
1327
</PropertyGroup>
1428
</Project>

0 commit comments

Comments
 (0)