From 22a2c02d20c0a5ad5a3349500099c8e89771416b Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 18 Apr 2016 10:58:09 +0100 Subject: [PATCH] Added .NET SDK :) --- .../projects/2016-04-18-matrix-dotnet-sdk.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md diff --git a/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md b/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md new file mode 100644 index 00000000..e99137ce --- /dev/null +++ b/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md @@ -0,0 +1,10 @@ +--- +layout: project +title: Matrix .NET SDK +categories: projects sdk +author: Half-Shot +maturity: Alpha +--- +# {{ page.title }} + +The .NET SDK provides a object oritented library to interact with Matrix. It is currently mature enough to be used for simple clients and bots.