Selaa lähdekoodia

v2.4.5

1.升级支持net6
2.调整日期有针对性的读写方式
3.修改BCD的写入和读取方式
4.完善0x8900和0x0900的组包扩展方式
5.调整序列化和反序列化方法,版本号以指定协议版本为主,数据自带版本标识为辅解析协议
6.完善终端参数的消息描述
7.修复协议头序列化方法,兼容2013/2019
tags/v2.4.5
SmallChi(Koike) 3 vuotta sitten
vanhempi
commit
8ef98213cf
2 muutettua tiedostoa jossa 3 lisäystä ja 7 poistoa
  1. +3
    -3
      src/Info.props
  2. +0
    -4
      src/JT808.Protocol/JT808.Protocol.csproj

+ 3
- 3
src/Info.props Näytä tiedosto

@@ -1,14 +1,14 @@
<Project>
<PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net5.0;net6.0;</TargetFrameworks>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
<Copyright>Copyright 2018.</Copyright>
<Authors>SmallChi(Koike)</Authors>
<RepositoryUrl>https://github.com/SmallChi/JT808</RepositoryUrl>
<PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl>
<licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl>
<license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
<Version>2.4.5-preview2</Version>
<Version>2.4.5</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<AnalysisLevel>latest</AnalysisLevel>
@@ -28,6 +28,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
</ItemGroup>
</Project>

+ 0
- 4
src/JT808.Protocol/JT808.Protocol.csproj Näytä tiedosto

@@ -92,8 +92,4 @@
<DependentUpon>JT808PackageExtensionsTemplate.tt</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<PackageReference Update="Microsoft.SourceLink.GitHub" Version="1.1.0" />
</ItemGroup>
</Project>

Ladataan…
Peruuta
Tallenna