about summary refs log tree commit diff
diff options
context:
space:
mode:
-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.