Skip to content

Commit 5c8c348

Browse files
committed
- updated nuget spec
1 parent de36b7e commit 5c8c348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

StringMath/StringMath.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ Supports variables and user defined operators.</Description>
1515
<Version>2.0.0</Version>
1616
<PackageReleaseNotes>Create an instance of a Calculator with custom operators and variables or use the static class SMath.
1717
Specify the operator's precedence when creating a new one or overwriting an existing one.
18-
Create custom operators using both letters or different characters than letters.
18+
Create custom operators using both letters and different characters than letters.
1919
Added more default operators.
20-
Added default replacements for Calculator instances (PI, E).
20+
Added variables for Calculator instances (PI, E).
2121
The Replacement's api was changed to use a Replacements collection instead of an array of Replacement objects.</PackageReleaseNotes>
2222
<AssemblyVersion>2.0.0.0</AssemblyVersion>
2323
<PackageLicenseFile></PackageLicenseFile>

0 commit comments

Comments
 (0)