Skip to content

Commit

Permalink
v2.4.5
Browse files Browse the repository at this point in the history
1.升级支持net6
2.调整日期有针对性的读写方式
3.修改BCD的写入和读取方式
4.完善0x8900和0x0900的组包扩展方式
5.调整序列化和反序列化方法,版本号以指定协议版本为主,数据自带版本标识为辅解析协议
6.完善终端参数的消息描述
7.修复协议头序列化方法,兼容2013/2019
  • Loading branch information
SmallChi committed Nov 18, 2021
1 parent 143818f commit 8ef9821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/Info.props
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
4 changes: 0 additions & 4 deletions src/JT808.Protocol/JT808.Protocol.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,4 @@
<DependentUpon>JT808PackageExtensionsTemplate.tt</DependentUpon>
</Compile>
</ItemGroup>

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

0 comments on commit 8ef9821

Please sign in to comment.