Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hagronnestad committed Sep 12, 2023
1 parent 516fb5c commit 582b17b
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,44 @@
# dirigera-lib
# Unofficial IKEA DIRIGERA Library

This C# .NET library allows you to interact with the IKEA DIRIGERA hub.

- [Unofficial IKEA DIRIGERA Library](#unofficial-ikea-dirigera-library)
- [Nuget](#nuget)
- [Publish Nuget Package](#publish-nuget-package)
- [More Information](#more-information)
- [Website](#website)
- [GitHub](#github)
- [Disclaimer](#disclaimer)

## Nuget

This library is available as a Nuget [here](https://www.nuget.org/packages/Dirigera.Lib).

[![Nuget](https://img.shields.io/nuget/v/Dirigera.Lib)](https://www.nuget.org/packages/Dirigera.Lib)

*Nuget package installation commands:*
```
dotnet add package Dirigera.Lib --version 1.0.1
PM> NuGet\Install-Package Dirigera.Lib -Version 1.0.1
<PackageReference Include="Dirigera.Lib" Version="1.0.1" />
paket add Dirigera.Lib --version 1.0.1
```

### Publish Nuget Package
Create a new GitHub Release with a tag to trigger the `Nuget Release`-action.


## More Information

### Website
https://heinandre.no/dirigera/

### GitHub
https://github.com/hagronnestad/dirigera


## Disclaimer
This library is not endorsed by, directly affiliated with, maintained, authorized, or sponsored by Inter IKEA Systems B.V. All product and company names are the registered trademarks of their original owners. The use of any trade name or trademark is for identification and reference purposes only and does not imply any association with the trademark holder of their product brand.

0 comments on commit 582b17b

Please sign in to comment.