Skip to content

Commit 1869f7b

Browse files
[DOCS]: Update Nuget Tags and README (#20)
* Create draft PR for #19 [skip ci] * update README and nuget tags --------- Authored-by: Brenton Farmer <brent.farmer@wagglebee.net>
1 parent 19398a8 commit 1869f7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workflows and other language constructs.
1717
* `ForExpression`: An expression that represents a for loop.
1818
* `ForEachExpression`: An expression that represents a foreach loop.
1919

20-
* * **Other Expressions**
20+
* **Other Expressions**
2121
* `StringFormatExpression`: An expression that creates a string using a supplied format string and parameters.
2222
* `DebugExpression`: An expression that helps when debugging expression trees.
2323

src/Hyperbee.Expressions/Hyperbee.Expressions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Authors>Stillpoint Software, Inc.</Authors>
99
<PackageId>Hyperbee.Expressions</PackageId>
1010
<PackageReadmeFile>README.md</PackageReadmeFile>
11-
<PackageTags>expression-tree;expressions;async;await;expression-extension;async-await;custom-expressions;dynamic-code;code-generation</PackageTags>
11+
<PackageTags>expression-tree;expressions;async;await;expression-extension</PackageTags>
1212

1313
<PackageIcon>icon.png</PackageIcon>
1414
<PackageProjectUrl>https://stillpoint-software.github.io/hyperbee.expressions/</PackageProjectUrl>

0 commit comments

Comments
 (0)