Skip to content

Commit 22624ee

Browse files
authored
Merge pull request #12 from futurum-dev/feature/readme-dotnet-8
Fix README.md and project file so it references the Swagger image cor…
2 parents 7e32af5 + ace33b5 commit 22624ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage Status](https://img.shields.io/coveralls/github/futurum-dev/dotnet.futurum.webapiendpoint.micro?style=for-the-badge)](https://coveralls.io/github/futurum-dev/dotnet.futurum.webapiendpoint.micro?branch=main)
66
[![NuGet version](https://img.shields.io/nuget/v/futurum.webapiendpoint.micro?style=for-the-badge)](https://www.nuget.org/packages/futurum.webapiendpoint.micro)
77

8-
A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach in a structured way. It's built on top of dotnet 7 and minimal apis.
8+
A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach in a structured way. It's built on top of dotnet 8 and minimal apis.
99

1010
```csharp
1111
[WebApiEndpoint("greeting")]
@@ -37,7 +37,7 @@ public class GreetingWebApiEndpoint
3737
- [x] Built in [sandbox runner](#sandbox-runner) with full [TypedResults support](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.http.typedresults?view=aspnetcore-7.0), catching unhandled exceptions and returning a [ProblemDetails](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.problemdetails?view=aspnetcore-7.0) response
3838
- [x] Autodiscovery of WebApiEndpoint(s), based on Source Generators
3939
- [x] [Roslyn Analysers](#roslyn-analysers) to help build your WebApiEndpoint(s), using best practices
40-
- [x] Built on dotnet 7
40+
- [x] Built on dotnet 8
4141
- [x] Built in use of [ProblemDetails](https://learn.microsoft.com/en-us/dotnet/api/microsoft.aspnetcore.mvc.problemdetails?view=aspnetcore-7.0) support
4242
- [x] [Tested solution](https://coveralls.io/github/futurum-dev/dotnet.futurum.webapiendpoint.micro)
4343
- [x] [Comprehensive samples](#comprehensive-samples)
@@ -457,7 +457,7 @@ There are examples showing the following:
457457
- [x] Weather Forecast
458458
- [x] Addition project containing WebApiEndpoints
459459

460-
![Futurum.WebApiEndpoint.Micro.Sample-openapi.png](https://github.com/futurum-dev/dotnet.futurum.webapiendpoint.micro/raw/main/docs/Futurum.WebApiEndpoint.Micro.Sample-openapi.png)
460+
![https://raw.githubusercontent.com/futurum-dev/dotnet.futurum.webapiendpoint.micro.core.extensions/main/docs/Futurum.WebApiEndpoint.Micro.Sample-openapi.png](https://github.com/futurum-dev/dotnet.futurum.webapiendpoint.micro/raw/main/docs/Futurum.WebApiEndpoint.Micro.Sample-openapi.png)
461461

462462
### Security example
463463
How to use in Swagger UI:

src/Futurum.WebApiEndpoint.Micro/Futurum.WebApiEndpoint.Micro.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PropertyGroup>
1414
<PackageId>Futurum.WebApiEndpoint.Micro</PackageId>
1515
<PackageIcon>dotnet-logo.png</PackageIcon>
16-
<Description>A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach. Built on dotnet 7 and minimal apis.</Description>
16+
<Description>A dotnet library that allows you to build WebApiEndpoints using a vertical slice architecture approach. Built on dotnet 8 and minimal apis.</Description>
1717
<PackageProjectUrl>https://github.com/futurum-dev/dotnet.futurum.webapiendpoint.micro</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/futurum-dev/dotnet.futurum.webapiendpoint.micro</RepositoryUrl>
1919
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)