Skip to content

Commit f4447cf

Browse files
committed
Update ReadMe and NuGet package
1 parent cc49d6b commit f4447cf

File tree

6 files changed

+26
-5
lines changed

6 files changed

+26
-5
lines changed
24.3 KB
Loading
25.1 KB
Loading

Icon.png

1.33 KB
Loading

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
[![NuGet Downloads](https://img.shields.io/nuget/dt/Math-Expression-Evaluator?style=for-the-badge)](https://www.nuget.org/packages/Math-Expression-Evaluator/)
44
[![NuGet Version](https://img.shields.io/nuget/v/Math-Expression-Evaluator?style=for-the-badge)](https://www.nuget.org/packages/Math-Expression-Evaluator/)
55

6+
7+
## Sponsors
8+
9+
[Entity Framework Extensions](https://entityframework-extensions.net/) and [Dapper Plus](https://dapper-plus.net/) are major sponsors and are proud to contribute to the development of Math Expression Evaluator.
10+
11+
[![Entity Framework Extensions - Sponsor](.github/sponsors/entity-framework-extensions-sponsr.png)](https://entityframework-extensions.net/bulk-insert)
12+
13+
[![Dapper Plus - Sponsor](.github/sponsors/dapper-plus-sponsor.png)](https://dapper-plus.net/bulk-insert)
14+
615
## Usage
716

817
Math Expression Evaluator is a library for evaluating simple mathematical expressions. It supports simple expressions such as `2.5+5.9`, `17.89-2.47+7.16`, `5/2/2+1.5*3+4.58`, expressions with parentheses `(((9-6/2)*2-4)/2-6-1)/(2+24/(2+4))` and expressions with variables:

SimpleExpressionEvaluator/SimpleExpressionEvaluator.csproj

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@
1515
<Authors>Giorgi Dalakishvili</Authors>
1616
<PackageId>Math-Expression-Evaluator</PackageId>
1717
<Company>Giorgi Dalakishvili</Company>
18+
<Deterministic>true</Deterministic>
19+
<ContinuousIntegrationBuild Condition="'$(Configuration)'=='Release'">True</ContinuousIntegrationBuild>
1820
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
19-
<PackageProjectUrl>https://github.com/Giorgi/Math-Expression-Evaluator</PackageProjectUrl>
2021
<RepositoryUrl>https://github.com/Giorgi/Math-Expression-Evaluator</RepositoryUrl>
22+
<PackageIcon>Icon.png</PackageIcon>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2124
<PackageTags>Math Expression Evaluator</PackageTags>
25+
<PackageProjectUrl>https://github.com/Giorgi/Math-Expression-Evaluator</PackageProjectUrl>
2226
<PackageReleaseNotes>The library now targets .NET Standard 2.0</PackageReleaseNotes>
27+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
2328
<RepositoryType>git</RepositoryType>
2429
</PropertyGroup>
2530

@@ -41,4 +46,15 @@
4146
<ItemGroup>
4247
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
4348
</ItemGroup>
49+
50+
<ItemGroup>
51+
<None Include="..\Icon.png">
52+
<Pack>True</Pack>
53+
<PackagePath></PackagePath>
54+
</None>
55+
<None Include="..\README.md">
56+
<Pack>True</Pack>
57+
<PackagePath></PackagePath>
58+
</None>
59+
</ItemGroup>
4460
</Project>

packages/repositories.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)