fix: Fixes serialization generator issue with arrays (#2120)

This commit is contained in:
Kamron Batman 2025-02-12 22:30:46 -08:00 committed by GitHub
parent af027cdac6
commit 41e909cd22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"modernuoschemagenerator": {
"version": "2.12.19",
"version": "2.12.20",
"commands": [
"ModernUOSchemaGenerator"
]

View file

@ -40,7 +40,7 @@
<PackageReference Include="System.IO.Hashing" Version="9.0.2" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.1" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.12.19" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.12.20" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />

View file

@ -48,7 +48,7 @@
<PackageReference Include="Zstd.Binaries" Version="1.6.0" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.9.1" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.12.19" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.12.20" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />