Skip to content

Commit 59776ed

Browse files
Included enum in docs and keywords.
1 parent 805fe03 commit 59776ed

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Open.Text
22

3-
A set of useful extensions for working with strings, spans, and value formatting.
3+
A set of useful extensions for working with strings, spans, enums, and value formatting.
44

55
[![NuGet](https://img.shields.io/nuget/v/Open.Text.svg)](https://www.nuget.org/packages/Open.Text/)
66

Source/Open.Text.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
99
<Authors>electricessence</Authors>
1010
<Description>
11-
A set of useful extensions for working with strings, spans, and value formatting.
11+
A set of useful extensions for working with strings, spans, enums, and value formatting.
1212

1313
Part of the "Open" set of libraries.
1414
</Description>
1515
<Copyright>© electricessence (Oren F.) All rights reserved.</Copyright>
1616
<PackageProjectUrl>https://github.com/Open-NET-Libraries/Open.Text</PackageProjectUrl>
1717
<RepositoryUrl>https://github.com/Open-NET-Libraries/Open.Text</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
19-
<PackageTags>dotnet, dotnetcore, string, span, readonlyspan, text, format, split, trim, equals, trimmed equals, first, last, preceding, following, stringbuilder, extensions</PackageTags>
20-
<Version>3.4.1</Version>
19+
<PackageTags>dotnet, dotnetcore, string, span, enum, readonlyspan, text, format, split, trim, equals, trimmed equals, first, last, preceding, following, stringbuilder, extensions</PackageTags>
20+
<Version>3.4.2</Version>
2121
<PackageReleaseNotes></PackageReleaseNotes>
2222
<PackageLicenseExpression>MIT</PackageLicenseExpression>
2323
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)