|
1 |
| - |
2 |
| - |
3 |
| -[](https://ci.appveyor.com/project/nhibernate/fluent-nhibernate/branch/main) |
4 |
| -[](https://www.nuget.org/packages/FluentNHibernate) |
5 |
| - |
6 |
| -## What is FluentNHibernate? |
7 |
| -Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. *Get your fluent on.* |
8 |
| - |
9 |
| -## Where can I get it? |
10 |
| - |
11 |
| -Install using the [FluentNHibernate NuGet package](https://www.nuget.org/packages/FluentNHibernate): |
12 |
| - |
13 |
| -``` |
14 |
| -dotnet add package FluentNHibernate |
15 |
| -``` |
16 |
| - |
17 |
| -## How do I use it? |
18 |
| - |
19 |
| -* Read the [introduction](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Getting-started). |
20 |
| -* Get latest version from NuGet |
21 |
| - - [.NETCore2.0, NETStandard2.0 or NET 4.6.1 with NHibernate 5.x](https://www.nuget.org/packages/FluentNHibernate) |
22 |
| - - [.NET 4.0 with NHibernate 4.x](https://www.nuget.org/packages/FluentNHibernate/2.0.3) |
23 |
| - - [.NET 3.5 with NHibernate 3 if you like it vintage](https://www.nuget.org/packages/FluentNHibernate.Net35) |
24 |
| - |
25 |
| -* Create your [first project](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Getting-started#wiki-yourfirstproject). |
26 |
| - |
27 |
| -## Further reading |
28 |
| - |
29 |
| -Once you've followed the above, you can compare our [auto mapping](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Auto-mapping) to our [fluent interface](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Fluent-mapping) to see which suits your application, read through our [API documentation](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Fluent-configuration), or just see what's available for reading in our [wiki](https://github.com/FluentNHibernate/fluent-nhibernate/wiki). |
30 |
| - |
31 |
| -Contributors |
32 |
| ---------------------------------------------- |
33 |
| - |
34 |
| -Fluent NHibernate wouldn't be possible without the time and effort of its contributors. The team comprises of [James Gregory](http://jagregory.com), [Paul Batum](http://www.paulbatum.com), Andrew Stewart, [Hudson Akridge](https://github.com/HudsonAkridge), [Gleb Chermennov](https://github.com/chester89) and [Jorge Rodríguez Galán](https://github.com/jrgcubano). |
35 |
| - |
36 |
| -**Our valued committers are:** Aaron Jensen, Alexander Gross, Andrew Stewart, Barry Dahlberg, Bobby Johnson, Brian Donahue, Cameron Harris, Chad Myers, Chris Chilvers, Craig Neuwirt, Dan Malcolm, Daniel Mirapalheta, David Archer, David Longnecker, David R. Longnecker, Derick Bailey, Erik Ojebo, Firo, Hudson Akridge, Ivan Zlatev, James Freiwirth, James Gregory, James Kovacs, Jeremy Skinner, Lee Henson, Louis DeJardin, Patric Forsgard, Paul Batum, Roelof Blom, Stuart Childs, Tom Janssens, Tuna Toksoz, U-BSOD\pruiz, di97mni, dschilling, felixg, jeremydmiller, kevm, leebrandt, maxild, robsosno, [Jorge Rodríguez Galán](https://github.com/jrgcubano) and many more.</p> |
37 |
| - |
38 |
| -Thanks goes to [Jeremy Miller](http://codebetter.com/blogs/jeremy.miller) for the original idea and implementation. |
39 |
| - |
40 |
| -Fluent NHibernate is © 2008-2018 [James Gregory](http://jagregory.com) and contributors under the [BSD license](https://github.com/nhibernate/fluent-nhibernate/blob/main/LICENSE) |
41 |
| - |
| 1 | + |
| 2 | + |
| 3 | +[](https://ci.appveyor.com/project/nhibernate/fluent-nhibernate/branch/main) |
| 4 | +[](https://www.nuget.org/packages/FluentNHibernate) |
| 5 | + |
| 6 | +## What is FluentNHibernate? |
| 7 | +Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. *Get your fluent on.* |
| 8 | + |
| 9 | +## Where can I get it? |
| 10 | + |
| 11 | +Install using the [FluentNHibernate NuGet package](https://www.nuget.org/packages/FluentNHibernate): |
| 12 | + |
| 13 | +``` |
| 14 | +dotnet add package FluentNHibernate |
| 15 | +``` |
| 16 | + |
| 17 | +## How do I use it? |
| 18 | + |
| 19 | +* Read the [introduction](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Getting-started). |
| 20 | +* Get latest version from NuGet |
| 21 | + - [.NETCore2.0, NETStandard2.0 or NET 4.6.1 with NHibernate 5.x](https://www.nuget.org/packages/FluentNHibernate) |
| 22 | + - [.NET 4.0 with NHibernate 4.x](https://www.nuget.org/packages/FluentNHibernate/2.0.3) |
| 23 | + - [.NET 3.5 with NHibernate 3 if you like it vintage](https://www.nuget.org/packages/FluentNHibernate.Net35) |
| 24 | + |
| 25 | +* Create your [first project](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Getting-started#wiki-yourfirstproject). |
| 26 | + |
| 27 | +## Further reading |
| 28 | + |
| 29 | +Once you've followed the above, you can compare our [auto mapping](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Auto-mapping) to our [fluent interface](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Fluent-mapping) to see which suits your application, read through our [API documentation](https://github.com/FluentNHibernate/fluent-nhibernate/wiki/Fluent-configuration), or just see what's available for reading in our [wiki](https://github.com/FluentNHibernate/fluent-nhibernate/wiki). |
| 30 | + |
| 31 | +Contributors |
| 32 | +--------------------------------------------- |
| 33 | + |
| 34 | +Fluent NHibernate wouldn't be possible without the time and effort of its contributors. The team comprises of [James Gregory](http://jagregory.com), [Paul Batum](http://www.paulbatum.com), Andrew Stewart, [Hudson Akridge](https://github.com/HudsonAkridge), [Gleb Chermennov](https://github.com/chester89) and [Jorge Rodríguez Galán](https://github.com/jrgcubano). |
| 35 | + |
| 36 | +**Our valued committers are:** Aaron Jensen, Alexander Gross, Andrew Stewart, Barry Dahlberg, Bobby Johnson, Brian Donahue, Cameron Harris, Chad Myers, Chris Chilvers, Craig Neuwirt, Dan Malcolm, Daniel Mirapalheta, David Archer, David Longnecker, David R. Longnecker, Derick Bailey, Erik Ojebo, Firo, Hudson Akridge, Ivan Zlatev, James Freiwirth, James Gregory, James Kovacs, Jeremy Skinner, Lee Henson, Louis DeJardin, Patric Forsgard, Paul Batum, Roelof Blom, Stuart Childs, Tom Janssens, Tuna Toksoz, U-BSOD\pruiz, di97mni, dschilling, felixg, jeremydmiller, kevm, leebrandt, maxild, robsosno, [Jorge Rodríguez Galán](https://github.com/jrgcubano) and many more.</p> |
| 37 | + |
| 38 | +Thanks goes to [Jeremy Miller](http://codebetter.com/blogs/jeremy.miller) for the original idea and implementation. |
| 39 | + |
| 40 | +Fluent NHibernate is © 2008-2018 [James Gregory](http://jagregory.com) and contributors under the [BSD license](https://github.com/nhibernate/fluent-nhibernate/blob/main/LICENSE) |
| 41 | + |
0 commit comments