diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-15 10:13:40 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-15 10:13:40 +0200 |
commit | f56f9eee9ef2b54677ad06de96c5b363d31887a3 (patch) | |
tree | f92b54f0584d29570ba5acd04f255a1597d2d13f /README.MD | |
parent | Add README (diff) | |
download | LibMatrix-f56f9eee9ef2b54677ad06de96c5b363d31887a3.tar.xz |
Improve README
Diffstat (limited to '')
-rw-r--r-- | README.MD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.MD b/README.MD index 9f67ba6..b0370b4 100644 --- a/README.MD +++ b/README.MD @@ -1,7 +1,9 @@ # 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 primarily targets .NET 7, but will update to .NET 8 once that's released. Preferably, we like to follow the latest release of .NET. +The library primarily targets .NET 7, but will update to .NET 8 once that's released. Preferably, 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://git.rory.gay/matrix/MatrixRoomUtils.git/) as workspace, though improvements to make the library more easy to build outside of this would be appreciated. # Installation |