Skip to content

Commit a298137

Browse files
committed
Update release notes.
1 parent b5d61d6 commit a298137

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/Roydl.Text.csproj

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@
1010
<Company>Roy Schroedel</Company>
1111
<Authors>Roy Schroedel</Authors>
1212
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
13-
<Description>Provides functions for encoding and decoding base 2, 8, 10, 16, 32, 64, 85 and 91.</Description>
13+
<Description>Provides functions for encoding and decoding base 2, 8, 10, 16, 32, 64, 85 and 91 and more.</Description>
1414
<PackageProjectUrl>https://github.com/Roydl/Text</PackageProjectUrl>
1515
<PackageIcon>LOGO.png</PackageIcon>
1616
<RepositoryUrl>git://github.com/Roydl/Text</RepositoryUrl>
1717
<PackageTags>encoding decoding base2 base8 base10 base16 base32 base64 base85 base91</PackageTags>
1818
<RepositoryType></RepositoryType>
1919
<SignAssembly>false</SignAssembly>
2020
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
21-
<Version>1.0.0</Version>
21+
<Version>1.0.1</Version>
2222
<PackageId>Roydl.Text</PackageId>
2323
<Product>Roydl.Text</Product>
2424
<AppDesignerFolder>Resources</AppDesignerFolder>
25+
<PackageReleaseNotes>- Added `TextSeparator` class which contains constant whitespace characters
26+
- Added `TextVerify` class, which can be used to determine categories of characters
27+
- Added `TextConvert` class which provides Rot13 and line separator conversion
28+
- Improved performance when encoding and decoding large data</PackageReleaseNotes>
2529
</PropertyGroup>
2630

2731
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

0 commit comments

Comments
 (0)