diff --git a/README.md b/README.md index 8b5b55e8..0b29f103 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +
+ +![Icon](images/icon.png) # MongoFramework An "Entity Framework"-like interface for MongoDB @@ -5,6 +8,7 @@ An "Entity Framework"-like interface for MongoDB [![Codecov](https://img.shields.io/codecov/c/github/turnersoftware/mongoframework/main.svg)](https://codecov.io/gh/TurnerSoftware/MongoFramework) [![NuGet](https://img.shields.io/nuget/v/MongoFramework.svg)](https://www.nuget.org/packages/MongoFramework/) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/62fa31c90bf94f3d8e201b9684a7a4ca)](https://www.codacy.com/app/Turnerj/MongoFramework) +
## Overview MongoFramework tries to bring some of the nice features from Entity Framework into the world of MongoDB. @@ -20,7 +24,15 @@ Some of the major features include: MongoFramework is currently built on-top of the official MongoDB C# driver. -## Extensions +## Licensing and Support + +MongoFramework is licensed under the MIT license. It is free to use in personal and commercial projects. + +There are [support plans](https://turnersoftware.com.au/support-plans) available that cover all active [Turner Software OSS projects](https://github.com/TurnerSoftware). +Support plans provide private email support, expert usage advice for our projects, priority bug fixes and more. +These support plans help fund our OSS commitments to provide better software for everyone. + +## MongoFramework Extensions These extensions are official packages that enhance the functionality of MongoFramework, integrating it with other systems and tools. ### MongoFramework.Profiling.MiniProfiler diff --git a/images/icon.png b/images/icon.png new file mode 100644 index 00000000..95a6f4fe Binary files /dev/null and b/images/icon.png differ diff --git a/src/Directory.Build.props b/src/Directory.Build.props index cffe3377..e80fe982 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -7,9 +7,10 @@ $(AssemblyName) true - License.txt + MIT + icon.png https://github.com/TurnerSoftware/MongoFramework - mongo;mongodb + mongo;mongodb;data;database;orm https://github.com/TurnerSoftware/MongoFramework.git git @@ -29,7 +30,7 @@ - + \ No newline at end of file