Skip to content

Commit ad35261

Browse files
committed
Update release notes.
1 parent a0ea3d6 commit ad35261

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/Roydl.AlphaNumericComparer.csproj

+4-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
<RepositoryType></RepositoryType>
1919
<SignAssembly>false</SignAssembly>
2020
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
21-
<Version>1.0.1</Version>
22-
<PackageReleaseNotes>- Removed redundant try-catch
23-
- Renamed IStringComparer to IStringObjectComparer to avoid name collision</PackageReleaseNotes>
21+
<Version>1.0.2</Version>
22+
<PackageReleaseNotes>- .NET Core 3.1 is now supported
23+
- Improved comparison so that it also applies to classes with `Text` or `Name` fields
24+
- The documentation has been improved to make some things easier to understand</PackageReleaseNotes>
2425
</PropertyGroup>
2526

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

0 commit comments

Comments
 (0)