about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-20 07:50:40 +0100
committerRory& <root@rory.gay>2026-03-20 07:50:40 +0100
commit3522b9de8f3de0b98227f6df74cbe6b5383ae1f2 (patch)
treec66d1eda942cd6579808071cd65823f6d98a3b7b
parentMatrixHttpClient: switch retries to ConcurrentDictionary (hopefully) (diff)
downloadLibMatrix-3522b9de8f3de0b98227f6df74cbe6b5383ae1f2.tar.xz
Update readme to reflect current state HEAD master
-rw-r--r--README.MD10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.MD b/README.MD

index 85a8137..f5ede59 100644 --- a/README.MD +++ b/README.MD
@@ -1,14 +1,18 @@ # Rory&::LibMatrix An extensible C# library for the Matrix protocol. Primarily built around our own project needs, but we're open to contributions and improvements, especially around spec compliance. -The library currently targets .NET 8. We like to follow the latest release of .NET. +The library currently targets .NET 10. We like to follow the latest release of .NET. ArcaneLibs can be found on [GitHub](https://github.com/TheArcaneBrony/ArcaneLibs.git). Personally we use the [MatrixRoomUtils project](https://cgit.rory.gay/matrix/tools/MatrixRoomUtils.git/) as workspace, though improvements to make the library more easy to build outside of this would be appreciated. # Installation -Probably add as a submodule for now? NuGet packaging still has to be implemented. +You can find the packages under the RoryLibMatrix namespace on NuGet. +https://www.nuget.org/packages/RoryLibMatrix/ +https://www.nuget.org/packages/RoryLibMatrix.EventTypes/ +https://www.nuget.org/packages/RoryLibMatrix.Federation/ +https://www.nuget.org/packages/RoryLibMatrix.Utilities.Bot/ # Contributing -See the [contributing guidelines](CONTRIBUTING.md) for more information. \ No newline at end of file +See the [contributing guidelines](CONTRIBUTING.md) for more information.