提交 6e348a6f 编写于 作者: 麦壳饼's avatar 麦壳饼

1.0.1

上级 200d86fd
......@@ -18,5 +18,6 @@
| IoTSharp.HealthChecks.InfluxDB |[![IoTSharp.HealthChecks.InfluxDB](https://img.shields.io/nuget/v/IoTSharp.HealthChecks.InfluxDB.svg)](https://www.nuget.org/packages/IoTSharp.HealthChecks.InfluxDB/) |![Nuget](https://img.shields.io/nuget/dt/IoTSharp.HealthChecks.InfluxDB) |InfluxDB 的健康检查组件。
| IoTSharp.HealthChecks.Cassandra |[![IoTSharp.HealthChecks.Cassandra](https://img.shields.io/nuget/v/IoTSharp.HealthChecks.Cassandra.svg)](https://www.nuget.org/packages/IoTSharp.HealthChecks.Cassandra/) |![Nuget](https://img.shields.io/nuget/dt/IoTSharp.HealthChecks.Cassandra) | Cassandra 的健康检查组件
| IoTSharp.HealthChecks.Taos |[![IoTSharp.HealthChecks.Taos](https://img.shields.io/nuget/v/IoTSharp.HealthChecks.Taos.svg)](https://www.nuget.org/packages/IoTSharp.HealthChecks.Taos/) | ![Nuget](https://img.shields.io/nuget/dt/IoTSharp.HealthChecks.Taos)| 供Asp.Net Core 使用的健康检查组件
| IoTSharp.HealthChecks.IoTDB |[![IoTSharp.HealthChecks.IoTDB](https://img.shields.io/nuget/v/IoTSharp.HealthChecks.IoTDB.svg)](https://www.nuget.org/packages/IoTSharp.HealthChecks.IoTDB/) |![Nuget](https://img.shields.io/nuget/dt/IoTSharp.HealthChecks.IoTDB) | IoTDB 的健康检查组件
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<PackageTags>HealthCheck;Health;Cassandra</PackageTags>
<Description>HealthChecks.CassandraCassandra is the health check package for CassandraCassandra.</Description>
<PackageId>IoTSharp.HealthChecks.Cassandra</PackageId>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
<Company>IoTSharp</Company>
<Authors>maikebing</Authors>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CassandraCSharpDriver" Version="3.18.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.7" />
</ItemGroup>
</Project>
......@@ -8,11 +8,11 @@
<Nullable>enable</Nullable>
<Company>IoTSharp</Company>
<Authors>maikebing</Authors>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CassandraCSharpDriver" Version="3.18.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.7" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;netstandard2.1</TargetFrameworks>
<PackageTags>HealthCheck;Health;InfluxDB</PackageTags>
<Description>HealthChecks.InfluxDB is the health check package for InfluxDB.</Description>
<PackageId>IoTSharp.HealthChecks.InfluxDB</PackageId>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
<Company>IoTSharp</Company>
<Authors>maikebing</Authors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="InfluxDB.Client" Version="4.3.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.7" />
</ItemGroup>
</Project>
......@@ -8,11 +8,11 @@
<Nullable>enable</Nullable>
<Company>IoTSharp</Company>
<Authors>maikebing</Authors>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="InfluxDB.Client" Version="4.3.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.7" />
</ItemGroup>
</Project>
......@@ -9,10 +9,14 @@
<Nullable>enable</Nullable>
<Company>IoTSharp</Company>
<Authors>maikebing</Authors>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
</RestoreAdditionalProjectSources>
<Version>1.0.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Apache.IoTDB.Data" Version="0.13.0.7-alpha" PrivateAssets="all" />
<PackageReference Include="Apache.IoTDB.Data" Version="0.13.0.7-alpha" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.7" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="6.0.7" />
</ItemGroup>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册