瀏覽代碼

v2.3.1

修复解析器工具针对消息属性的位操作
tags/v2.3.1
SmallChi(Koike) 4 年之前
父節點
當前提交
d529d9bdd0
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      src/JT808.Protocol.Test/JT808.Protocol.Test.csproj
  2. +1
    -1
      src/JT808.Protocol/JT808.Protocol.csproj

+ 1
- 1
src/JT808.Protocol.Test/JT808.Protocol.Test.csproj 查看文件

@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net5</TargetFramework>
<IsPackable>false</IsPackable>
<LangVersion>8.0</LangVersion>
<LangVersion>9.0</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">


+ 1
- 1
src/JT808.Protocol/JT808.Protocol.csproj 查看文件

@@ -15,7 +15,7 @@
<license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
<DocumentationFile>JT808.Protocol.xml</DocumentationFile>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Version>2.3.0</Version>
<Version>2.3.1</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
</PropertyGroup>



Loading…
取消
儲存