From 22a2c02d20c0a5ad5a3349500099c8e89771416b Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 18 Apr 2016 10:58:09 +0100 Subject: [PATCH 1/2] 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. From b020db779e9010cc278d93635f40964fad737bf9 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 18 Apr 2016 11:01:53 +0100 Subject: [PATCH 2/2] Added github link to .NET SDK --- supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md b/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md index e99137ce..67ed0c58 100644 --- a/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md +++ b/supporting-docs/projects/2016-04-18-matrix-dotnet-sdk.md @@ -8,3 +8,5 @@ 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. + +[Github](https://github.com/Half-Shot/matrix-dotnet-sdk)