mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-20 10:50:48 +08:00
build: 10.9.19
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<Project>
|
||||
|
||||
<PropertyGroup>
|
||||
<PluginVersion>10.9.18</PluginVersion>
|
||||
<ProPluginVersion>10.9.18</ProPluginVersion>
|
||||
<AuthenticationVersion>2.9.8</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.9.8</SourceGeneratorVersion>
|
||||
<PluginVersion>10.9.19</PluginVersion>
|
||||
<ProPluginVersion>10.9.19</ProPluginVersion>
|
||||
<AuthenticationVersion>2.9.9</AuthenticationVersion>
|
||||
<SourceGeneratorVersion>10.9.9</SourceGeneratorVersion>
|
||||
<NET8Version>8.0.17</NET8Version>
|
||||
<NET9Version>9.0.6</NET9Version>
|
||||
<SatelliteResourceLanguages>zh-Hans;en-US</SatelliteResourceLanguages>
|
||||
|
@@ -10,6 +10,8 @@
|
||||
|
||||
using Newtonsoft.Json.Linq;
|
||||
|
||||
using ThingsGateway.Foundation.Extension.Generic;
|
||||
|
||||
namespace ThingsGateway.Foundation;
|
||||
|
||||
/// <summary>
|
||||
@@ -68,7 +70,7 @@ public static class ThingsGatewayBitConverterExtension
|
||||
for (int i = 0; i < arrayLength; i++)
|
||||
{
|
||||
var data = byteConverter.GetBytes(strings[i]);
|
||||
bytes.AddRange(data);
|
||||
bytes.AddRange(data.ArrayExpandToLength(byteConverter.StringLength ?? data.Length));
|
||||
}
|
||||
return bytes.ToArray();
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>10.9.18</Version>
|
||||
<Version>10.9.19</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user