From 1da78c34194c26fd8e3ed00c2cefef9d9e0fb721 Mon Sep 17 00:00:00 2001 From: Michael Kasseckert <161338411+mika-engineering@users.noreply.github.com> Date: Thu, 21 Nov 2024 18:19:54 +0100 Subject: [PATCH] docs: update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 923e5fd..826fd48 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ The official SDK for creating [Open Commissioning Assistant](https://github.com/OpenCommissioning/OC_Assistant) plugins. +[![NuGet Status](https://img.shields.io/nuget/v/OC.Assistant.Sdk.svg)](https://www.nuget.org/packages/OC.Assistant.Sdk/) + ### Quick Getting Started: 1. Create a ```Class Library``` project with target framework ```.NET8``` or ```.NET Framework 4.8.1``` 2. Add the ```OC.Assistant.Sdk``` package via nuget @@ -23,4 +25,4 @@ To run your plugin, simply place your *.dll and *.plugin files in the directory Further details how to use ```Attributes```, ```Properties``` and ```Methods``` can be found within the SDK. \ You can also learn how to build your own plugin by reviewing existing ones on our [Open Commissioning GitHub page](https://github.com/OpenCommissioning). \ -Also check out our [YouTube channel](https://www.youtube.com/@OpenCommissioning) for upcoming tutorials. \ No newline at end of file +Also check out our [YouTube channel](https://www.youtube.com/@OpenCommissioning) for upcoming tutorials.