Skip to content

Commit

Permalink
Nuget release 4.4.0 related changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
VeritasSoftware committed Jul 30, 2024
1 parent 621e6ce commit 3eeaf14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions AspNetCore.ApiGateway/AspNetCore.ApiGateway.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,18 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
<RunAnalyzersDuringBuild>false</RunAnalyzersDuringBuild>
<RunAnalyzersDuringLiveAnalysis>false</RunAnalyzersDuringLiveAnalysis>
<Description>Framework to help build your own Api Gateway. Out of the box, simple Gateway as a Microservice facade. Swagger, Authorization, Event sourcing, Load balancing, Response caching, Web sockets, Logging and more support.</Description>
<Description>Endorsed by the .NET Foundation as a revolutionary Gateway! Out of the box, simple Gateway as a Microservice facade. Seamlessly transition your Web API skills to the API Gateway. Swagger, Authorization, Filters and a host of enhanced features. Supports .NET 6/7/8. </Description>
<PackageProjectUrl>https://github.com/VeritasSoftware/AspNetCore.ApiGateway</PackageProjectUrl>
<RepositoryUrl>https://github.com/VeritasSoftware/AspNetCore.ApiGateway</RepositoryUrl>
<PackageTags>AspNetCore.ApiGateway Api Gateway asp net core 6, 7 library framework restful micro service facade freeware swagger authorization, load balancing, event sourcing, Event Store, response caching, web sockets, action filters</PackageTags>
<PackageTags>AspNetCore.ApiGateway Api Gateway asp net core 6, 7, 8 library framework restful micro service facade freeware swagger authorization, load balancing, event sourcing, Event Store, response caching, web sockets, action filters</PackageTags>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IsPackable>true</IsPackable>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Authors>Shantanu</Authors>
<Company>Veritas Software</Company>
<Version>4.3.0</Version>
<PackageReleaseNotes>1. Added feature to create new default HttpClient, using HttpClientHandler, to hit all backend routes.
2. Various internal improvements.</PackageReleaseNotes>
<Version>4.4.0</Version>
<PackageReleaseNotes>1. Added support for .NET 8. Now, supports .NET 6/7/8.</PackageReleaseNotes>
<Title>AspNetCore.ApiGateway</Title>
</PropertyGroup>

Expand Down

0 comments on commit 3eeaf14

Please sign in to comment.