From f36f6c48fd4ebe9d1b4c84b49d578739a6f0dcde Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Sun, 5 Feb 2023 02:04:38 +0200 Subject: [PATCH] added README file --- Netmash.sln | 1 + README.md | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 README.md diff --git a/Netmash.sln b/Netmash.sln index 98cfec1..aeb6c18 100644 --- a/Netmash.sln +++ b/Netmash.sln @@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution Directory.Build.props = Directory.Build.props Notes.txt = Notes.txt NuGet.config = NuGet.config + README.md = README.md EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0202271-4E92-4DB8-900D-B5FD745B9278}" diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef2dfc1 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Netamash + +Netamash is a collection of .NET projects from which nuget packages are generated. +The purpose of these packages is to facilitate the development of .NET applications and services. + +* Netmash.Core.Abstractions +* Netmash.Data.EntityFramework +* Netmash.DataAccess.SqlServer +* Netmash.Extensions.Caching +* Netmash.Extensions.Http +* Netmash.Extensions.Swagger +* Netmash.Hosting.WindowsService +* Netmash.Infrastructure.DatabaseMigration +* Netmash.Infrastructure.PublicIP +* Netmash.Logging.Api +* Netmash.Security.Authentication.Tuitio + +The most intensive use of these packages can be analyzed in the open source projects presented in the structure of my home lab: https://lab.code-rove.com/gitea/explore/repos