Browse Source

v2.6.2

1.还原支持标准2.0库(重要)
2.添加自动合并分包功能
3.修复0x8900自定义工厂注册
4.修复关于流水号一些问题
5.调整小西天属性预留位未处理问题(兼容非标设备)
6.修复主动安全0x0200附加信息的0x67解析问题
7.调整0x8106参数总数以参数项集合数量为准(兼容非标设备)
8.修复0x0104消息解析
9.将DI整合到一起,分开在一起比较难用(还原)
tags/v2.6.2
SmallChi(Koike) 1 year ago
parent
commit
4b67b2d927
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      .github/workflows/dotnetcore.yml
  2. +1
    -1
      global.json
  3. +1
    -1
      src/Info.props

+ 1
- 1
.github/workflows/dotnetcore.yml View File

@@ -12,7 +12,7 @@ jobs:
- name: Setup .NET Core - name: Setup .NET Core
uses: actions/setup-dotnet@master uses: actions/setup-dotnet@master
with: with:
dotnet-version: 7.0.203
dotnet-version: 7.0.306
- name: dotnet info - name: dotnet info
run: dotnet --info run: dotnet --info
- name: dotnet restore - name: dotnet restore


+ 1
- 1
global.json View File

@@ -1,5 +1,5 @@
{ {
"sdk": { "sdk": {
"version": "7.0.203"
"version": "7.0.306"
} }
} }

+ 1
- 1
src/Info.props View File

@@ -8,7 +8,7 @@
<PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl> <PackageProjectUrl>https://github.com/SmallChi/JT808</PackageProjectUrl>
<licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/SmallChi/JT808/blob/master/LICENSE</licenseUrl>
<license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license> <license>https://github.com/SmallChi/JT808/blob/master/LICENSE</license>
<Version>2.6.2-preview5</Version>
<Version>2.6.2</Version>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<PackageLicenseFile>LICENSE</PackageLicenseFile> <PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> <PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>


Loading…
Cancel
Save