Skip to content

Commit

Permalink
Version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
Dani Michel committed Feb 25, 2021
1 parent 488d5de commit ef58e25
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ Equ Releases

*Equ uses [SemVer](http://semver.org/) as versioning scheme.*


## 2.3.0

- [PR #24](https://github.com/thedmi/Equ/pull/24) Better integration with C# 9 record types through `EquCompare<T>`.


## 2.2.0

- [PR #21](https://github.com/thedmi/Equ/pull/21) The member resolution logic of Equ can now also be used for ToString() generation.


## 2.1.0

- [PR #19](https://github.com/thedmi/Equ/pull/19) The assembly has now a strong name. Thanks to @gasparnagy for the PR.
Expand Down
6 changes: 3 additions & 3 deletions Sources/Equ/Equ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<PropertyGroup>
<TargetFrameworks>netstandard1.5;netstandard2.0</TargetFrameworks>
<AssemblyVersion>2.2</AssemblyVersion>
<FileVersion>2.2.0</FileVersion>
<Version>2.2.0</Version>
<AssemblyVersion>2.3</AssemblyVersion>
<FileVersion>2.3.0</FileVersion>
<Version>2.3.0</Version>
<Authors>Dani Michel</Authors>
<Company>Dani Michel</Company>
<Description>Fast, convention-based, zero-code equality functions</Description>
Expand Down

0 comments on commit ef58e25

Please sign in to comment.