Skip to content

Commit 9bc63df

Browse files
authored
Update README.md
1 parent ab192b1 commit 9bc63df

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,27 @@
22
[![Join the chat at https://gitter.im/Tynamix/ObjectFiller.NET](https://badges.gitter.im/Tynamix/ObjectFiller.NET.svg)](https://gitter.im/Tynamix/ObjectFiller.NET?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
33

44
# ObjectFiller.NET
5-
![ObjectFiller NET Logo](https://raw.githubusercontent.com/Tynamix/ObjectFiller.NET/master/logo.png)
5+
<p align="center">
6+
<img src="https://raw.githubusercontent.com/Tynamix/ObjectFiller.NET/master/logo.png">
7+
</p>
68

79
The **.NET ObjectFiller** fills the properties of your .NET objects with random data!
810
It has a very comfortable Fluent API.
911
You are able to fill object instances or you just let them create for you.
1012
It is also possible to create instances of classes which have constructors with parameters.
1113
You can also fill properties which are derived by an interface.
1214
The **.NET ObjectFiller** also supports IEnumerable<T> (and all derivations) as well as Dictionaries.
15+
16+
----------
17+
18+
### Donate
19+
I do not make any money with ObjectFiller.NET. It is a pure hobby project. But if I could save your time with this project or if you like to use the library I would be very happy about a small donation!
20+
21+
<p align="center">
22+
<a href="https://www.paypal.com/donate/?hosted_button_id=P89J29HBE3WBC" target="_blank"><img src="https://www.paypalobjects.com/webstatic/de_DE/i/de-pp-logo-200px.png"></a>
23+
</p>
1324

25+
----------
1426

1527
### Get it on
1628
[NuGet](https://www.nuget.org/packages/Tynamix.ObjectFiller)!
@@ -19,7 +31,6 @@ The **.NET ObjectFiller** also supports IEnumerable<T> (and all derivations) as
1931

2032
----------
2133

22-
2334
### Quick Start
2435
![ObjectFiller.NET Quickstart](https://raw.githubusercontent.com/Tynamix/ObjectFiller.NET/master/objectfiller-quickstart.gif)
2536

0 commit comments

Comments
 (0)