Skip to content

Commit

Permalink
v2.6.2
Browse files Browse the repository at this point in the history
1.还原支持标准2.0库(重要)
2.添加自动合并分包功能
3.修复0x8900自定义工厂注册
4.修复关于流水号一些问题
5.调整小西天属性预留位未处理问题(兼容非标设备)
6.修复主动安全0x0200附加信息的0x67解析问题
7.调整0x8106参数总数以参数项集合数量为准(兼容非标设备)
8.修复0x0104消息解析
9.将DI整合到一起,分开在一起比较难用(还原)
  • Loading branch information
SmallChi committed Jul 27, 2023
1 parent a55ca02 commit 4b67b2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@master
with:
dotnet-version: 7.0.203
dotnet-version: 7.0.306
- name: dotnet info
run: dotnet --info
- name: dotnet restore
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"sdk": {
"version": "7.0.203"
"version": "7.0.306"
}
}
2 changes: 1 addition & 1 deletion src/Info.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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.6.2-preview5</Version>
<Version>2.6.2</Version>
<ImplicitUsings>enable</ImplicitUsings>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
Expand Down

0 comments on commit 4b67b2d

Please sign in to comment.