Skip to content

Commit

Permalink
Included enum in docs and keywords.
Browse files Browse the repository at this point in the history
  • Loading branch information
electricessence committed Sep 20, 2021
1 parent 805fe03 commit 59776ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Open.Text

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

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

Expand Down
6 changes: 3 additions & 3 deletions Source/Open.Text.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>electricessence</Authors>
<Description>
A set of useful extensions for working with strings, spans, and value formatting.
A set of useful extensions for working with strings, spans, enums, and value formatting.

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

0 comments on commit 59776ed

Please sign in to comment.