# 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 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 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.