We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ea3d6 commit ad35261Copy full SHA for ad35261
1 file changed
src/Roydl.AlphaNumericComparer.csproj
@@ -18,9 +18,10 @@
18
<RepositoryType></RepositoryType>
19
<SignAssembly>false</SignAssembly>
20
<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>
+ <Version>1.0.2</Version>
+ <PackageReleaseNotes>- .NET Core 3.1 is now supported
+- 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>
25
</PropertyGroup>
26
27
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
0 commit comments