Skip to content

Commit

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

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

## 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.
- [PR #18](https://github.com/thedmi/Equ/pull/18) Target `netstandard2.0` in addition to the previous `netstandard1.5`.
- [PR #17](https://github.com/thedmi/Equ/pull/17) Indexers are now ignored. The data that indexers expose is typically contained in fields anyway, so the value objects semantics are preserved.
- [PR #16](https://github.com/thedmi/Equ/pull/16) The equality comparison for dictionaries and sets disregards the order now.


## 2.0.2

- [PR #6](https://github.com/thedmi/Equ/pull/6) `ElementwiseSequenceEqualityComparer.GetHashCode()` handles now `null` values correctly. Thanks to **zgabi** 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.0.2</AssemblyVersion>
<FileVersion>2.0.2</FileVersion>
<Version>2.0.2</Version>
<AssemblyVersion>2.1</AssemblyVersion>
<FileVersion>2.1.0</FileVersion>
<Version>2.1.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 bf14a68

Please sign in to comment.