From 5b6767e76137ddfbb3dc2b243cccfee242bd9e0f Mon Sep 17 00:00:00 2001
From: Daniel Murrmann <9040811+fancyDevelopment@users.noreply.github.com>
Date: Thu, 27 Jun 2024 22:53:28 +0200
Subject: [PATCH] Added Readme files for nuget
---
...ncy.ResourceLinker.Gateway.EntityFrameworkCore.csproj | 5 +++++
.../README.md | 9 +++++++++
.../Fancy.ResourceLinker.Gateway.csproj | 5 +++++
src/Fancy.ResourceLinker.Gateway/README.md | 9 +++++++++
.../Fancy.ResourceLinker.Hateoas.csproj | 5 +++++
src/Fancy.ResourceLinker.Hateoas/README.md | 9 +++++++++
.../Fancy.ResourceLinker.Models.csproj | 5 +++++
src/Fancy.ResourceLinker.Models/README.md | 9 +++++++++
8 files changed, 56 insertions(+)
create mode 100644 src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/README.md
create mode 100644 src/Fancy.ResourceLinker.Gateway/README.md
create mode 100644 src/Fancy.ResourceLinker.Hateoas/README.md
create mode 100644 src/Fancy.ResourceLinker.Models/README.md
diff --git a/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj b/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj
index 17156a5..2c6679b 100644
--- a/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj
+++ b/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/Fancy.ResourceLinker.Gateway.EntityFrameworkCore.csproj
@@ -15,8 +15,13 @@
Copyright 2015-2024 fancyDevelopment - Daniel Murrmann
Apache-2.0
https://github.com/fancyDevelopment/Fancy.ResourceLinker
+ README.md
+
+
+
+
diff --git a/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/README.md b/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/README.md
new file mode 100644
index 0000000..fd9d20e
--- /dev/null
+++ b/src/Fancy.ResourceLinker.Gateway.EntityFrameworkCore/README.md
@@ -0,0 +1,9 @@
+# Fancy.ResourceLinker.Gateway.EntityFrameworkCore
+
+This library is part of the **Fancy.ResourceLinker** project.
+
+A set of libraries to easily create API Gateways and Backend for Frontends (BFF) based on ASP.NET Core with truly RESTful web apis.
+
+Please find more information at the official GitHub repository: [https://github.com/fancyDevelopment/Fancy.ResourceLinker](https://github.com/fancyDevelopment/Fancy.ResourceLinker)
+
+
diff --git a/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj b/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj
index aaf8ac3..ebf8bd5 100644
--- a/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj
+++ b/src/Fancy.ResourceLinker.Gateway/Fancy.ResourceLinker.Gateway.csproj
@@ -15,8 +15,13 @@
Copyright 2015-2024 fancyDevelopment - Daniel Murrmann
Apache-2.0
https://github.com/fancyDevelopment/Fancy.ResourceLinker
+ README.md
+
+
+
+
diff --git a/src/Fancy.ResourceLinker.Gateway/README.md b/src/Fancy.ResourceLinker.Gateway/README.md
new file mode 100644
index 0000000..62c78dd
--- /dev/null
+++ b/src/Fancy.ResourceLinker.Gateway/README.md
@@ -0,0 +1,9 @@
+# Fancy.ResourceLinker.Gateway
+
+This library is part of the **Fancy.ResourceLinker** project.
+
+A set of libraries to easily create API Gateways and Backend for Frontends (BFF) based on ASP.NET Core with truly RESTful web apis.
+
+Please find more information at the official GitHub repository: [https://github.com/fancyDevelopment/Fancy.ResourceLinker](https://github.com/fancyDevelopment/Fancy.ResourceLinker)
+
+
diff --git a/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj b/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj
index 1aa9849..f4fc691 100644
--- a/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj
+++ b/src/Fancy.ResourceLinker.Hateoas/Fancy.ResourceLinker.Hateoas.csproj
@@ -15,8 +15,13 @@
Copyright 2015-2024 fancyDevelopment - Daniel Murrmann
Apache-2.0
https://github.com/fancyDevelopment/Fancy.ResourceLinker
+ README.md
+
+
+
+
diff --git a/src/Fancy.ResourceLinker.Hateoas/README.md b/src/Fancy.ResourceLinker.Hateoas/README.md
new file mode 100644
index 0000000..6ebf572
--- /dev/null
+++ b/src/Fancy.ResourceLinker.Hateoas/README.md
@@ -0,0 +1,9 @@
+# Fancy.ResourceLinker.Hateoas
+
+This library is part of the **Fancy.ResourceLinker** project.
+
+A set of libraries to easily create API Gateways and Backend for Frontends (BFF) based on ASP.NET Core with truly RESTful web apis.
+
+Please find more information at the official GitHub repository: [https://github.com/fancyDevelopment/Fancy.ResourceLinker](https://github.com/fancyDevelopment/Fancy.ResourceLinker)
+
+
diff --git a/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj b/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj
index 6410a43..e52c9ba 100644
--- a/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj
+++ b/src/Fancy.ResourceLinker.Models/Fancy.ResourceLinker.Models.csproj
@@ -15,6 +15,11 @@
Copyright 2015-2024 fancyDevelopment - Daniel Murrmann
Apache-2.0
https://github.com/fancyDevelopment/Fancy.ResourceLinker
+ README.md
+
+
+
+
diff --git a/src/Fancy.ResourceLinker.Models/README.md b/src/Fancy.ResourceLinker.Models/README.md
new file mode 100644
index 0000000..250789a
--- /dev/null
+++ b/src/Fancy.ResourceLinker.Models/README.md
@@ -0,0 +1,9 @@
+# Fancy.ResourceLinker.Models
+
+This library is part of the **Fancy.ResourceLinker** project.
+
+A set of libraries to easily create API Gateways and Backend for Frontends (BFF) based on ASP.NET Core with truly RESTful web apis.
+
+Please find more information at the official GitHub repository: [https://github.com/fancyDevelopment/Fancy.ResourceLinker](https://github.com/fancyDevelopment/Fancy.ResourceLinker)
+
+