From 85a86731a2b313b71cf72e5844351d4295fe96f7 Mon Sep 17 00:00:00 2001
From: Zhan Lu <51200935+lausannel@users.noreply.github.com>
Date: Wed, 10 Jul 2024 23:33:15 -0700
Subject: [PATCH] fix: remove comany name

---
 src/Apache.IoTDB/Apache.IoTDB.csproj | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Apache.IoTDB/Apache.IoTDB.csproj b/src/Apache.IoTDB/Apache.IoTDB.csproj
index 5addd89..1f267ce 100644
--- a/src/Apache.IoTDB/Apache.IoTDB.csproj
+++ b/src/Apache.IoTDB/Apache.IoTDB.csproj
@@ -4,7 +4,6 @@
         <TargetFrameworks>net5.0;net6.0;netstandard2.1;netstandard2.0;net461</TargetFrameworks>
         <LangVersion>latest</LangVersion>
         <Authors>eedalong, lausannel, MysticBoy, Aiemu, HTHou</Authors>
-        <Company>LiuLin Lab</Company>
         <PackageDescription>C# client for Apache IoTDB</PackageDescription>
         <PackageProjectUrl>https://github.com/apache/iotdb-client-csharp</PackageProjectUrl>
         <RepositoryUrl>https://github.com/apache/iotdb-client-csharp</RepositoryUrl>