Equ 1.0.3

dotnet add package Equ --version 1.0.3
NuGet\Install-Package Equ -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Equ" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Equ --version 1.0.3
#r "nuget: Equ, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Equ as a Cake Addin
#addin nuget:?package=Equ&version=1.0.3

// Install Equ as a Cake Tool
#tool nuget:?package=Equ&version=1.0.3

Fast, convention-based equality member generation for .NET

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Equ:

Repository Stars
Radarr/Radarr
Movie organizer/manager for usenet and torrent users.
Lidarr/Lidarr
Looks and smells like Sonarr but made for music.
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
Version Downloads Last updated
1.0.3 130 4/20/2015
1.0.2 104 12/26/2014
1.0.1 114 9/17/2014
1.0.0 95 9/9/2014
0.9.2 111 9/9/2014
0.9.0 103 7/2/2014

Bug fixed in the PropertywiseEquatable. It uses now MemberwiseEqualityComparer.ByProperties as it should.