From a649b5d8fb88ed83334339f8fed1eb957b009db5 Mon Sep 17 00:00:00 2001 From: Patrick Scheid Date: Thu, 23 Jul 2026 02:34:58 +0200 Subject: [PATCH] Mention the community .NET Standard port in the README Point .NET Framework / .NET Standard 2.0 users to davidmatson's port (requested in #5), with an explicit disclaimer that it is third-party, not maintained or audited by this project, and may lag behind upstream. Fixes #5 --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 09df3c2..eee7b92 100644 --- a/README.md +++ b/README.md @@ -259,3 +259,10 @@ with the Go reference implementation and Rust's `rage`. - [age](https://github.com/FiloSottile/age) — the reference Go implementation and CLI - [rage](https://github.com/str4d/rage) — a Rust implementation of age - [awesome-age](https://github.com/FiloSottile/awesome-age) — age plugins, tools, and integrations + +AgeSharp targets .NET 10. If you need an older runtime, there is a community port +to .NET Standard 2.0 / .NET Framework 4.8: + +- [AgeSharpNetStandard](https://github.com/davidmatson/AgeSharpNetStandard) — third-party, + **not maintained or audited by this project**. It is a point-in-time port that may lag + behind AgeSharp (including security fixes), so review it yourself before relying on it.