build: 10.9.19

This commit is contained in:
Diego
2025-07-07 13:44:19 +08:00
parent d90b32f165
commit 2258f08555
3 changed files with 8 additions and 6 deletions

View File

@@ -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>

View File

@@ -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();
}

View File

@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>10.9.18</Version>
<Version>10.9.19</Version>
</PropertyGroup>
<ItemGroup>