Skip to content

Commit 2320a8e

Browse files
Fixed broken nuget badge
Added release notes for the latest release v2.0.1
1 parent be5133c commit 2320a8e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

MiHomeLib/MiHomeLib.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33
<Title>MiHomeLib</Title>
44
<TargetFrameworks>netstandard2.0;net481</TargetFrameworks>
55
<PackageId>MiHomeLib</PackageId>
6-
<PackageVersion>2.0.0</PackageVersion>
6+
<PackageVersion>2.0.1</PackageVersion>
77
<MinClientVersion>2.6</MinClientVersion>
88
<Authors>Sergey Brutsky</Authors>
99
<Description>C# library for using xiaomi smart gateway in your scenarious</Description>
1010
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
1111
<PackageReleaseNotes>
12-
Added support for Xiaomi Gateway 3 (ZNDMWG03LM) and several sensors
13-
Check details in the documentation.
12+
Added support for Aqara vibration sensor DJT11LM
13+
Switched from System.Data.SQlite to Microsoft.Data.Sqlite because the first one is not supported on apple m3 max arm64 arch :(
1414
</PackageReleaseNotes>
15-
<Copyright>Copyright 2017-2024 (c) Sergey Brutsky. All rights reserved.</Copyright>
15+
<Copyright>Copyright 2017-2025 (c) Sergey Brutsky. All rights reserved.</Copyright>
1616
<PackageTags>xiaomi xiaomi-smart-home gateway3 gateway2 smarthome csharp netstandard2 netcore2 mihome</PackageTags>
1717
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1818
<RepositoryUrl>https://github.com/sergey-brutsky/mi-home</RepositoryUrl>

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
[![Build project](https://github.com/sergey-brutsky/mi-home/actions/workflows/main.yml/badge.svg)](https://github.com/sergey-brutsky/mi-home/actions/workflows/main.yml)
44
[![Tests](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/sergey-brutsky/d70d7e06eb53484b7514bfd63cec6885/raw)](https://github.com/sergey-brutsky/mi-home/actions/workflows/main.yml)
5-
[![Nuget](https://buildstats.info/nuget/mihomelib)](https://www.nuget.org/packages/MiHomeLib)
5+
[![Nuget](https://img.shields.io/nuget/dt/mihomelib
6+
)](https://www.nuget.org/packages/MiHomeLib)
67
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/sergey-brutsky/mi-home/blob/master/LICENSE.md)
78

89
This library provides simple and flexible C# API for Xiaomi smart devices.

0 commit comments

Comments
 (0)