Skip to content

Commit

Permalink
Added Readme files for nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
fancyDevelopment committed Jun 27, 2024
1 parent 0d69818 commit 5b6767e
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<Copyright>Copyright 2015-2024 fancyDevelopment - Daniel Murrmann</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fancyDevelopment/Fancy.ResourceLinker</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -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)


Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<Copyright>Copyright 2015-2024 fancyDevelopment - Daniel Murrmann</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fancyDevelopment/Fancy.ResourceLinker</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions src/Fancy.ResourceLinker.Gateway/README.md
Original file line number Diff line number Diff line change
@@ -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)


Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@
<Copyright>Copyright 2015-2024 fancyDevelopment - Daniel Murrmann</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fancyDevelopment/Fancy.ResourceLinker</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions src/Fancy.ResourceLinker.Hateoas/README.md
Original file line number Diff line number Diff line change
@@ -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)


Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<Copyright>Copyright 2015-2024 fancyDevelopment - Daniel Murrmann</Copyright>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/fancyDevelopment/Fancy.ResourceLinker</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
9 changes: 9 additions & 0 deletions src/Fancy.ResourceLinker.Models/README.md
Original file line number Diff line number Diff line change
@@ -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)


0 comments on commit 5b6767e

Please sign in to comment.