diff --git a/docs/assets/images/icon.png b/docs/assets/images/icon.png new file mode 100644 index 0000000..7532a9f Binary files /dev/null and b/docs/assets/images/icon.png differ diff --git a/src/ProxyR.Abstractions/ProxyR.Abstractions.csproj b/src/ProxyR.Abstractions/ProxyR.Abstractions.csproj index b35d4d2..7b03b49 100644 --- a/src/ProxyR.Abstractions/ProxyR.Abstractions.csproj +++ b/src/ProxyR.Abstractions/ProxyR.Abstractions.csproj @@ -2,6 +2,7 @@ net8.0 + false diff --git a/src/ProxyR.Core/ProxyR.Core.csproj b/src/ProxyR.Core/ProxyR.Core.csproj index b91c1a9..8d13084 100644 --- a/src/ProxyR.Core/ProxyR.Core.csproj +++ b/src/ProxyR.Core/ProxyR.Core.csproj @@ -15,8 +15,8 @@ api;rest;sql-server;middleware;dotnet;database;proxy;rest-api;aspnetcore;webapi;database-first;auto-api README.md https://github.com/abbasmhd/ProxyR/releases - icon.svg - https://abbasmhd.github.io/ProxyR/assets/images/icon.svg + icon.png + https://abbasmhd.github.io/ProxyR/assets/images/icon.png https://github.com/abbasmhd/ProxyR/wiki Copyright © 2024 ProxyR true @@ -26,6 +26,7 @@ true portable true + false @@ -34,7 +35,7 @@ - + diff --git a/src/ProxyR.Middleware/ProxyR.Middleware.csproj b/src/ProxyR.Middleware/ProxyR.Middleware.csproj index 55ade12..3b169bd 100644 --- a/src/ProxyR.Middleware/ProxyR.Middleware.csproj +++ b/src/ProxyR.Middleware/ProxyR.Middleware.csproj @@ -4,6 +4,22 @@ net8.0 False $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage + true + Abbasmhd.ProxyR.Middleware + 0.0.1 + alpha + abbasmhd + ProxyR + Middleware component for ProxyR - a powerful .NET middleware that automatically exposes SQL Server functions and views as REST API endpoints. + MIT + https://abbasmhd.github.io/ProxyR/ + https://github.com/abbasmhd/ProxyR.git + git + api;rest;sql-server;middleware;dotnet;database;proxy;rest-api;aspnetcore;webapi;database-first;auto-api + README.md + https://github.com/abbasmhd/ProxyR/releases + icon.png + Copyright © 2024 ProxyR @@ -28,11 +44,16 @@ true ProxyR.Core.dll - + + + + + + diff --git a/src/ProxyR.OpenApi/ProxyR.OpenAPI.csproj b/src/ProxyR.OpenApi/ProxyR.OpenAPI.csproj index 0e6d3c3..0886982 100644 --- a/src/ProxyR.OpenApi/ProxyR.OpenAPI.csproj +++ b/src/ProxyR.OpenApi/ProxyR.OpenAPI.csproj @@ -6,6 +6,22 @@ enable False $(TargetsForTfmSpecificBuildOutput);CopyProjectReferencesToPackage + true + Abbasmhd.ProxyR.OpenAPI + 0.0.1 + alpha + abbasmhd + ProxyR + OpenAPI/Swagger integration for ProxyR - a powerful .NET middleware that automatically exposes SQL Server functions and views as REST API endpoints. + MIT + https://abbasmhd.github.io/ProxyR/ + https://github.com/abbasmhd/ProxyR.git + git + api;rest;sql-server;middleware;dotnet;database;proxy;rest-api;aspnetcore;webapi;database-first;auto-api;swagger;openapi + README.md + https://github.com/abbasmhd/ProxyR/releases + icon.png + Copyright © 2024 ProxyR @@ -36,4 +52,9 @@ + + + + + diff --git a/tests/ProxyR.Database/ProxyR.Database.csproj b/tests/ProxyR.Database/ProxyR.Database.csproj index 97d80d1..17f63f2 100644 --- a/tests/ProxyR.Database/ProxyR.Database.csproj +++ b/tests/ProxyR.Database/ProxyR.Database.csproj @@ -5,6 +5,7 @@ net8.0 enable enable + false diff --git a/tests/WebAPI/WebAPI.csproj b/tests/WebAPI/WebAPI.csproj index f8c204f..49399a1 100644 --- a/tests/WebAPI/WebAPI.csproj +++ b/tests/WebAPI/WebAPI.csproj @@ -2,6 +2,7 @@ net8.0 + false