更新版本

This commit is contained in:
Kimdiego2098
2024-02-25 14:48:23 +08:00
parent 861621189a
commit 7ff777d178
3 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<LangVersion>11.0</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>5.0.1.9</Version>
<Version>5.0.1.10</Version>
<Authors>Diego</Authors>
<Company>Diego</Company>
<Product>Diego</Product>

View File

@@ -5,5 +5,7 @@
<Description>工业设备通讯协议-OpcDa协议</Description>
<DocumentationFile></DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugType></DebugType>
</PropertyGroup>
</Project>

View File

@@ -16,5 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
</ItemGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<DebugType></DebugType>
</PropertyGroup>
</Project>