Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Si13n7 committed May 23, 2021
1 parent a0ea3d6 commit ad35261
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Roydl.AlphaNumericComparer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
<RepositoryType></RepositoryType>
<SignAssembly>false</SignAssembly>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>1.0.1</Version>
<PackageReleaseNotes>- Removed redundant try-catch
- 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
- The documentation has been improved to make some things easier to understand</PackageReleaseNotes>
</PropertyGroup>

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

0 comments on commit ad35261

Please sign in to comment.