Skip to content

Commit a44c690

Browse files
committed
修正一些命名问题
1 parent 12be2e3 commit a44c690

File tree

4 files changed

+16
-23
lines changed

4 files changed

+16
-23
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019-2020 maikebing
3+
Copyright (c) 2019-2022 IoTSharp
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
# Maikebing.EntityFrameworkCore.Taos
1+
# IoTSharp.EntityFrameworkCore.Taos
22

33
## 项目简介
44

55

66
Entity, Framework, EF, Core, Data, O/RM, entity-framework-core,TDengine
77
--
88

9-
Maikebing.Data.Taos 是一个采用TDengine的原生动态库构建的ADO.Net提供程序。 它将允许你通过.Net Core 访问TDengine 数据库。
9+
IoTSharp.Data.Taos 是一个采用TDengine的原生动态库构建的ADO.Net提供程序。 它将允许你通过.Net Core 访问TDengine 数据库。
1010

1111
---
1212

13-
Maikebing.EntityFrameworkCore.Taos 是一个Entity Framework Core 的提供器, 基于Maikebing.Data.Taos实现。
13+
IoTSharp.EntityFrameworkCore.Taos 是一个Entity Framework Core 的提供器, 基于IoTSharp.Data.Taos实现。
1414

1515

1616
---
1717

18-
[![Build status](https://ci.appveyor.com/api/projects/status/8krjmvsoiilo2r10?svg=true)](https://ci.appveyor.com/project/MaiKeBing/maikebing-entityframeworkcore-taos)
19-
[![License](https://img.shields.io/github/license/maikebing/Maikebing.EntityFrameworkCore.Taos.svg)](https://github.com/maikebing/Maikebing.EntityFrameworkCore.Taos/blob/master/LICENSE)
18+
[![Build status](https://ci.appveyor.com/api/projects/status/8krjmvsoiilo2r10?svg=true)](https://ci.appveyor.com/project/iotsharp/entityframeworkcore-taos)
19+
[![License](https://img.shields.io/github/license/iotsharp/iotsharp.EntityFrameworkCore.Taos.svg)](https://github.com/maikebing/IoTSharp.EntityFrameworkCore.Taos/blob/master/LICENSE)
2020

2121

2222

2323
| NuGet名称 | 版本|下载量| 说明 |
2424
| ----------- | -------- | -------- | ------------------------------------------------------------ |
25-
| Maikebing.Data.Taos |[![Maikebing.Data.Taos](https://img.shields.io/nuget/v/Maikebing.Data.Taos.svg)](https://www.nuget.org/packages/Maikebing.Data.Taos/) |![Nuget](https://img.shields.io/nuget/dt/Maikebing.Data.Taos) |ADO.Net Core 基础组件
26-
| Maikebing.EntityFrameworkCore.Taos |[![Maikebing.EntityFrameworkCore.Taos](https://img.shields.io/nuget/v/Maikebing.EntityFrameworkCore.Taos.svg)](https://www.nuget.org/packages/Maikebing.EntityFrameworkCore.Taos/) |![Nuget](https://img.shields.io/nuget/dt/Maikebing.EntityFrameworkCore.Taos) | 供EF Core使用的组件
27-
| Maikebing.HealthChecks.Taos |[![Maikebing.HealthChecks.Taos](https://img.shields.io/nuget/v/Maikebing.HealthChecks.Taos.svg)](https://www.nuget.org/packages/Maikebing.HealthChecks.Taos/) | ![Nuget](https://img.shields.io/nuget/dt/Maikebing.HealthChecks.Taos)| 供Asp.Net Core 使用的健康检查组件
25+
| IoTSharp.Data.Taos |[![Maikebing.Data.Taos](https://img.shields.io/nuget/v/iotsharp.Data.Taos.svg)](https://www.nuget.org/packages/IoTSharp.Data.Taos/) |![Nuget](https://img.shields.io/nuget/dt/IoTSharp.Data.Taos) |ADO.Net Core 基础组件
26+
| IoTSharp.EntityFrameworkCore.Taos |[![IoTSharp.EntityFrameworkCore.Taos](https://img.shields.io/nuget/v/iotsharp.EntityFrameworkCore.Taos.svg)](https://www.nuget.org/packages/IoTSharp.EntityFrameworkCore.Taos/) |![Nuget](https://img.shields.io/nuget/dt/IoTSharp.EntityFrameworkCore.Taos) | 供EF Core使用的组件
27+
| 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 使用的健康检查组件
2828

2929

3030
---

appveyor.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2.0.{build}
2-
image: Visual Studio 2019
2+
image: Visual Studio 2022
33
assembly_info:
44
patch: true
55
file: '**\AssemblyInfo.*'
@@ -17,9 +17,9 @@ dotnet_csproj:
1717
build_script:
1818
- cmd: dotnet build -c Release EFCore.Taos.sln
1919
artifacts:
20-
- path: src\Maikebing.Data.Taos\bin\Release\Maikebing.Data.Taos.*.nupkg
21-
name: Maikebing.Data.Taos
22-
- path: src\EFCore.Taos.Core\bin\Release\Maikebing.EntityFrameworkCore.Taos.*.nupkg
23-
name: Maikebing.EntityFrameworkCore.Taos
24-
- path: src\Maikebing.HealthChecks.Taos\bin\Release\*.nupkg
25-
name: Maikebing.HealthChecks.Taos
20+
- path: src\IoTSharp.Data.Taos\bin\Release\IoTSharp.Data.Taos.*.nupkg
21+
name: IoTSharp.Data.Taos
22+
- path: src\EFCore.Taos.Core\bin\Release\IoTSharp.EntityFrameworkCore.Taos.*.nupkg
23+
name: IoTSharp.EntityFrameworkCore.Taos
24+
- path: src\IoTSharp.HealthChecks.Taos\bin\Release\*.nupkg
25+
name: IoTSharp.HealthChecks.Taos

src/IoTSharp.Data.Taos/IoTSharp.Data.Taos.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,6 @@
4646
<PackageIcon>48876650.jpg</PackageIcon>
4747
</PropertyGroup>
4848

49-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net5|x64'">
50-
<PlatformTarget>AnyCPU</PlatformTarget>
51-
</PropertyGroup>
52-
53-
54-
55-
5649
<ItemGroup>
5750
<Compile Update="TaosCommand.cs" />
5851

0 commit comments

Comments
 (0)