|
10 | 10 | <Company>Roy Schroedel</Company>
|
11 | 11 | <Authors>Roy Schroedel</Authors>
|
12 | 12 | <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> |
14 | 14 | <PackageProjectUrl>https://github.com/Roydl/Text</PackageProjectUrl>
|
15 | 15 | <PackageIcon>LOGO.png</PackageIcon>
|
16 | 16 | <RepositoryUrl>git://github.com/Roydl/Text</RepositoryUrl>
|
17 | 17 | <PackageTags>encoding decoding base2 base8 base10 base16 base32 base64 base85 base91</PackageTags>
|
18 | 18 | <RepositoryType></RepositoryType>
|
19 | 19 | <SignAssembly>false</SignAssembly>
|
20 | 20 | <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
|
21 |
| - <Version>1.0.0</Version> |
| 21 | + <Version>1.0.1</Version> |
22 | 22 | <PackageId>Roydl.Text</PackageId>
|
23 | 23 | <Product>Roydl.Text</Product>
|
24 | 24 | <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> |
25 | 29 | </PropertyGroup>
|
26 | 30 |
|
27 | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
0 commit comments