Skip to content

motivation and usage examples #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Announcement - v4 was released 🎈


## Motivation and usage examples
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please make in level 1 header and move a bit down after the Downloads section? Currently it's under the announcements, while it's not logically related to v4.

You can find motivation for this project as well as basic usage examples on @ploeh 's blog in [Introducing AutoFixture Likeness](https://blog.ploeh.dk/2010/06/29/IntroducingAutoFixtureLikeness/) and [Resemblance and Likeness](https://blog.ploeh.dk/2012/06/22/ResemblanceandLikeness/) posts.

## Assembly name and namespace

Recently the ownership of this project has been passed from Mark Seemann to maintainers of the AutoFixture organization. To reflect that change the default namespace prefix and assembly name were changed from `Ploeh.SemanticComparison` to `SemanticComparison`. Please use the text replace feature of your IDE to quickly fix all the namespace imports.
Expand Down