Skip to content

Commit 920989c

Browse files
author
Sébastien Geiser
committed
Some metatdata changes
1 parent a942d2d commit 920989c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CodingSeb.ExpressionEvaluator/CodingSeb.ExpressionEvaluator.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageId>CodingSeb.ExpressionEvaluator</PackageId>
1414
<PackageLicenseUrl></PackageLicenseUrl>
1515
<PackageProjectUrl>https://github.com/codingseb/ExpressionEvaluator</PackageProjectUrl>
16-
<PackageTags>evaluation math expression-evaluator expression parser eval evaluate fluid C# calculation execute script</PackageTags>
16+
<PackageTags>expression-evaluator evaluation math expression evaluate parser mathematical-expressions-evaluator mathematical-expressions script scripting evaluator csharp-script eval execute executescript evaluate-expressions expression-parser fluid calculations formula netcore netstandard net45 interpreter</PackageTags>
1717
<TargetFrameworks>net45;netstandard2.0</TargetFrameworks>
1818
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1919
<PackageIconUrl>https://github.com/codingseb/ExpressionEvaluator/blob/master/Icon.png?raw=true</PackageIconUrl>
@@ -22,6 +22,7 @@
2222
* Correction of spelling of options : OptionStaticPropertiesGetActive and OptionInstancePropertiesGetActive (Warning breaking change if you use it)
2323
* More of virtual and partial for better extensibility</PackageReleaseNotes>
2424
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
25+
<RepositoryUrl>https://github.com/codingseb/ExpressionEvaluator</RepositoryUrl>
2526
</PropertyGroup>
2627
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
2728
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)