Skip to content

Commit ec7de78

Browse files
Merge pull request #44 from henrikhimself/develop
Version 1
2 parents 4632f50 + c2a65ec commit ec7de78

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This repository is a .NET library that combines Microsoft YARP (Yet Another Reve
66
The `src/ReverseProxy` directory implements the core functionality of the library. The `src/ReverseProxy.Aspire` directory is an extension that integrates `src/ReverseProxy` into an Aspire solution for managing YARP route/cluster configuration.
77

88
### Technology Stack
9-
- .NET 10.0 (LTS)
9+
- .NET 10.0
10+
- .NET 8.0
1011
- Aspire
1112
- C#
1213
- Multi-platform support (Windows, Linux, macOS, containers)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[Features](#features)[Quick Start](#quick-start)[Usage](#usage)[Examples](#examples)[API Reference](#api-reference)
44

5-
A .NET library that combines [Microsoft YARP](https://microsoft.github.io/reverse-proxy/) (Yet Another Reverse Proxy) with runtime configuration APIs and automatic self-signed certificate generation. Designed to simplify development and testing of reverse proxy scenarios with minimal setup.
5+
A .NET library that combines Microsoft YARP (Yet Another Reverse Proxy) with runtime configuration APIs and automatic self-signed certificate generation. Designed to simplify development and testing of reverse proxy scenarios with minimal setup.
66

77
## Features
88

@@ -16,8 +16,8 @@ A .NET library that combines [Microsoft YARP](https://microsoft.github.io/revers
1616

1717
## Prerequisites
1818

19-
- [.NET 8.0 SDK](https://dotnet.microsoft.com/download/dotnet/8.0) or [.NET 10.0 SDK](https://dotnet.microsoft.com/download/dotnet/10.0)
20-
- [Aspire](https://aspire.dev/get-started/prerequisites/) (if using Aspire integration)
19+
- Supported .NET SDK LTS
20+
- Aspire (if using Aspire integration)
2121

2222
## Quick Start
2323

0 commit comments

Comments
 (0)