fix: Fixes code gen of nested classes (#1190)

This commit is contained in:
Kamron Batman 2022-10-15 19:58:34 -07:00 committed by GitHub
parent 8479306279
commit 53ebc66a93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -42,7 +42,7 @@
<PackageReference Include="Zlib.Bindings" Version="1.9.2" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.2.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.2" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.3" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />

View file

@ -48,7 +48,7 @@
<PackageReference Include="Zstd.Binaries" Version="1.4.0" />
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.2.0" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.2" />
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.4.3" />
</ItemGroup>
<ItemGroup>
<AdditionalFiles Include="Migrations/*.v*.json" />